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

The product data from my table is not showing up in wp-db-table editor interface #43

Open
kbeyer13 opened this issue Oct 7, 2022 · 0 comments

Comments

@kbeyer13
Copy link

kbeyer13 commented Oct 7, 2022

Our DB table was deleted out of our wp database.
First off, I am primarily a designer, not a developer, so any help would be great!
I am attempting to repair site.
Currently, the DB Table Editor backend in WP shows two tables, which formerly HAD data, but not are both empty. I tried to import the filter finder.csv file nto the table I needed, called filbur_filters, but didn't see a way to import it.

So, I imported my data into a new Mysql db table, named filbur_filters
When I update my functions.php file to reflect the name of the table, the DB Table editor does not populate with the new data from the imported table.

add_db_table_editor(array(
'title' => 'Filter Finder',
'table' => 'filbur_filters',
'id_column' => 'id'
));
add_db_table_editor(array(
'title' => 'Dealers',
'table' => 'filbur_dealers',
'id_column' => 'id'

What am I doing wrong? Is there another way or file that I need to reference the table?

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

1 participant