Error after updating to 4.3
-
On my local environment, I have received the following error on all my installs:
“Warning: An unexpected error occurred. Something may be wrong with www.remarpro.com or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to www.remarpro.com. Please contact your server administrator.) in /var/www/public/masuku/wp-includes/update.php on line 466”
Since the error has popped up, all my installs are incredibly slow. The error displays at the top of every page in the admin.
I am using the scotchbox vagrant lamp stack, which has always worked perfectly. I have also moved my wp-content folder to outside the install, which has always worked before the update, so I don’t believe that is the issue, but just in case, here is the code to move the wp-content folder found in my wp-config.php file:
define( 'WP_CONTENT_DIR', dirname( __FILE__ ) . '../../wp-content' ); define( 'WP_CONTENT_URL', 'https://orodruin.dev/wp-content' );
Any help is appreciated!!
- The topic ‘Error after updating to 4.3’ is closed to new replies.