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

Custom fields looks empty #255

Open
Ohar opened this issue Sep 29, 2016 · 1 comment
Open

Custom fields looks empty #255

Ohar opened this issue Sep 29, 2016 · 1 comment

Comments

@Ohar
Copy link

Ohar commented Sep 29, 2016

All custom fields shows blank at UI, but in fact its data is saved at MySQL.

You can see that test field looks empty at UI, but if I check MySQL, I find it has proper value.
I suspect there is something template issue.

UI field is blank
But it saved in DB

SQL query I used

SELECT 
    meta_value
FROM 
    wp_postmeta 
where (
        post_id  = 2492
    AND meta_key = 'test'
);
  • WordPress 4.6.1
  • Magic Fields 2.3.2.4
@programmersujeet
Copy link

It's a bug in the plugin.
Just rename a column of wp_mf_post_meta table from id to meta_id and it will be fixed.

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