In ma admin panel Options -> plugins I have discovered such problem:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE in /home/itprojns/public_html/abakgaleria/zp-core/zp-extensions/rewriteTokens.php(32) : eval()'d code on line 4
Notice: Undefined variable: conf in /home/itprojns/public_html/abakgaleria/zp-core/zp-extensions/rewriteTokens.php on line 33
And on register_user plugin I have:
Warning: Invalid argument supplied for foreach() in /home/itprojns/public_html/abakgaleria/zp-core/zp-extensions/rewriteTokens.php on line 60
Any attempts to solve this like refresh meta tags or restore script doesn't help and destroys gallery, link to my broken site:
http://galeria.abakpracownia.pl/Wersja Zenphoto 1.4.5.9 [12ad1f92fa] (Official build)
Have you known how to fix this?
Comments
Try a reupload from the 1.4.5.9 package for now. Generally the 1.4.5.x stream does not really get any fixes anymore as 1.4.6 is ahead.
foreach ($this->conf_vars['special_pages'] as $page => $element) {
It seems that the problem lies somewhere in the system configuration, but I'm not sure.