What is not working for me

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

1. Gallery Stats don't update

2. What method of email is it using.. I am not receiving them

3. 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.

4. 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?

5. When logged in as admin.... IE displays the script errors but not in firefox... everything seems to work in IE though..

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.

http://beta.chilifrei.net/zenphoto1

Comments

  • The email is sent using the php mail() function. This is notoriously hard to get to work on windows. I haven't managed to get it work on mine at home for example!
  • trisweb Administrator
    IIS... whoo... good luck!

    No, seriously, we should try to get it workig as well as possible on IIS. If you could file each of these bugs on berlios that'd be great.

    Oh, except #1, #4, and #5 which I'm pretty sure aren't IIS specific. Thanks!
  • on these lines to add to the config file,
    did you need to put in the full path, such as:

    define('SERVERPATH', 'C:\websites\blah\www\website\gallery');
    define('WEBPATH', '/gallery');

    or does the serverpath need to be the full URL of where the gallery is installed?
Sign In or Register to comment.