In a nutshell, I have two issues at the moment: one is my admin panels are blank and the other is the database is missing. FYI: I inherited this site and it is a heavily custom coded WP site … here goes.
I have not edited it recently and I went in to make some edits today, and the admin panel was not displaying content. It showed the left menu bar, however, it did not show the right ‘content’ area.
The only section that was showing content was the NextGen plugin. When that loaded I saw a notice about a WordPress update. (Which may or may not be directly contributing to my issue)
That said…
I did not want to update the site until I backed up the files and the database.
I went into the CPanel to access phpMyAdmin in order to backup the database, and found that the database for this website is not listed!
I then went over to the “MySQL Database” section, and it also did not list the database that is associated with this website.
The Config file of the wordpress shows the following:
(note: It also shows the password, which I have omitted from this trouble ticket)
define(‘DB_NAME’, ”);
/** MySQL database username */
define(‘DB_USER’, ”);
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);
The front end of the website appears to be fine. So it is obviously pulling the data, however, I am very concerned that the database/database user is not listed, and that I am unable to run a backup.