Yes, for now looks like everything is ok - hopefully. Many many thanks anyway for your help!
Not so sure what the rest of the team made with the staging website today.
Could it be possible to know how to disable the debug mode in the way you made it so I can share the process and details with the team and they can proceed to do it?
Languages: English (English )Portuguese (Brazil) (Português )
Timezone: America/Sao_Paulo (GMT-03:00)
Absolutely,
In order to disable it, you need to have access to the site's files via FTP or file manager.
You'll find a wp-config.php file inside the webroot of the site, download and edit it or just edit it using the built-in editor.
You'll see the following lines in the file:
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );