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
Wednesday, August 19 2015, 12:28 PM
Share this post:
Responses (2)
  • Accepted Answer

    Wednesday, August 19 2015, 02:25 PM - #Permalink
    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
    @curl_setopt($process, CURLOPT_TIMEOUT, 10);
    with
    @curl_setopt($process, CURLOPT_TIMEOUT, 30);

    line : 34 replace
    @curl_setopt($process, CURLOPT_CONNECTTIMEOUT, 10);
    with
    @curl_setopt($process, CURLOPT_CONNECTTIMEOUT, 30);


    Regards,
    Cüneyt Şentürk
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, August 19 2015, 03:06 PM - #Permalink
    Hello Cüneyt,

    Tried the changes you suggested but version did not change. I emptied the cache as well, still no change.

    Anything else?


    Regards,
    Robin
    The reply is currently minimized Show
Your Reply