I've been setting up my own drupal site the past months and thought I would be safe but guess I was wrong at that point..
I know this is probably the first post about it, but the problem I've been stuck in the last couple of weeks is to do with Php safe mode and the image module and I'm pretty new to drupal so I'll hope that excuses me.. :)
I'm keep on getting this message on my screen: warning: mkdir(): SAFE MODE Restriction in effect. The script whose uid is 1012 is not allowed to access /home/virtual/site440/fst/var/www/html/pictures/files/images owned by uid 48 in /home/virtual/site440/fst/var/www/html/includes/file.inc on line 86.
My host is http:/www.mediatemple.net
I've been searching the site for information but nothing specific have helped me.. I tried to change the files and tmp directorys but same problem is there..
I'm running 4.6.3 and Image module that are available on drupal.org, I hope someone has a solution that could fix this matter..
Please help me, do I want to use the image module and it's gallery..
Best regards
Martin
Comments
Try removing the "/" in the
Try removing the "/" in the path
Temporary directory:
tmp
Tried that
Doesn't work.. :(
One thing..
When I attach and upload files in regular posts it works beutiful.. But the image module is another story..
Perhaps that's because the Image module tend to create tons of folders?
From the error it sounds
From the error it sounds like the image module can't create the "images" directory.
Can you create it manually?
If you can upload files OK to the "files" directory how did it get created?
I tried that
But it then keeps on giving me more safe mode errors and later on it creates a post but never creates the image..
Is there another Image gallery module that doesn't give me problems with safe mode or perhaps some developer of the image module could help me out?