Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't parse when using custom table prefix #55

Open
hjbarraza opened this issue Sep 6, 2014 · 1 comment
Open

Can't parse when using custom table prefix #55

hjbarraza opened this issue Sep 6, 2014 · 1 comment

Comments

@hjbarraza
Copy link

API error: parsererror
WordPress database error: [Table 'dehesada_wor1.wp_posts' doesn't exist]
MSELECT post_date FROM wp_posts WHERE ID = 566

The current table name is "dehesada_wor1.is_wp_posts"

It should read the custom table prefix defined in wp-config.php

@ideag
Copy link
Owner

ideag commented Sep 7, 2014

@hjbarraza thanks for reporting. I can't find prefix hard-coded, but it seems $wpdb->posts does not get the custom prefix for some reason. Will have to look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants