HELP! Site down
Permalink
No idea why I'm getting this error all of sudden when I go to my site themusicrowshow.com
An exception occurred while executing 'select pkgID, pkgName, pkgIsInstalled, pkgDescription, pkgVersion, pkgHandle, pkgDateInstalled from Packages where pkgIsInstalled = ? order by pkgID asc' with params [1]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'TMRSdatabase.Packages' doesn't exist
What can I do fix this?
Thanks in advance.
An exception occurred while executing 'select pkgID, pkgName, pkgIsInstalled, pkgDescription, pkgVersion, pkgHandle, pkgDateInstalled from Packages where pkgIsInstalled = ? order by pkgID asc' with params [1]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'TMRSdatabase.Packages' doesn't exist
What can I do fix this?
Thanks in advance.
Looks like a package is missing. Did you delete something via ftp?
No, didn't delete anything that I know of.
Maybe your table names are lowercase.
Open your database in phpmyadmin or similar tool and check if you have table Packages (not packages).
Open your database in phpmyadmin or similar tool and check if you have table Packages (not packages).
using phpmyadmin, but I'm not sure where to find it. So many directories.