Safe Mode Off but Permission Denied
Number of replies: 5Re: Safe Mode Off but Permission Denied
chmod 777 /hsphere/local/home/novaunio/tipi.novaunion.com/moodledata
Re: Safe Mode Off but Permission Denied
I'm not sure what a shell is. I'm not hosting the site myself. Is that the window on the web page I use as an interface for server settings? In which case, were I am supposed to type the command? The text goes like this:
<VirtualHost 38.118.142.215:80>
ServerAdmin webmaster@tipi.novaunion.com
DocumentRoot /hsphere/local/home/novaunio/tipi.novaunion.com
ServerName tipi.novaunion.com
ServerAlias www.tipi.novaunion.com d444640.u26.infinology.net
User novaunio
Group novaunio
AddHandler cgi-script .cgi
ScriptAlias /cgi-bin "/hsphere/local/home/novaunio/tipi.novaunion.com/cgi-bin"
<IfModule mod_php4.c>
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>
<DIRECTORY /hsphere/local/home/novaunio/tipi.novaunion.com>
OPTIONS Indexes ExecCGI MultiViews FollowSymLinks
AllowOverride All
</DIRECTORY>
</VirtualHost>
Re: Safe Mode Off but Permission Denied
You want to add write permissions on your moodledata directory. You really should ask your provider about this. Somewhere in your control panel you may have some tool to change permissions on things.
Re: Safe Mode Off but Permission Denied
I don't think I have that on my panel.
I'll ask my provider.
Thanks a lot for the great toy AND the support.
SJ

Re: Safe Mode Off but Permission Denied
Otherwise, can one imagine hosting moodledata on different server where I have write permissions?