Problem: Login is not working in Firefox and Chrome but it's in Safari.
Description:
We took a drop 6 installation to another host and followed a few steps:
Site / Site 1 / Themes / Theme Folder #System / All / Themes / ThemeFolder
These changes in page-node-NNN.tpl.php files (All files in themes / themeFolder are searched):
1) Find: / oldpath / replace: / Newpath /
2) Find: replace oldsubdomain: www.
3) Find: .com / sites / replace: .com / newpath / sites /
Then as I login, when any browser fails when wrong The information is entered, but when it is correct, it only redirects to that user profile page ... and after that nothing happens. There are no admin menu, no buttons are edited for content, and it is one although it is authenticated but never stored in any way which will later assist in authentication.
The strange thing is that Firefox and Chrome do not work for 3 different systems for 3 people. But Safari does not believe that we have this database or old cookies.
Is any one good guess?
You have the $ cookie_domain
variable in your settings .php Has investigated? It should either be commented or adjusted on your new domain (I clearly remember that Safari has a slightly different cookie domain handling model than other browsers - though not sure.)
You You can also check the cookies set by the new site in different browsers and compare the differences.
Another (wild) guess will be the date / time setting on the new host. This is not very likely, but if the date of the past closes, the end date of the cookies will be closed, and the browser can deal with it differently.
In addition to this, you definitely have cache after all the Drupal tricks, do you
Comments
Post a Comment