I have a client site that is being moved from our development server to the live server. In doing so it moving from one EngineHosting account to another and changine url from some.developmentdomain.com to somelivesite.com
Since this has happened when we turn the system off every member group is shown the “System Offline” message including the super admins. In the database under “exp_member_groups” the Super Admin group has “can_view_offline_system” = y
Cookie based sessions? We have cleared browsers and whatnot and even tried with machines that have never been to that url and no luck.
Interesting. What version/build of ExpressionEngine are you running? Also, do you have anything set at: CP Home › Admin › System Preferences › Cookie Settings
Specifically the Cookie Domain. if you try: “.mylivesite.com” (notice the period) does that make a difference if you use Cookie Based sessions?
1.6.3 No MSM and I cannot change the cookie pref from .somedomain.com to .newdomain.com it says updated but does not change. I have even change config.php too 775 and nada.
Do you think you could try to update to 1.6.4? It’s a recommended security and bug update.
This is puzzling, as by default Super Admins can view the site when it’s offline. If you log into the control panel, and in the same browser window/tab go to the new domain, do you see it? I believe I’ve had an issue in some browsers when I log in & open a new tab or window, I’m not able to see the site.
As much as I want to upgrade to 1.6.4 it is not in the scope of the project right now and I have been explicitly instructed not to do so at this time.
Bummer. Okay, as far as your config.php file, the permissions should be 666, so change that back. Also, do you have anything within your config.php file that could be overriding sessions or cookies?
As much as I want to upgrade to 1.6.4 it is not in the scope of the project right now and I have been explicitly instructed not to do so at this time.
Lee - not to harp on this, but 1.6.4 is a security and maintenance release and is highly recommended for all users. I would strongly encourage that you convince whomever is in charge to move forward with this particular update.
Don’t worry you are preaching to the choir here. Unfortunately it is a Government funded project and as such all releases need to be reviewed by their own in house “IT” department to ensure that it meets their guidelines for whatever bureaucratic BS they could come up with to justify their position.
As for the config.php I have changed it back and I set the cookie to be the new domain there so atleast that is changed now in the db CP. However no change yet with login issues.
Now I noticed that the system folder does not line up with what the folder is actually named…. however when I change it to match up I have difficulties keeping sessions open it does not change the system offline status….. so I changed it back to as you see it now
1.) Clear the contents of the site’s cache in ./system/cache via FTP
2.) Clear your browser cache
3.) Go to the control panel of your “new” site. login as a super admin.
4.) please double check to verify your user is indeed a superadmin.
5.) Go to: CP Home -> Templates choose your home template group and click “View” on the index template. When the page loads, are you still on the same domain and can you view that template?
So I followed the steps and when I clicked on View it took me to the proper domain (newsite.com/home/index ) and showed me the correct template…. however it was the SOS message.
Could it be that I have set a custom SOS message? Could that affect it?
I got your email. Do you think you could take a few minutes to setup a fresh, clean install with a new database. Let’s see if we reproduce the problem then.