ZenphotoCMS Forum
Problem with getAlbumPlace() - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Problem with getAlbumPlace() (/thread-6296.html)



Problem with getAlbumPlace() - benchfrooser - 2010-01-03

``

This worked with 1.2.6 but after upgrade I get an error.

Fatal error: Call to undefined function getAlbumPlace()




Problem with getAlbumPlace() - acrylian - 2010-01-03

That function is deprecated. You have to enable the deprecated-functions plugin or better update your theme to use getAlbumLocation().




Problem with getAlbumPlace() - benchfrooser - 2010-01-03

Thx this was quick.
Replaced "place" with "location" and everything is working now.