Hello @2chicks ,
Can you please offer us more information about the error? The error log content would be perfect or at least the error message so we can try and reproduce the issue.
Warm regards,
Teo
Debug is set to true (before this happened) and there is no log. The error is a white screen with the words: There has been a critical error on this website.
Hello @2chicks ,
Please also check that ‘WP_DEBUG_LOG’ is also set to true in wordpress_install_root/wp-config.php
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
With this two enabled, trigger the error again and navigate to wordpress_install_root/wp-content/debug.log and see if anything is logged.
Another thing you can do is also define(‘WP_DEBUG_DISPLAY’, true); witch should display the actual error instead of the “There has been a critical error on this website.” message.
Have a great day,
Teo
That was already set to true (as mentioned in my ticket). No log file. Something strange has been happening. Modula was set to auto-update before all the issues. I renamed the folder, as mentioned, two days ago, to bring the site back up. I checked yesterday by FTP and there were TWO folders for the plugin. One that I renamed, and one that apparently was installed automatically by ??? By auto-update? If so, that’s truly scary that a second instance of the plugin would be installed behind the scenes. That would mean the site could go offline again, and I wouldn’t even know it. In the past, when I have changed the name of the folder, it automatically deactivated the plugin. I have NEVER seen anything auto-install a second instance of the plugin at the latest version. Did you fix something in the version you released overnight that would have fixed my issue? It seems to have.
Hello @2chicks ,
Yes, we did release some fixes in our latest update, but none of them were related to issues that could trigger fatal errors. Without an error log, it’s difficult to pinpoint the exact cause of any problem. However, I’m really glad to hear that everything is working well for you now!
Best regards,
Teo