Pages and Posts Disappeared
-
I have wordpress installed on my local machine. I was working on a theme yesterday. I also have some other themes that I created before.
I finished my work last night. Turned off the comp. Went to sleep. Turned it back on today. I pulled up https://localhost/… here we go… there is a another theme I used to work on last month. I switched to it to look at something yesterday when I was working on the current theme. It was just a few seconds look. Anyway…
I got in to admin panel. I switched it back to the current theme I was working on. Viewed the site… Oh Well… All the pages and posts are gone. My new theme I created in tact but all the content(PAGES ANS POSTS) I created has just disappeared. They do not show in my wordpress admin panel.
I went into phpmyadmin to see if the content was there. Oh my god… no pages.. no posts…
I found a few articles online which they mention about the same problem but there is no instruction how they fixed it. I tried a few things in wp-config and phpmyadmin config.inc but I cannot determine the cause of the problem.
Here some details:
ZE Community Server 4.5 with phpmyadmin, mysql and Apache extensions
Windows XP professional
Zend Studio 7.0phpmyadmin config.inc.php
$cfg[‘Servers’][$i][‘verbose’] = ”;
$cfg[‘Servers’][$i][‘host’] = ‘localhost’;
$cfg[‘Servers’][$i][‘port’] = ”;
$cfg[‘Servers’][$i][‘socket’] = ”;
$cfg[‘Servers’][$i][‘connect_type’] = ‘tcp’;
$cfg[‘Servers’][$i][‘extension’] = ‘mysqli’;
$cfg[‘Servers’][$i][‘auth_type’] = ‘cookie’;
$cfg[‘Servers’][$i][‘user’] = ‘root’;
$cfg[‘Servers’][$i][‘password’] = ”;
$cfg[‘Servers’][$i][‘nopassword’] = true;
$cfg[‘Servers’][$i][‘AllowNoPassword’] = true;wp-settings are:
Default on admin panel.. https://localhost/?p=123
define(‘DB_NAME’, ‘wordpress’);
define(‘DB_USER’, ‘wordpress’);
define(‘DB_PASSWORD’, ‘abc123’);
define(‘DB_HOST’, ‘localhost’);PLEASE HELP Thank you in advance.
- The topic ‘Pages and Posts Disappeared’ is closed to new replies.