Jump to content

drummaster

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by drummaster

  1. Thank you for your help guys. Turns out the company that copied over the files missed a whole chunk of data. once that was merged the site worked fine.
  2. moving server, did a reinstall of process wire on the new server, imported the the backup data into mysql, set the config file pointing to the database. copied over the old site into the site folder, but I'm still getting the process wire basic files displayed with an error Notice: Trying to get property of non-object in/home/domain/public_html/site/templates/includes/head.phpon line 71 there is also member login area and none of the usernames and passwords are excepted, even though the data table has the info get this error; Fatal error: Exception: Field does not exist: user_swipe (in /home/domain/public_html/wire/core/PageFinder.php line 248) the user_swipe does exist in the data table, seems the page can't find it really could use you help as I'm a neewbee here Thanks
  3. 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
×
×
  • Create New...