[wp-trac] [WordPress Trac] #58574: PHP warnings

WordPress Trac noreply at wordpress.org
Mon Jun 19 12:27:42 UTC 2023


#58574: PHP warnings
--------------------------+-----------------------------
 Reporter:  dyos          |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  6.2.2
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 Hey,

 I'm using PHP 8.1, and I have encountered these PHP notices (I don't sure
 if they are all related to WordPress Core)

 Warning: Undefined property: wpdb::$actionscheduler_actions in /home
 /......./....../wp-includes/class-wpdb.php on line 789
 WordPress database error: [Table 'doryos1_dream_press.a' doesn't exist]
 SELECT a.action_id FROM a WHERE 1=1 AND
 a.hook='rocket_preload_job_check_finished' AND a.status IN ('pending')
 ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 5

 Warning: Undefined property: wpdb::$actionscheduler_groups in /home
 /......./....../wp-includes/class-wpdb.php on line 789
 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 'WHERE slug='rocket-preload'' at line 1]
 SELECT group_id FROM WHERE slug='rocket-preload'

 Warning: Undefined property: wpdb::$actionscheduler_groups in /home
 /......./....../wp-includes/class-wpdb.php on line 789

 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type
 string is deprecated in /home/......./....../wp-includes/class-wpdb.php on
 line 3255

 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type
 string is deprecated in /home/......./....../wp-includes/class-wpdb.php on
 line 3151

 Deprecated: explode(): Passing null to parameter #2 ($string) of type
 string is deprecated in /home/......./....../wp-includes/class-wpdb.php on
 line 3177
 WordPress database error: [Incorrect table name '']
 SHOW FULL COLUMNS FROM ``

 =====================================================

 Notice: Function wp_enqueue_script() was called incorrectly. "wp-editor"
 script should not be enqueued together with the new widgets editor (wp-
 edit-widgets or wp-customize-widgets). Please see Debugging in WordPress
 for more information. (This message was added in version 5.8.0.) in /home
 /......./....../wp-includes/functions.php on line 5865

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/58574>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list