Fatal error – Undefined constant “DOING_CRON”
-
Hello,
I can’t go to the settings of your plugin because I have a fatal error:Fatal error: Uncaught Error: Undefined constant “DOING_CRON” in /public_html/wp-content/plugins/meeting-scheduler-by-vcita/vcita-utility-functions.php:229
Fatal error: Uncaught Error: Undefined constant “DOING_AJAX” in /public_html/wp-content/plugins/meeting-scheduler-by-vcita/vcita-utility-functions.php:229
You should check if the constants are defined.
Please update your PHP code with this information:
defined( ‘DOING_CRON’ ) && DOING_CRON
defined( ‘DOING_AJAX’ ) && DOING_AJAX
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fatal error – Undefined constant “DOING_CRON”’ is closed to new replies.