Denkster Posted August 3, 2019 Posted August 3, 2019 Dear friends, Tonight I did a fresh install of 1.0.1.1 an d then 1.0.1.2 on my WAMP64 local server with PHP 7.3.7 and started checking for errors. When selecting in admin the tools -> security checks, I got these errors: ( ! ) Fatal error: Uncaught Error: Call to undefined function curl_init() in C:\wamp64\www\htdoc3\winkel\admin\includes\modules\security_check\extended\admin_backup_directory_listing.php on line 46 ( ! ) Error: Call to undefined function curl_init() in C:\wamp64\www\htdoc3\winkel\admin\includes\modules\security_check\extended\admin_backup_directory_listing.php on line 46 Call Stack # Time Memory Function Location 1 0.0000 410504 {main}( ) ...\security_checks.php:0 2 0.0200 783064 securityCheckExtended_admin_backup_directory_listing->pass( ) ...\security_checks.php:87 3 0.0200 783144 securityCheckExtended_admin_backup_directory_listing->getHttpRequest( ) ...\admin_backup_directory_listing.php:26 Is this due to something I missed, or did wrong, or is it the Windows environment, or ..? Best regards Eveline
ArtcoInc Posted August 3, 2019 Posted August 3, 2019 @Denkster Can you do a Admin -> Tools -> Server Info ?
Denkster Posted August 3, 2019 Author Posted August 3, 2019 12 hours ago, ArtcoInc said: @Denkster Can you do a Admin -> Tools -> Server Info ? Of course. Does this help, or do you need more? Server Information Server Host:192.xxx.xxx.xxx (192.xxx.xxx.xxx) Database Host:192.xxx.xxx.xxx (192.xxx.xxx.xxx) Server OS:WINNT Database:MySQL 5.7.14 Server Date:2019-08-03 17:40:59 +0000 UTC Database Date:2019-08-03 19:40:59 Server Up Time: HTTP Server:Apache/2.4.23 (Win64) PHP/7.3.7 PHP Version:7.3.7 (Zend: 3.3.7) Best regards Eveline
ArtcoInc Posted August 3, 2019 Posted August 3, 2019 Scroll down about 1/4 of the way. What does it say about cURL ?
Denkster Posted August 3, 2019 Author Posted August 3, 2019 Hi Artcolnc, thanks for your answer! 3 hours ago, ArtcoInc said: Scroll down about 1/4 of the way. What does it say about cURL ? it says: cURL Sterling Hughes Is that not correct?
ArtcoInc Posted August 3, 2019 Posted August 3, 2019 @Denkster Just checking to see if cURL is enabled in your WAMP setup ... M
Denkster Posted August 3, 2019 Author Posted August 3, 2019 8 minutes ago, ArtcoInc said: Just checking to see if cURL is enabled in your WAMP setup ... Aha! I see. Thank you!! No that section is missing in my setup... 😕 No idea how to get it in.. 😯
Denkster Posted August 4, 2019 Author Posted August 4, 2019 Actually, the WAMP tray menu tells me that the cURL extension for php is installed! But it is not reported active in the server settings overview. How is that possible..?
mhsuffolk Posted August 4, 2019 Posted August 4, 2019 To enable Curl in WAMP (From phpmind.com) 1) Close WAMP (if running) 2) Navigate to WAMP\bin\php\(your version of php)\ 3) edit php.ini 4) Search for curl, uncomment extension=php_curl.dll 5) Navigate to WAMP\bin\Apache\(your version of apache)\bin\ 6) edit php.ini 7) Search for curl, uncomment extension=php_curl.dll 8 ) Save both 9) Restart WAMP Live shop Phoenix 1.0.8.4 on PHP 7.4 Working my way up the versions.
Denkster Posted August 6, 2019 Author Posted August 6, 2019 On 8/4/2019 at 9:08 AM, mhsuffolk said: To enable Curl in WAMP (From phpmind.com) 1) Close WAMP (if running) 2) Navigate to WAMP\bin\php\(your version of php)\ 3) edit php.ini 4) Search for curl, uncomment extension=php_curl.dll 5) Navigate to WAMP\bin\Apache\(your version of apache)\bin\ 6) edit php.ini 7) Search for curl, uncomment extension=php_curl.dll 8 ) Save both 9) Restart WAMP I tried that several Times. All php.ini all apache.ini files that I could find have the extension=php_curl.dll It did not resolve the problems. I even tried extension=curl, (new convention in WAMP). Did not work either. I am stuck.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.