I am currently getting the following errors on my gallery and sadly I do not know how to fix them do to lack of coding experience!
Warning: Missing argument 3 for setThemeOption(), called in /home3/ken/public_html/gallery/themes/FlickerdTheme-master/flickerd.class.php on line 483 and defined in /home3/ken/public_html/gallery/zp-core/functions.php on line 1754
Warning: Missing argument 4 for setThemeOption(), called in /home3/ken/public_html/gallery/themes/FlickerdTheme-master/flickerd.class.php on line 483 and defined in /home3/ken/public_html/gallery/zp-core/functions.php on line 1754
Notice: Undefined variable: album in /home3/ken/public_html/gallery/zp-core/functions.php on line 1756
Notice: Undefined variable: theme in /home3/ken/public_html/gallery/zp-core/functions.php on line 1762
Notice: Undefined variable: theme in /home3/ken/public_html/gallery/zp-core/functions.php on line 1764
Any assistance would be grand!
Comments
https://github.com/amereservant/FlickerdTheme
But it appears not to be maintained for over three years already. It is most likely not fully compatible with Zenphoto 1.4.6 anyway.
https://github.com/amereservant/FlickerdTheme/issues/15
Apparently you have to change line 41 in themeoptions.php
from
setThemeOption('zenpage', 1);
to
setOptionDefault('zenpage', 1);
You might give it a try.
I see that the theme is dead sadly. Not much I can do about that. I love zenphoto but OMG the lack of themes that are supported is KILLING me
I am too much of a noob with coding to fix it
Fatal error: Call to undefined function printAdminToolbox()
is this one an easy fix?
http://www.zenphoto.org/news/general-contributor-guidelines#providing-themes-and-plugins
The actual best way would be to let the original dev know about them so they can be incorporated. But since nothing happened for three years… I would still open a ticket to inform him, just in case.