Hello,
The installation of zenphoto 1.1.6 on Free is fine until the end when creating tables :
Warning: Invalid argument supplied for foreach() in /mnt/104/sda/0/1/bcspidey/zenphoto/zp-core/option-defaults.php on line 136
Is it gonna be a problem ? I'm not really good with php...
Thanks for your help !
The url : http://bcspidey.free.fr/zenphoto/
This is an indication that your ISP has disabled the glob() function. There is a line at the front of functions.php which reads: define('SAFE_GLOB', false); please change this to read define('SAFE_GLOB', true);. For more on this see our troubleshooting guide http://www.zenphoto.org/2007/12/troubleshooting-zenphoto/#14