hi,
I updated to the latest zenphoto version 1.2.2. I get an error when I call printAlbumMenuJump (print_album_menu.php version 1.4.6).
Here is the code that I use:
<?php if (!checkForPassword()) { ?>
<div id="menuJump">
<?php printAlbumMenuJump("count","Liste des albums"); ?>
</div>
<?};?>
And the error
<b>Fatal error</b>: Call to undefined function parthurlencode() in <b>XXx/zp-core/plugins/print_album_menu.php</b> on line <b>418</b>
did i miss something? This code worked fine under zenphoto 1.2
thanks
Comments
I changed parthurlencode to pathurlencode in print_album_menu.php