• Resolved pengie5696

    (@pengie5696)


    On a client website, I rolled back to ver 1.6.1.2 when I noticed a PHP error — actually a database error – after updating to the most recent 1.6.2 this morning as follows (I have obscured the database name with ######)

    [08-Dec-2022 16:37:17 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '()' at line 1 for query ALTER TABLE ######_ssa_appointment_type_labels ADD() made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, Simply_Schedule_Appointments->hooks, Simply_Schedule_Appointments->plugins_loaded, Simply_Schedule_Appointments->plugin_classes, SSA_Appointment_Type_Label_Model->__construct, SSA_Db_Model->__construct, TD_DB_Model->__construct, TD_DB_Model->db_hooks, TD_DB_Model->maybe_create_table, TD_DB_Model->create_table, dbDelta

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author croixhaug

    (@croixhaug)

    Hi @pengie5696, thanks for letting us know. That is a new database table we’ve added, I’ve seen that error before which is just a warning that shows up once when a database table is created/changed. You can safely ignore that error, but we’ll make an internal task to see if we can stop it from showing up in the first place!

    Thread Starter pengie5696

    (@pengie5696)

    Thanks for the quick reply and explanation. I’ll mark it as resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘After update to 1.6.2 PHP error’ is closed to new replies.