Forums

[resolved] Data Base error (3 posts)

  1. phred42
    Member
    Posted 2 years ago #

    WP V2.3
    installed a Banner plugin

    I indcluded: $table_prefix = 'gl_'; in the wp-config file

    Now receiving:

    WordPress database error: [Table 'c0speaks.gl_banner' doesn't exist]

    www.c-speaks.com/grayslake/worpress

  2. MichaelH
    moderator
    Posted 2 years ago #

    Well the $table_prefix refers to the prefix that is assigned all your WordPress tables. Usually plugins use that prefix for their table names also. So hopefully, you didn't change that $table_prefix value just for the banner plugin.

    Might try deactivating and reactivating that plugin.

  3. phred42
    Member
    Posted 1 year ago #

    Thanks for the response

    I changed the table name. Seems to work better if I leave the first two characters "wp" and add my designators after.

    e.g. wpxx-

Topic Closed

This topic has been closed to new replies.

About this Topic