Warnings block Dashboard access
-
Hi there! I’m not sure if this is the right place to post this, so if it is not or this is not a WP STAGING issue, I’ll be happy to send it elsewhere ??
I’ve been using the plugin on my site for a number of years now with no issues—lots of good things to say about it! However, just recently, whenever I create a new staging site and try to access the staging site’s WordPress Dashboard, it now brings up a totally blank white page with some text on it that reads:
Deprecated: Function add_shortcode_param is deprecated since version 4.4 (will be removed in 6.0)! Use vc_add_shortcode_param instead. in?/home/customer/www/[sitename]/public_html/[wp_install_directory]/1705367064516/wp-includes/functions.php?on line?6031
Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/[sitename]/public_html/[wp_install_directory]/1705367064516/wp-includes/functions.php:6031) in?/home/customer/www/[sitename]/public_html/[wp_install_directory]/1705367064516/wp-includes/pluggable.php?on line?1435
(See image below for what the screen looks like.)
I have no idea what has suddenly started causing these errors to come up. As far as I can tell, the “
line 6031
” that it keeps referring to inside of thefunctions.php
file is just a core WordPress function calledwp_trigger_error()
that is for displaying errors. It gives no more specific information on where in the world I should be looking for what triggered those errors.- I’ve tried fully deleting and re-creating the staging site from scratch multiple times.
- I’ve tried waiting a week and re-creating the staging site to see if the issue would resolve itself.
- I’ve tried turning on
WP_DEBUG_LOG
inside thewp-config.php
file in the staging site, but it does not generate anydebug.log
file inside of thewp-content
folder, even when I refresh the staging site.
I am totally baffled as to what to do next or why this has suddenly sprung up in the first place. (I haven’t messed with any settings recently, that I know of.) Any help in resolving this so I can access the Dashboard of my staging sites is appreciated!
- The topic ‘Warnings block Dashboard access’ is closed to new replies.