Quote:
Originally Posted by rom56
hello first thank you for extension ! 
error
Code:
"Warning: move_uploaded_file(): SAFE MODE Restriction in effect. The script whose uid is 550 is not allowed to access /home/neticlik/domains/neticlik.com/public_html/photoplog/images/1 owned by uid 100 in /photoplog/upload.php on line 144"
|
As it looks your provider is running in safe mode.
that meens a php script cannot create a directory!!!
you have 777 on your images directory.. but then it wants to create a new directory with your userid.. which it is not allowed to..
i dont know if there is a switch in the "storage method"
wich means that all files should be put in the same directory...
to test if its that.. create a directory called 1 in your images folder and set it to 777.
it should then work for your userid (if you are 1)
Felix
I havent looked into the code to see if there is a switch in the storage method..