easy-update-urls on multisite
-
An FYI and possibly something that you are already aware of, but not something I have looked into in any great detail.
Obvs. I can see how there could be a problem for the plugin to handle url changes across a multisite, in this case the multisite was configured as SUBDOMAIN_INSTALL false i.e. subfolder
Client installed easy-update-urls plugin on their WP multisite
When they activated the plugin, all sites within the multisite died with a 500 errorDebug log reported the following error:
PHP Fatal error: Uncaught Error: Undefined constant “SECURE_AUTH_COOKIE” in /wp-includes/pluggable.php:929After some digging it seems that Network Activating the easy-update-urls plugin generates the the fatal error
However, if you activate the plugin on an individual site dashboard then no error is generated and all is OK.Googling the error suggests that the plugin was calling wp_get_current_user() before the SECURE_AUTH_COOKIE constant is set
As I said, I have not spent any time on this and my quick solution at the time was to simply remove the easy-update-urls folder in wp-content/plugins
I hope this is helpful in some way
The topic ‘easy-update-urls on multisite’ is closed to new replies.