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

sunfish62’s picture

Similar 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!

mwheinz’s picture

That 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.

mwheinz’s picture

Status: Active » Closed (fixed)
sunfish62’s picture

Development version fixed it. Thanks!