• Hi my website was working fine but suddenly i got an error I tried some to replace my wordpress core files and it worked again perfectly. But I have lost my data from the website. There are all the files in the folder> themes has my theme. all the plugins are there. infact I checked my mysql and every data is there but my website is not loading this. I exported the mysql and imported it again but nothing is happening please help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator James Huff

    (@macmanx)

    Check the wp-config.php file. Make sure that your database connection details are correct, and especially that the $table_prefix matches the prefix on your database tables.

    You can see what your prefix is by accessing your database via phpMyAdmin, usually in your hosting account’s control panel.

    The prefix is the _ and characters before it in your table names.

    For example, if the table’s name is salad_posts you’ll want this in wp-config.php:

    $table_prefix = 'salad_';

    (all of the tables will have the same prefix)

    Thread Starter adams_000

    (@adams_000)

    everything is correct but still nothing is updating

    Moderator James Huff

    (@macmanx)

    When you publish a post, does it appear on the site? And, are the missing posts visible in the Posts section of the Dashboard?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Restoring Down WordPress website’ is closed to new replies.