I have installed the 6-16-2011 trunk of zenphoto and am using zpfocus_v1.4. I get the following errors on the gallery page.
(Only when logged in) Fatal Error: Call to undefined function printadminlink() in /home6/advertk3/public_html/advertk3/zptest/themes/zpfocus_v1.4/functions.php on line 139.
These appear logged in or out.
Notice: getPages (called from functions.php line 578) is deprecated Use the Zenpage class method instead. in /home6/advertk3/public_html/advertk3/zptest/zp-core/zp-extensions/deprecated-functions.php on line 70
Notice: processExpired (called from deprecated-functions.php line 885) is deprecated Use the Zenpage class method instead. in <b>/home6/advertk3/public_html/advertk3/zptest/zp-core/zp-extensions/deprecated-functions.php on line70
What can I change to avoid these errors?
Thank-you!
Comments
The first references a funcdtion that does not exist. Probably the easiest is to remove the function call.
Notice: getPages (called from functions.php line 578) is deprecated Use the Zenpage class method instead. in zp-core/zp-extensions/deprecated-functions.php on line 70
Notice: processExpired (called from deprecated-functions.php line 885) is deprecated Use the Zenpage class method instead. in /zp-core/zp-extensions/deprecated-functions.php on line 70
Fatal error: Call to undefined function printAdminLink() in /home/bookieb/public_html/gallery2/themes/zpfocus_v1.4/functions.php on line 139
I now commente out the call to the printAdminLink() function and ignored the other errors, but it would be nice to see a fix.