• Ref: debug-objects.php in __construct()

    self::$table = $GLOBALS[ 'wpdb' ]->base_prefix . self::$table;

    That continues to append the prefix resulting in the incorrect table name.
    Example:
    wp_hook_list
    wp_wp_hook_list
    wp_wp_wp_hook_list…

    I tried to fix that but it seems some other error is encountered which causes the server to consume max memory. Have to deactivate until a new cut is available.

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter Tony G

    (@starbuck)

    Note: I even tried hard-coding the table name and the server still ran out of memory. So there are two issues being reported here. HTH

    • This reply was modified 6 years, 1 month ago by Tony G.
Viewing 1 replies (of 1 total)
  • The topic ‘Incorrect hook_list table name’ is closed to new replies.