By bullfrog on
Hi
OK, got by the first hurdle, have the site up and running, but am encountering the following errors at the top of page. Are there specific files I have to have chmoded to a particular value?
warning: mkdir(files): Permission denied in /home/.../Drupal/includes/file.inc on line 86.
warning: mkdir(): SAFE MODE Restriction in effect. The script whose uid/gid is 10220/500 is not allowed to access /tmp owned by uid/gid 99/65534 in /home/.../Drupal/includes/file.inc on line 86.
Many Thanks
Comments
Change the autorisation of the folder
Hello,
I am a beginner in Drupal, but this appened to me the first time I install Drupal. Try to create first the folder files in your Drupal folder and second change the permission (read, write and execute) on the folder.
Bertrand
it seems safe_mode is set
it seems safe_mode is set on; you have to override this in your php settings. Try searching 'safe_mode .htaccess' in google ;-)
Succes.