Thanks guys, all fixe. Appreciate the prompt replies.
tried changing to false and commenting out no change
define(‘WP_DEBUG’, false);
/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);
/*?>define(‘DISABLE_WP_CRON’, ‘FALSE’);*/
/*define(‘DISABLE_WP_CRON’, ‘FALSE’);*/
/*define(‘DISABLE_WP_CRON’, ‘FALSE’);*/
This actually got me in and am able to fix site – Thanks
-
This reply was modified 6 years, 8 months ago by Cyberhick.