knofun Posted March 6, 2015 Report Share Posted March 6, 2015 Hi all. Trying a fresh install of revive on nginx. Got the welcome screen, clicked accept to the terms, and got the check screen prompting me to change some file permissions. I do that as instructed, click retry and am redirected back to the welcome with the GPL terms. I click next and it says "checking system parameters," then refreshes that same screen. Here's my access.log tail: 108.162.215.109 - - [06/Mar/2015:05:55:03 +0000] "POST /www/admin/install.php?action=welcome HTTP/1.1" 302 5 "/www/admin/install.php?action=welcome" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36" 108.162.215.109 - - [06/Mar/2015:05:55:03 +0000] "GET /www/admin/install.php?action=check HTTP/1.1" 302 5 "/www/admin/install.php?action=welcome" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36" 108.162.215.109 - - [06/Mar/2015:05:55:03 +0000] "GET /www/admin/install.php?action=database HTTP/1.1" 302 5 "/www/admin/install.php?action=welcome" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36" 108.162.215.109 - - [06/Mar/2015:05:55:03 +0000] "GET /www/admin/install.php?action=welcome HTTP/1.1" 200 19485 "/www/admin/install.php?action=welcome" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36" If I erase that directory and do a fresh install I can repeat this process. I have mysql running, but haven't been prompted to input the connection info yet, so not sure if that could be it. Help? Quote Link to comment Share on other sites More sharing options...
9500 Posted March 6, 2015 Report Share Posted March 6, 2015 What OS are you using? I've had a similar problem with CentOS 6.6, nginx and PHP 5.3. I've solved the problem by changing ownership of the /var/lib/php/session folder to the nginx user. If you're using CentOS/RHEL, you can try with this: sudo chown nginx:nginx /var/lib/php/session andrewatfornax 1 Quote Link to comment Share on other sites More sharing options...
knofun Posted March 6, 2015 Author Report Share Posted March 6, 2015 I am on CentOS 6.5, and this fix totally worked. Thanks 9500!! 9500 and andrewatfornax 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.