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

Bertrand_Lefort’s picture

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

wubbonius’s picture

it seems safe_mode is set on; you have to override this in your php settings. Try searching 'safe_mode .htaccess' in google ;-)

Succes.