TheCCE
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] Duplicate a formOops. After scouring through the FAQs, now I see the clearly marked ‘Copy Settings’ feature. I looked for some way to delete my post so I could cover up my silliness, but no such luck 🙂
That’ll teach me to not do the late nights… Wait, no it won’t.
Thanks, Tobias. I’ll give this a try, and will be sure to create backup files after.
Is there some kind of configuration I need to do to have the SQL file import the table data properly, or can that only be done with a dump file via WP-Table Reloaded?
Allan
Okay, I’ve managed to find the data for both tables, within an SQL backup file.
Tobias, you you please let me know which part of the code I need to import as SQL in phpMyAdmin?
Here is what I believe to be the first line relating to the table:
INSERT INTO
wp_options(option_id,blog_id,option_name,option_value,autoload) VALUES
(4257, 0, ‘wp_table_reloaded_data_3’,…I tried copying everything down to the next INSERT INTO tag, but got a duplicate entry error:
Duplicate entry ‘_transient_timeout_feed_********’ for key 2
Two questions:
1) What code do I need to copy (and how do I avoid a duplicate entry error)?
2) Is there an easier way than importing the SQL to restore the tables?Thanks very much!
Allan