Hi Kriesi,
I did a restore backup webspace and mysql database restore for my website http://www.personaltrainerclub.nl. After the restore looks the website fine, till I login to my-admin. My complete post en pages are away, there is 1 example page. After I logout of my-admin, my website is going to that example page and everything is lost.
I phoned my host and he is telling, there is maybe a problem with the connection of the site builder option of the enfold and the backup or a other problem that isn’t connecting with the database of enfold/wordpress.
Can you please help me?
Hey 4paintaker,
The database may need to be repaired”, then you need to repair your database.
You can do this by adding the following line in your wp-config.php file. Add it just before ‘That’s all, stop editing! Happy blogging’ line wp-config.php.
define('WP_ALLOW_REPAIR', true);
Once you have done that, you can see the settings by visiting this page: http://www.yoursite.com/wp-admin/maint/repair.php
Once you are done repairing and optimizing your database, make sure to remove this from your wp-config.php. Let us know how it goes.
Best regards,
Jordan