I just did a clean install of ZenPhoto 1.0b on a Windows 2003
IIS6
php 4.4.1
modrewrite set to false
Here is what I have noticed
Gallery Stats don't update
What method of email is it using.. I am not receiving them
Uploading Zip file is not working.. even though php zip function is installed (didnt work on .9 either)works in phpbb forum on same server.
had to do the fix that legobuff stated in his post
define('SERVERPATH', '[full path]/zenphoto');
define('WEBPATH', '/zenphoto');
define('SERVERCACHE', SERVERPATH . "/cache");
define('WEBCACHE', WEBPATH . "/cache");
to fix the paths from being http://index.php/whateverelsewashere?
Otherwise.. things seem good.. it actually seems faster than it was or maybe it was just me.... you guys have made my day with releasing this... I was up late last night checking your site hoping it would come out yesterday and i could start playing. All looks good though.. Thank you.