Incorrect hook_list table name
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Incorrect hook_list table name’ is closed to new replies.