Quote:
|
Originally Posted by Brian If you'll search your gallery/upload.php file and forum/includes/functions_gallery_imageedit.php file for 0777 then you can change the values there. |
This works fine at 755 in upload.php and 644 in functions_gallery_imageedit.php
The results produce:
Directory: (Can have a no-linking .htaccess file in here.)
drwxr-xr-x 3 user user 4096 Dec 10 22:16 photos/
Sub Directory: (created by gallery user number)
drwxr-xr-x 2 user user 4096 Dec 10 22:23 1/
Files:
-rw-r--r-- 1 user user 41653 Dec 10 22:23 fjrod.jpg
-rw-r--r-- 1 user user 2617 Dec 10 22:23 fjrod_thumb.jpg
I noticed that GD can not produce a .gif thumbnail as expected. This is no problem as jpegs are fine. Writing to another system user's directory didn't go so well. It was a nice thought for automated backups, but too much hassle.
So far, it's looking and working great! Happy Customer!