Moved database, home page goes to login now
Permalink
I've moved (synchronized from phpmysqladmin) my c5 database to a new server. I updated my config/site.php settings to point to new server. Everything works great, except I can no longer browse anonymously, and admin is the only user that has access.
In Sitewide Settings/Access, it has Viewing Permissions set to Public
Please advise, need to move mysql off of localhost.
Thanks in advance
gene
In Sitewide Settings/Access, it has Viewing Permissions set to Public
Please advise, need to move mysql off of localhost.
Thanks in advance
gene

make sure maintenance mode is off
Thanks, checked that and both databases show Maintenance Mode disabled (from the web)
stumped...
stumped...
Turns out it was something in the way I moved the database that caused it. Was able to reproduce with another project also. Looks like some fields that were null originally became non null, just empty, and some were even zeroes.
Removed the db, did a straight data dump and imported to the new database, and things now work just as expected.
Thanks for anyone that looked at this.
Removed the db, did a straight data dump and imported to the new database, and things now work just as expected.
Thanks for anyone that looked at this.