Forums

WordPress database error : in tbl_cxp_posts (4 posts)

  1. namith.jawahar
    Member
    Posted 2 years ago #

    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

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    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?

  3. woodpecker34
    Member
    Posted 2 years ago #

    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?

  4. MichaelH
    Volunteer
    Posted 2 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic