You are not logged in.
Hi to everyone.
I have Moodle 1.9.5 installed; I've updated to PHP 5.3 and Moodle doesn't works now. ![]()
When I do write this into the browser: http://localhost/moodle/, the page shows me this:
ERROR: You need to create the directory /srv/moodledata with web server write access
ERROR: You need to create the directory /srv/moodledata with web server write access
ERROR: You need to create the directory /srv/moodledata with web server write accessBut before the upgrade everything worked fine ![]()
Someone else with the same problem? ... anyone knows how to fix it? ![]()
Last edited by Ravenman (2009-09-23 20:39:06)
Offline
Check your /etc/httpd/conf/extra/http-vhosts.conf. Mine was saved as httpd-vhosts.con.pacsave and a new one added. Also, check /etc/httpd/conf/httpd.conf. Those files need some manual updating.
Matt
"It is very difficult to educate the educated."
Offline
Hi to everyone:
I did solve myself and it's simple, only I did need add the directory to the open_basedir variable into the /etc/php/php.ini file:
Before:
open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/
After:
open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/srv/
And all it continues working fine ![]()
Thanks to Mrunion for his interest ... until the next! ![]()
Last edited by Ravenman (2009-09-23 20:38:32)
Offline