This is the bug tracker for Photo Organizer.
FS#290 - Invalid upload path
Attached to Project:
Photo Organizer
Opened by Grzegorz Saracki (sarak) - Thursday, 20 September 2007, 07:20 GMT-4
Last edited by Solomon Peachy (pizza) - Thursday, 18 October 2007, 16:19 GMT-4
Opened by Grzegorz Saracki (sarak) - Thursday, 20 September 2007, 07:20 GMT-4
Last edited by Solomon Peachy (pizza) - Thursday, 18 October 2007, 16:19 GMT-4
|
DetailsPhp files are in /usr/share/photo-organizer/ directory
In config_site.php i set: $image_repository_path = "/home/services/photo-organizer/repo/"; And when i try to upload image i get: # xtracting Image Metadata (EXIF) ... done # Extracting Image Metadata (XMP) ... done # Extracting Image Metadata (IPTC) ... done # Copying original image siamki.jpg into repository ... failed. # cp /tmp/phpEUVYLs /home/services/photo-organizer/repo///usr/share/photo-organizer/v0000/00000/7_3_orig.jpg # Cleaning up the mess. it seems that $new_volume="/usr/share/photo-organizer/v0000/" but i dont know why |
This task depends upon
Closed by Solomon Peachy (pizza)
Thursday, 18 October 2007, 16:19 GMT-4
Reason for closing: Fixed
Additional comments about closing: After no feedback for nearly a month (and a release in the mean time) I'm treating this as fixed.
Thursday, 18 October 2007, 16:19 GMT-4
Reason for closing: Fixed
Additional comments about closing: After no feedback for nearly a month (and a release in the mean time) I'm treating this as fixed.
There's apparently some versions of PHP always making symlinks absolute -- but it's inconsistent.
This is actually the final bug holding up the 2.34 release.
Apply the attached patch to a new installation (before running install.php) and things should work for you.