Hi,
I have a problem when users try to upload pics in an album.
My directory is added to the openbasedir.
The owner of the newly created folder is set to apache. I think thats te problem so I tried to add the line chown($dest_dir, "myusername"); right after the line that set the chmod to 777 (In the file db_input.php) doesnt help.
The error I get is that the file cannot be copied to the new directory.
who can help me?