Jump to content

Changing File Permissions In 3.0.5 Installation


Recommended Posts

hi!

 

quick question, in the installation manual it mentions after installation, I will be prompted to change file permissions for a list of folders, but I was never given that instruction during installation. anyone have a list of what folders those are for 3.0.5? 

 

 

Thank you

Link to comment
Share on other sites

Hi,

Refer to the following,

 

chmod -R a+w /your URL path/var
chmod -R a+w /your URL path/var/cache
chmod -R a+w /your URL path/ads/var/plugins
chmod -R a+w /your URL path/var/templates_compiled
chmod -R a+w /your URL path/plugins
chmod -R a+w /your URL path/www/admin/plugins
chmod -R a+w /your URL path/www/images

Link to comment
Share on other sites

  • 3 weeks later...

Hi,

Refer to the following,

 

chmod -R a+w /your URL path/var

chmod -R a+w /your URL path/var/cache

chmod -R a+w /your URL path/ads/var/plugins

chmod -R a+w /your URL path/var/templates_compiled

chmod -R a+w /your URL path/plugins

chmod -R a+w /your URL path/www/admin/plugins

chmod -R a+w /your URL path/www/images

 

It's been awhile since i've messed with chmod's and changing file permissions and it's really frustrating as hell when everyone tells you to change this and that and the files and directories that need to be changed aren't even on the server. Maybe someone can help me with this...

 

There is no such path on the server after the revive DL called:

 

chmod -R a+w /your URL path/ads/var/plugins

 

or this 

chmod -R a+w /your URL path/var/templates_compiled (there isn't a folder or file reffered to as templates_compiled under the var folder)

 

or this

 chmod -R a+w /your URL path/www/admin/plugins

 

everything else is there....but not these. 

 

Yet I keep getting these errors...

 

/home/content/64/10853564/html/revive-adserver/var/templates_compiled

Directory must be writeable

 

and 

 

/home/content/64/10853564/html/revive-adserver/www/admin/plugins

Directory must be writeable
 
 
Just trying to get this thing installed and about to throw this machine across the room. Can anyone point me in the right direction?
 
TY,
Ray Merritt
Link to comment
Share on other sites

Need to give realpath of revive adserver installed. Please use this command, 

 

chmod -R a+w /home/content/64/10853564/html/revive-adserver/var
chmod -R a+w /home/content/64/10853564/html/revive-adserver/var/cache
chmod -R a+w /home/content/64/10853564/html/revive-adserver/ads/var/plugins
chmod -R a+w /home/content/64/10853564/html/revive-adserver/var/templates_compiled
chmod -R a+w /home/content/64/10853564/html/revive-adserver/plugins
chmod -R a+w /home/content/64/10853564/html/revive-adserver/www/admin/plugins
chmod -R a+w /home/content/64/10853564/html/revive-adserver/www/images
Link to comment
Share on other sites

Hi,

Sorry, Its root URL not your path URL

 

chmod -R a+w /root URL/var
chmod -R a+w /root URL/var/cache
chmod -R a+w /root URL/ads/var/plugins
chmod -R a+w /root URL/var/templates_compiled
chmod -R a+w /root URL/plugins
chmod -R a+w /root URL/www/admin/plugins
chmod -R a+w /root URL/www/images

 

What Dave Brain posted is also correct.

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