Hello,
I've installed the latest acidfree version for 5x, 1.x-dev, and it works fine when I go to user/acidfree, but when I click on my profile /user, the site crashes and I get this error message:
Fatal error: Call to undefined function _album_from_tid() in /home/lifeunde/public_html/modules/acidfree/acidfree.module on line 2431
I really really like the functionality acidfree gives me, can you please look into this and tell me what I can do to fix it?
Thank you,
CR
Comments
Comment #1
inders commentedHi
I ws getting same issue and when i visit my profile at :-
http://www.indiapoly.com/users/inder.html
It was giving same type of error.This error is becoz for some reasons it dont include the class_album file in acidfree.module.So i just added a line at bottom to fix this for me. And now it work fine for me.
You can add this line:-
require_once($acidfree_base.DIRECTORY_SEPARATOR.'class_album.inc');at the end of this file:-
/home/lifeunde/public_html/modules/acidfree/acidfree.module
Hope this will help you.
thanks
Comment #2
inders commentedYour page title was changed by mistake.
Comment #3
mwheinz commentedClosing. No activity in more than 2 years.