LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   SquirrelMail v1.4.21 returning error with Google Chrome (https://www.linuxquestions.org/questions/linux-server-73/squirrelmail-v1-4-21-returning-error-with-google-chrome-875651/)

moyorakkhi 04-18-2011 10:33 AM

SquirrelMail v1.4.21 returning error with Google Chrome
 
Hello,

I've installed the new version of SquirrelMail 1.4.21 in my server. The old version is working fine. The new version is working fine with IE and Firefox. But in Google chrome, after login, when i try to open any email from inbox it returns this error:

Code:

ERROR
You must be logged in to access this page.
Go to the login page

This is the virtualhost conf. for the squirrelmail:

Code:

<VirtualHost *:80>
DocumentRoot /www/webmail2.zedandzed.com
ServerName webmail2.zedandzed.com
ErrorDocument 403 http://webmail2.zedandzed.com/index.php
ErrorDocument 404 http://webmail2.zedandzed.com/index.php
ErrorDocument 405 http://webmail2.zedandzed.com/index.php
php_value session.auto_start 0
#php_value register_globals off
php_value magic_quotes_gpc off
php_value session.use_cookies 1

<Directory "/www/webmail2.zedandzed.com">
Options Indexes FollowSymLinks ExecCGI Includes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>

</VirtualHost>

Thanks for your help in advance!

ruario 04-18-2011 02:35 PM

Firstly, I am not a Chrome user (I work for Opera) but my first guess would be a cookie? Have you configured any setting related to cookie changes?

If you know of a way to start Chrome with a clean profile I would suggest you try it (or as another user on the system). Failing that try and incognito window.

moyorakkhi 04-19-2011 01:02 AM

Quote:

Originally Posted by ruario (Post 4328395)
Firstly, I am not a Chrome user (I work for Opera) but my first guess would be a cookie? Have you configured any setting related to cookie changes?

If you know of a way to start Chrome with a clean profile I would suggest you try it (or as another user on the system). Failing that try and incognito window.

Thanks for your suggession. I've checked cookie settings and cookies is allowed. I've also flushed all previous cookies. Checked from 4 different computer's Chrome. Same result. Something wrong with server side config.

moyorakkhi 04-19-2011 01:07 AM

Got it fixed. It was for the "php_value session.use_cookies 1". I've put the "session.use_cookies" value from "1" to "0".

ruario 04-19-2011 01:58 AM

Well looks like i didn't help you much but great that you got it working anyway. ;)

lbq 08-30-2012 07:23 AM

[SOLVED2] Squirrelmail migration from 1.4.6 to 14.18 similar problem
 
Hi all, I had a similar problem. I didn't check your solution.
However I noticed his problem upgrading the software while users where logged in (as I thought no problem would arise, switching the old with the new version..).
In my experience I could replicate the error logging in with the old interface and then logging in the new one without restarting the browser. Restarting it solved.
bye,
leo.


All times are GMT -5. The time now is 09:24 AM.