This is probably a newbie question, so please be patient with me.
I installed the latest version PHPix 2.0pre1 and it works great!!! The only problem I have is that the thumbs and thumb albums it generates are 'owner nobody' and then I have a tough time deleting them unless I telnet and log in as root. I wanted to be able to delete them from ftp.
Any ideas?
Thanks
Marino Pascal
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is probably a newbie question, so please be patient with me.
I installed the latest version PHPix 2.0pre1 and it works great!!! The only problem I have is that the thumbs and thumb albums it generates are 'owner nobody' and then I have a tough time deleting them unless I telnet and log in as root. I wanted to be able to delete them from ftp.
Any ideas?
Thanks
Marino Pascal
Problem solved.
I created a file called deletethumbs.php with code borrowed from http://php.net/manual/en/function.rmdir.php by lambert AT gamespy.com
I only had to remove the line
rmdir($location);
to keep the thumbs directory where it is.