• WordPress database error: [Table ‘xxxxxxxxx.tbl_cxp_posts’ doesn’t exist]
    SELECT * FROM tbl_cxp_posts WHERE (postid = ‘234’)

    Can someone help me out with this one.
    What is tbl_cxp_posts used for. I am confused!!
    When I googled the table name I found hundreds of site showing this error..

    It appears at the top of all post pages

    Please HELP

Viewing 3 replies - 1 through 3 (of 3 total)
  • Normally I would say to look in your wp-config.php file for $table_prefix to see if the value is ‘tbl_cxp_’, but you say it happens at the top of all post pages meaning it was able to get data out of your “posts” table.

    Any chance it’s a plugin? Or theme has left a hardcoded statement like that in the code?

    I am getting the same error on all posts.

    I have repaired the db and continue to get the error.

    When I look at my db with phpadmin, the table does not exist.

    When and how is it created?

    Try deactivating all plugins. If that doesn’t resolve the problem, switch to the WordPress Default theme.

    Posts are kept in the xxxx_posts table where xxxx_ is the value of $table_prefix in your wp-config.php file.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘WordPress database error : in tbl_cxp_posts’ is closed to new replies.