1
I have created an album for a user of my site and given him permission to create sub albums and upload photos. As soon as he started he immediately got this error:
Fatal error: Call to a member function on a non-object in /home/thefirst/public_html/modules/xoopsgallery/classes/Album.php on line 92
Now when you go to me site at
http://www.ianwelles.com/pics you get the error too and when trying to do different functions in other albums. Other albums are still accesible of you go straight to their url but the xoopsgallery homepage is dead.
Any ideas?
This is the offending album that can still be accessed:
http://www.ianwelles.com/modules/xoopsgallery/view_album.php?set_albumName=album66If I try to delete the empty sub album I get this message:
Fatal error: Call to a member function on a non-object in /home/thefirst/public_html/modules/xoopsgallery/classes/Album.php on line 607
PS- Where is XoopsGallery v1.3.3.8 so I can download it and try replacing the album.php file?
EDIT: I can tell that the problem comes about when the PHP functions in Album.php try to load the subalbums. Dont know why though...