superroo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Database import not reflecting in WordPressTheme is in and running….when I look at Dashboard-> Posts->All posts I just see the introductory post “Hello World”.
When I look at the table: wp_blwc_posts I see the current records that are showing on the site i.e the “Hello World” blog and the “Sample Page”.
When I look at wp_etiq_posts I see all the posts I have installed from the sql script of the export.
I notice in the wp-config-php that I have: $table_prefix = ‘wp_blwc_’;
SORTED…FIXED IT !!!
Changed $table_prefix = ‘wp_blwc_’ to $table_prefix = ‘wp_etiq_’…reinstalled the theme and IT WORKS. Now I just have to upload the media and reattach…better than rewriting 20 blogs!!
Thanks for all your help guys and particularly the mention of wp-config.php…much appreciated.
Now why the different in table names?? Different version??
- This reply was modified 8 years, 7 months ago by superroo.
Forum: Fixing WordPress
In reply to: Database import not reflecting in WordPressHi guys,
have confirmed that database configs are correct in the wp-config.php file.
I created a new database, imported the script from the backed up database and then changed the details in the wp-config.php to point to it…got the config page then it opens up as a blank site…no old posts are showing ????