Hi Raul
SO Sorry for the slow and late reply.
Thank you so much for the help and especially the advice on security
I have just checked and in my wp-config.php file it does have this below in it….
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define(‘WP_DEBUG’, false);
…..Do i still need to add your debug false script or is the above enough?
I have also noticed I have a wp-config1.php file also and in this one it has this …
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define(‘WP_DEBUG’, true );
… do I need to change this one to false also?
And is there a reason I would have two … wp-config.php files e.g.”(wp-config.php file &wp-config1.php file)”
I noticed the first wp-config.php has … enable w3 total cache etc in it so Im assuming the config1.php file is the original?.. and the other created by w3 total cache?..
If this is correct should I delete the w3tc wp-config.php file?
leaving just the wp-config1.php file and change the …define(‘WP_DEBUG’, true ); to false.
Many thanks again for you help and advice.
Best Regards
Paul