Author |
|
foxdirect Newbie
Joined: 24 July 2016
Online Status: Offline Posts: 12
|
Posted: 25 July 2016 at 4:08am | IP Logged
|
|
|
Hi Igor,
I'm trying to do a clean install since my old version is quite old.
1. wget http://www.afterlogic.org/download/webmail_php.zip
2. chown -R apache:apache webmail
3. chmod -R 777 webmail #I first tried with 644 / 755
Open http://example.com/webmail/install/ --> https://example.com/webmail/install/?step=compatibility
"The current server environment meets all the requirements", I press next...
----> https://example.com/webmail/install/?post
and I get: State error
---------
Server is CentOS 6.5, PHP 5.4.45... Thanks for your help
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 25 July 2016 at 5:31am | IP Logged
|
|
|
Is the issue reproduced if you try running the installer using a different web browser?
Did you check webserver logs? Is there maybe anything relevant there?
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
foxdirect Newbie
Joined: 24 July 2016
Online Status: Offline Posts: 12
|
Posted: 25 July 2016 at 6:12am | IP Logged
|
|
|
I noticed if I try to load this URL directly: https://shipped.com/wmail/install/?post
I get the same error: "State error" even without GETing or POSTing anything to that URL.
So... that lead me to think what could be interfering... and I discovered it's my .htaccess file!
Very strange problem... But I will temporarily disable my root .htaccess file to do the install. ;)
|
Back to Top |
|
|
foxdirect Newbie
Joined: 24 July 2016
Online Status: Offline Posts: 12
|
Posted: 25 July 2016 at 6:15am | IP Logged
|
|
|
Specifically... it was this line that I needed to comment out:
#RewriteRule ^(.*)index\.(php|html|htm?)$ /$1 [R=301,NC,L]
|
Back to Top |
|
|