Sorry nerdy alert, boring stuff!!!!
just been tweaking the blog….I’ve been tweaking the blog to log php errors, increasing the memory for php scripts, to try and get rid of the errors which are occuring still!
so, I’ve modified the following things, and it seems a good place to note them here for later…
define(‘WP_DEBUG’, true);
define(‘WP_MEMORY_LIMIT’, ‘256M’);
define(‘AUTOSAVE_INTERVAL’, 10 ); // seconds
@ini_set(‘log_errors’,’On’);
@ini_set(‘display_errors’,’Off’);
@ini_set(‘error_log’,’/home/example.com/logs/php_error.log’);