I found several topics on this in FAQs and forums, but none could help me..
I'm running Drupal-4.6.3, on Apache/1.3.33 (Unix/Linux ?), PHP 4.3.11, MySQL 4.0.26-standard.
The server sets folder to CHMOD 755, and files to 644 on default.
It's on a sub domain, (like; "test.mysite.org").
This:
/?q=admin/themes/settings
mkdir(files): Permission denied in /.../local/home/.../test.mysite.org/includes/file.inc on line 86.
..and this:
/?q=admin/themes/settings/chameleon
mkdir(files): Permission denied in /.../local/home/.../test.mysite.org/includes/file.inc on line 86
Is there supposed to be a folder "themes/settings/" ? I tryed makeing one with 777, but it didn't cahnge anything.
I have made folder and root folder "files" and "files/tmp" . That is set to CHMOD 777.
I allso set "includes" and "includes/file.inc" to CHMOD 777.
- Is there supposed to be a file in "files/"? I only got my logo there, and it's working fine!
I tried to set all files and folders to CHMOD 777, but it didn't change anything on refresh.
My database is not on "localhost", is there any files that contains localhost directon exept from settings.php? Probably not!?
I'm not an PHP expert, so I'm not able to see if ther's somthing wrong with line 86:
if (($mode & FILE_CREATE_DIRECTORY) && @mkdir($directory, 0760)) {
I tried setting it to "@mkdir($directory, 0777)", but it diddn't help at all.