Hi,
Sorry to hear you are having issues. However you will need to check your server’s error log and let us know what the error actually is so we can look into it π
Hi, Thanks. are there any specific logs you would recommend looking at?
My Word Press server runs on a ubuntu command line server.
-
This reply was modified 1 year, 11 months ago by
nathanexact.
Error Details
=============
An error of type E_ERROR was caused in line 615 of the file /var/www/My Website/public_html/wp-content/plugins/wp-force-ssl/inc/wp-force-ssl-status-tests.php. Error message: Uncaught Error: Call to undefined function curl_init() in /var/www/My Website/public_html/wp-content/plugins/wp-force-ssl/inc/wp-force-ssl-status-tests.php:615
Stack trace:
#0 /var/www/My Website/public_html/wp-content/plugins/wp-force-ssl/inc/wp-force-ssl-status-tests.php(242): wpForceSSL_status_tests->test_httpsredirectwp()
#1 /var/www/My Website/public_html/wp-content/plugins/wp-force-ssl/inc/wp-force-ssl-status-tests.php(344): wpForceSSL_status_tests->process_tests()
#2 /var/www/My Website/public_html/wp-content/plugins/wp-force-ssl/inc/wp-force-ssl-status-tests.php(291): wpForceSSL_status_tests->get_tests_results()
#3 /var/www/My Website/public_html/wp-content/plugins/wp-force-ssl/wp-force-ssl.php(316): wpForceSSL_status_tests->count_statuses()
#4 /var/www/My Website/public_html/wp-includes/class-wp-hook.php(324): wpForceSSL->add_settings_page()
#5 /var/www/My Website/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#6
-
This reply was modified 1 year, 11 months ago by
nathanexact.
Just to add, if I disable the WP Force SSL plugin my site now works but I need that plugin to work as it was enabled before and was working before I update Apache.
Hi,
The problem is that your server is missing the PHP cURL extension.
I’m not a server admin so I can’t give you exact instructions but most likely you need to enable the php-curl module and restart apache. If you have managed hosting you can ask them to enable it for you.
cURL is used by a lot of plugins so you should really get this resolved.
Thanks. Would you have a guide on how to do this? I don’t have managed hosting as it’s just a test server.
You should find plenty if you search online “enable cURL for PHP ?.? and apache 2.4.58 on ??” (replace ?? with your php version and OS like ubuntu or what you have π