Cannot login to drupal in Chrome or Firefox, but Safari works

Posted by WmasterJ on Stack Overflow See other posts from Stack Overflow or by WmasterJ
Published on 2010-05-17T05:59:53Z Indexed on 2010/05/17 10:20 UTC
Read the original article Hit count: 355

Filed under:
|
|

Problem: Login is not working in Firefox and Chrome but it does in Safari.

Details:
We just moved a drupal 6 installation to another host and followed some steps:

Moved
sites/site1/Themes/themeFolder
to
sites/all/Themes/themeFolder

Made these changes in page-node-NNN.tpl.php files (searched all files in themes/themeFolder):

1) find: /oldpath/ replace: /newpath/
2) find: oldsubdomain. replace: www.
3) find: .com/sites/ replace: .com/newpath/sites/

Then as I login it fails in any browser when the wrong information is entered but when it is correct it simply redirects to that users profile page...and then nothing. There are no admin menus, no edit buttons for content and it is a though it authenticated but somehow never stored anything that would help with the authentication later.

The strange thing is that for 3 people with three different systems Firefox and Chrome don't work. But Safari does. We have ruled out that it is the database or old cookies.

Any one have a good guess?

© Stack Overflow or respective owner

Related posts about drupal

Related posts about drupal-6