zoveress Posted November 7, 2018 Share Posted November 7, 2018 Hello, I have an issue with the 1 click update module. It dies right after the update starts with the following error: /modules/autoupgrade/classes/TaskRunner/Upgrade/Download.php line 41 - Call to undefined method ConfigurationTest::test_curl() Any idea on what is causing it? I have php5.6 and 7.2 running concurrently however the php module for apache is the 5.6 because of some templates. Both installations have curl enabled. Any help would be highly appreciated. Link to comment Share on other sites More sharing options...
El Patron Posted November 10, 2018 Share Posted November 10, 2018 I think this might help? https://github.com/PrestaShop/PrestaShop/issues/9553 el Link to comment Share on other sites More sharing options...
zoveress Posted November 18, 2018 Author Share Posted November 18, 2018 Unfortunately these issues are unrelated... Link to comment Share on other sites More sharing options...
zoveress Posted November 18, 2018 Author Share Posted November 18, 2018 I found the issue. "You need allow_url_fopen or cURL enabled for automatic download to work." The error message never stated that the optional allow_url_fopen module must be enabled in php.ini for the 1 click update to work. The message above was in the Download.php file. I am just wondering why this never popped up as an error message. Regrdless it is fixed now can work away happily. Link to comment Share on other sites More sharing options...
luigi77 Posted April 24, 2019 Share Posted April 24, 2019 On 11/18/2018 at 11:53 AM, zoveress said: I found the issue. "You need allow_url_fopen or cURL enabled for automatic download to work." The error message never stated that the optional allow_url_fopen module must be enabled in php.ini for the 1 click update to work. The message above was in the Download.php file. I am just wondering why this never popped up as an error message. Regrdless it is fixed now can work away happily. Excellent! this worked for me. Link to comment Share on other sites More sharing options...
heloooo Posted June 9 Share Posted June 9 On 11/7/2018 at 5:36 PM, zoveress said: Hello, I have an issue with the 1 click update module. It dies right after the update starts with the following error: /modules/autoupgrade/classes/TaskRunner/Upgrade/Download.php line 41 - Call to undefined method ConfigurationTest::test_curl() Any idea on what is causing it? I have php5.6 and 7.2 running concurrently however the php module for apache is the 5.6 because of some templates. Both installations have curl enabled. Any help would be highly appreciated. I also face the same error anyone help me .... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now