Photo Organizer

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bug Report
  • Category Backend / Core → Import
  • Assigned To No-one
  • Operating System All
  • Severity Critical
  • Priority Low
  • Reported Version 2.34-rc4
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Photo Organizer
Opened by sarak - 2007-09-20
Last edited by pizza - 2007-10-18

FS#290 - Invalid upload path

Php 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

Closed by  pizza
2007-10-18 20:19
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.
Admin
pizza commented on 2007-09-20 13:20

under /home/services/photo-organizer/repo, check the 'current' symlink, and you'll find that it's screwed up. Remove it, and manually create it by hand ('current' -> 'v0000')

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.

Admin
pizza commented on 2007-09-20 15:21

svn r1684 in svn has a potential fix. The problem is that my installation of PHP doesn't have this problem, so I can't be sure it's working.

Apply the attached patch to a new installation (before running install.php) and things should work for you.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing