Jump to content

Recommended Posts

Posted

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?

Posted

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

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...