kieferstr Posted July 3, 2014 Report Posted July 3, 2014 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 Quote
Eliza0406 Posted July 3, 2014 Report Posted July 3, 2014 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 Quote
raymerritt Posted July 20, 2014 Report Posted July 20, 2014 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 Quote
Dave Brain Posted July 22, 2014 Report Posted July 22, 2014 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 Quote
Eliza0406 Posted July 22, 2014 Report Posted July 22, 2014 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. Quote
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.