Closed (fixed)
Project:
Acidfree Albums
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2010 at 02:01 UTC
Updated:
9 Jan 2011 at 05:58 UTC
upgraded my site from drupal 5 to 6 and now all my image are missing from acid free.
Albums still exist but images seem to be gone nothing is showing in the drupal logs please help
Comments
Comment #1
sunfish62 commentedSimilar problem, but a little different.
Images are accessible individually (i.e. I can see the image at node/878), and in those individual image pages, the navigation appears, but the Acidfree root album is empty, as are all other albums. A check of the log shows:
...
Location http://localhost:8888/?q=acidfreealbum
Referrer http://localhost:8888/?q=admin/reports/dblog
Message Parameter 2 to acidfree_link_alter() expected to be a reference, value given in /Users/david/Development/LocalSite/includes/common.inc on line 2892.
Severity error
Suggestions welcome!
Comment #2
mwheinz commentedThat error message is caused by upgrading to PHP version 5.3.x - I've **just** committed the fixes for it (thanks to bkat).
Try the development tar ball here:
http://drupal.org/node/347260
It should fix the problem.
Comment #3
mwheinz commentedComment #4
sunfish62 commentedDevelopment version fixed it. Thanks!