New to ProcessWire
I have changed servers. Backed up Database and installed it on the new server. Moved all the other files. ProcessWire connects to the database but I get a fatal error. I was hoping someone could help please.
Fatal error: Exception: Table 'domain_domaindb.modules' doesn't exist
SELECT id, class, flags, data FROM modules ORDER BY class (in /home/domain/public_html/wire/core/Database.php line 118)
The full error message;
Fatal error: Exception: Table 'domain_domaindb.modules' doesn't exist
SELECT id, class, flags, data FROM modules ORDER BY class (in /home/domain/public_html/wire/core/Database.php line 118)
#0 /home/domain/public_html/wire/core/Modules.php(167): Database->query('SELECT id, clas...’)
#1 /home/domain/public_html/wire/core/Modules.php(85): Modules->load('/home/domain/...’)
#2 /home/domain/public_html/wire/core/ProcessWire.php(99): Modules->__construct('/home/domain/...', '/home/domain/...’)
#3 /home/domain/public_html/wire/core/ProcessWire.php(45): ProcessWire->load(Object(Config))
#4 /home/domain/public_html/index.php(183): ProcessWire->__construct(Object(Config))
#5 {main} in /home/domain/public_html/index.php on line 214
Many Thanks