drummaster Posted November 7, 2013 Share Posted November 7, 2013 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 Link to comment Share on other sites More sharing options...
RyanJ Posted November 7, 2013 Share Posted November 7, 2013 Hello, copied over the old site into the site folder, but I'm still getting the process wire basic files If you copied over your files, they should replace the old files, so you may have a folder permission issue here? That would be my guess for the first error message. The second would lead me to believe something went wrong with your import or check the naming of the field. If in doubt, do a dump and import the database again. Hope this helps a little. Link to comment Share on other sites More sharing options...
ryan Posted November 9, 2013 Share Posted November 9, 2013 Notice: Trying to get property of non-object in/home/domain/public_html/site/templates/includes/head.phpon line 71 What's on line 71 of that file? there is also member login area and none of the usernames and passwords are excepted, even though the data table has the info Was the PHP version downgraded in the transition? Make sure you are running PHP 5.3.8 or newer on the new server. Fatal error: Exception: Field does not exist: user_swipe (in /home/domain/public_html/wire/core/PageFinder.php line 248) The table for the field may exist, but does it have an entry in the "fields" table? That error message would suggest it doesn't. I am guessing the database didn't successfully import to its new location. I would try to re-import the whole thing. Link to comment Share on other sites More sharing options...
drummaster Posted November 15, 2013 Author Share Posted November 15, 2013 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. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now