Stops working when path to wordpress app changes
-
Hi,
Firstly, this is a really useful plugin. Thanks for your great work here.
I have an issue where I have moved my WordPress installation to another server, and the path to the application has changed.
The old path was /home/894978.cloudwaysapps.com/xdszkbgszd/public_html/
And the new path is /home/1042953.cloudwaysapps.com/xdszkbgszd/public_html/
Even after the removal of the WP_DEBUG_LOG line in wp-config created by the plugin, switching debug logging on and off, and uninstalling and reinstalling the plugin, it still creates in wp-config:
define( ‘WP_DEBUG_LOG’, ‘/home/894978.cloudwaysapps.com/xdszkbgszd/public_html/wp-content/uploads/debug-log-manager/fedgroupcomau_202306212318_debug.log’ );
Assuming there is an entry in the DB saving the path, and it doesn’t get wiped ever. Would be great to have a button or something to refresh the path, or even just have this refreshed on plugin deactivation.
Thanks!
The topic ‘Stops working when path to wordpress app changes’ is closed to new replies.