Title: Incorrect hook_list table name
Last modified: March 5, 2018

---

# Incorrect hook_list table name

 *  [Tony G](https://wordpress.org/support/users/starbuck/)
 * (@starbuck)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/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)

 *  Thread Starter [Tony G](https://wordpress.org/support/users/starbuck/)
 * (@starbuck)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/incorrect-hook_list-table-name/#post-10041213)
 * 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 8 years, 3 months ago by [Tony G](https://wordpress.org/support/users/starbuck/).

Viewing 1 replies (of 1 total)

The topic ‘Incorrect hook_list table name’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/debug-objects_d0d0d1.svg)
 * [Debug Objects](https://wordpress.org/plugins/debug-objects/)
 * [Support Threads](https://wordpress.org/support/plugin/debug-objects/)
 * [Active Topics](https://wordpress.org/support/plugin/debug-objects/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/debug-objects/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/debug-objects/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Tony G](https://wordpress.org/support/users/starbuck/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/incorrect-hook_list-table-name/#post-10041213)
 * Status: not resolved