Errors on moodledata folders

Errors on moodledata folders

by Eliecer Acevedo Patiño -
Number of replies: 1

Well it seems to be running in slow motion but I was able to  run apache, mysql now having some issues with GD, not sure how to correct them in Fedora Core 4.

Now when am running moodle I found the goes to the GPL license but in the upper frame shows up errors

ERROR: Could not find or create a directory (/var/www/html/moodledata/cache)

ERROR: Could not find or create a directory (/var/www/html/moodledata/sessions)

and shows up Your session has timed out. Please login again

then stays on GPL licence

Thank you

Average of ratings: -
In reply to Eliecer Acevedo Patiño

Re: Errors on moodledata folders

by matthew w -

Check to make sure that you have created a directory called
/var/www/html/moodledata

If you haven't you need to run the following 2 lines to first create the directory and then give apache permission to read/write. (If the folder does exist, just run the 2nd line to give apache the required permissions)

mkdir /var/www/html/moodledata

chown -R apache:apache /var/www/html/moodledata