Hey ncormierdesign,
Thanks for the confirmation.
To assist you more effectively, we recommend enabling debug error logs on your website. To do this, please follow these steps:
Locate the wp-config.php file in your website’s root directory.
Insert the following code:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
(Note:- If this code define(‘WP_DEBUG_LOG’, false); is already there in your wp-config.php file, change the value from “false” to “true.”)
Once you’ve enabled debug error logs, please proceed to replicate the issue or perform the steps that trigger the error. This will generate a debug error log file within the “wp-content” directory.
Please download and share the debug error debug.log file with us via email at [email protected].
Best Regards,
WP File Manager Support Team