by Jason Martinez.
What are your Data Files Permissions in your config.php?
Are they set to:
$CFG->directorypermissions = 0755;
or
$CFG->directorypermissions = 0775;
need to make sure your web server can access the file--the default 0750 may not be able to.
Jason
-It's the small things in life that make the difference