• Resolved groundforcestesting

    (@groundforcestesting)


    I am receiving the follow error messages in the log for the plugin:

    PHP Fatal error: Call to undefined function __() in /folder/folder/public_html/wp-content/plugins/booking-calendar-contact-form/dex_scheduler.inc.php on line 6
    PHP Fatal error: Call to undefined function is_admin() in /folder/folder/public_html/wp-content/plugins/booking-calendar-contact-form/dex_bccf_admin_int.inc.php on line 3
    PHP Fatal error: Call to undefined function is_admin() in /folder/folder/public_html/wp-content/plugins/booking-calendar-contact-form/dex_bccf_admin_int_bookings_list.inc.php on line 3
    PHP Fatal error: Call to undefined function load_plugin_textdomain() in /folder/folder/public_html/wp-content/plugins/booking-calendar-contact-form/dex_bccf.php on line 15

    http://ww.wp.xz.cn/plugins/booking-calendar-contact-form/

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    These are the WordPress language functions:

    __()
    load_plugin_textdomain()

    … and this is a WordPress function:

    is_admin()

    … if those functions aren’t defined then there is something really wrong in your WordPress installation.

    Please check if the core files of your WordPress installation are corrupted or overwritten with different files.

    Thank you for using the plugin!

Viewing 1 replies (of 1 total)

The topic ‘Error Log Messages’ is closed to new replies.