RonaldBrink
Forum Replies Created
-
Hi Bogdanrapaic, thanks for your repl.
I’ve created a ticket here : http://mainwp.freshdesk.com/helpdesk/tickets/10196Regards, Ronald Brink
Addition : I also noticed that in the MainWP dashboard for any site that’s hosted on the hosting company that’s giving me probblems, there are no directories within the “Custom excludes” part of the Backups facility of such a site.
Forum: Fixing WordPress
In reply to: Recover WordPress site$table_prefix = ‘wp_’
Forum: Fixing WordPress
In reply to: Recover WordPress siteWell, I can see the database (wordpress235) through the mySql commandline. When I there request for SHOW tables I do see all the wp_… tables, however when doing a SELECT * FROM wp_posts I’m getting the error (1146) table does not exists. Also on the windows file system I do see the wp_posts.frm file within the database within the mySQL data storage. Meanwhile I found out another weird thing, when copy the wp_posts.frm to another wordpressxxx database, I would expect that nothing will be showing up there either, but to my amazing then still the content of the wordpressxxx.wp_posts shows up there. I’m quite lost!