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.

HeinoM
 
tallacman replied on at Permalink Reply
tallacman
Looks like a package is missing. Did you delete something via ftp?
HeinoM replied on at Permalink Reply
HeinoM
No, didn't delete anything that I know of.
Parasek replied on at Permalink Reply
Parasek
Maybe your table names are lowercase.

Open your database in phpmyadmin or similar tool and check if you have table Packages (not packages).
HeinoM replied on at Permalink Reply
HeinoM
using phpmyadmin, but I'm not sure where to find it. So many directories.