Jump to content

3.0.3 Installation Trouble


Recommended Posts

I have sucessfully installed Revive 3.0.2 on my server and it works properly for a domain of mine. I want to move my database to a new domain, on the same server, so I uploaded Revive 3.0.3 on to the domain I wish to move my ad server to, but it will not let me install. It says that certain directories do not have write permission, but they actually do have write permission, they are set to 777 as per instructions. This is on the same server that 3.0.2 was installed on, so I don't understand why there's an issue.

Link to comment
Share on other sites

In some cases you may need to issue the permissions from the root level of the server:

chmod -R a+w /home/public_html/var
chmod -R a+w /home/public_html/var/cache
chmod -R a+w /home/public_html/var/plugins
chmod -R a+w /home/public_html/var/templates_compiled
chmod -R a+w /home/public_html/plugins
chmod -R a+w /home/public_html/www/admin/plugins
chmod -R a+w /home/public_html/www/images

That should fix your problem with the permissions issues. If you are running cPanel on the server, don't forget to add your cPanel username between /home/ and /public_html/

Link to comment
Share on other sites

  • 1 month later...

Most likely this was due to the recursive nature of the above commands, rather than the absolute vs. relative path. Permissions actually need to be set appropriately for all files/sub directories; for a clean install, it's not an issue, as the folders are empty. But on migration, that may not be the case, depending on how the files were move and what else may be changing.

Link to comment
Share on other sites

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...