PHP Fatal Error: cannot redeclare is_ssl()
-
PHP Fatal error: Cannot redeclare is_ssl() (previously declared in /home/[site]/public_html/wp-includes/load.php:964) in /home/[site]/public_html/wp-includes/functions.php on line 4035Getting this error on my site as of this morning. Haven’t run any updates or changes to the site in over a week so no idea what triggered it. Closest I can get is shortly before this fatal error started, a file was failed to be found:
PHP Warning: require_once(/home/[site]/public_html/wp-includes/class-wp-locale.php): failed to open stream: No such file or directory in /home/[site]/public_html/wp-includes/locale.php on line 11Which then caused this fatal error (which only appeared once in my error_log):
PHP Fatal error: require_once(): Failed opening required '/home/[site]/public_html/wp-includes/class-wp-locale.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/[site]/public_html/wp-includes/locale.php on line 11The site has woocommerce, but doesn’t have (and never has had) an SSL certificate. I’ve tried switching off plugins, but that didn’t change anything.
The topic ‘PHP Fatal Error: cannot redeclare is_ssl()’ is closed to new replies.