Hello,
Just received an email about the new version of Arastta.
Tried to update my version from the admin panel a couple of times. Even quit MAMP completely and tried again, no luck.
Can I update manually?
Regards,
Robin
Just received an email about the new version of Arastta.
Tried to update my version from the admin panel a couple of times. Even quit MAMP completely and tried again, no luck.
Can I update manually?
Regards,
Robin
Share this post:
Responses (2)
-
Accepted Answer
Hi Robin,
If you apply the following changes to the following file, Arastta can be successfully upgraded 1.0.0 to 1.0.1
- system/library/utility.php
lines
line : 33 replace
with@curl_setopt($process, CURLOPT_TIMEOUT, 10);
@curl_setopt($process, CURLOPT_TIMEOUT, 30);
line : 34 replace
with@curl_setopt($process, CURLOPT_CONNECTTIMEOUT, 10);
@curl_setopt($process, CURLOPT_CONNECTTIMEOUT, 30);
Regards,
Cüneyt Şentürk -
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »