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]
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]
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.
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-
This topic has been closed to new replies.