[NSFW] Issue with non-default database prefix?
-
Hi,
I’ve installed and activated this plugin in my dev-environment and got this message:
WordPress database error: [Table ‘MY_PRIVATE_DATABASE.wp_postmeta’ doesn’t exist]
SELECT post_id FROM uh_postmeta WHERE meta_key=’trinity_audio_gender_id’ AND meta_value=’m’ and post_id in (SELECT DISTINCT post_id from wp_postmeta WHERE meta_key=’trinity_audio_source_language’ and meta_value IN (‘en-IN’, ‘hi-IN’))
Maybe there is missing the dynamic table prefix in your plugin. In my case I don’t use the default table prefix (wp_), I changed to “uh_”.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[NSFW] Issue with non-default database prefix?’ is closed to new replies.