Hi craig,
Thanks for your question...i'm not really sure what you mean, but i looked at the c-panel of my hosting provider en there where no logs to be found (all where empty). i also added
// 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);
to my config file and tried the code a couple of times, but i didn't find the debug.log file. any idea of what i am doing wrong? Thanks!