Hello!
I tested to run Zenphoto on my windows server using AMPPS but becouse of it worked bad, i am now testing XAMPP.
When installing i get this issue on the startpage of my zenphoto gallery with zpskeleton theme.
Notice: Undefined variable: options_message in C:\xampp\htdocs\zenphoto\themes\zpskeleton\gallery.php on line 12
What do you guys think this means?
This is the logg:
{2524:Wed, 27 Mar 2013 09:33:10 GMT}
NOTICE: Undefined variable: warning_listitem in C:\xampp\htdocs\zenphoto\themes\zpskeleton\functions.php on line 16
require_once called from index.php [84]
{2524:Wed, 27 Mar 2013 09:33:10 GMT}
NOTICE: Undefined variable: options_message in C:\xampp\htdocs\zenphoto\themes\zpskeleton\gallery.php on line 12
include called from include (index.php [13])
from index.php [108]
Thank you!
Comments
Notice: Undefined variable: warning_listitem in C:\xampp\htdocs\zenphoto\themes\zpskeleton\functions.php on line 16
Quick fix for you: edit the functions.php file of the theme and add towards to top:
`
$options_message = '';
$warning_listitem = '';
`