Test latest G2 on Win NT

pawmarks
pawmarks's picture

Joined: 2002-08-19
Posts: 19
Posted: Tue, 2003-05-27 15:19

Getting an error in setup with 5.26 cvs - can anyone make sense of this?

file_exists(f:\foxserv\www\gallery\)
is_dir(f:\foxserv\www\gallery\)
is_writeable(f:\foxserv\www\gallery\)
fopen(f:\foxserv\www\gallery\/setup3296, w, 0)
unlink(f:\foxserv\www\gallery\/setup3296)
file_exists(f:\foxserv\www\gallery\albums\)
is_dir(f:\foxserv\www\gallery\albums\)
file_exists(f:\foxserv\www\gallery\albums\)

this goes on lots more

then later:

Error (ERROR_MISSING_VALUE)in f:\foxserv\www\ardvark\modules\gallery2\modules\core\classes\GalleryStorage\DatabaseStorage.class at line 208in f:\foxserv\www\ardvark\modules\gallery2\modules\core\classes\GalleryStorage\DatabaseStorage.class at line 190in f:\foxserv\www\ardvark\modules\gallery2\modules\core\classes\Gallery.class at line 807in f:\foxserv\www\ardvark\modules\gallery2\setup\setup.php at line 104

I thought it might be due to NOT including a trailing \ on my f:\foxserv\www\gallery spec, but tried with it and got same error

Thanks!

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Wed, 2003-05-28 10:17
pawmarks wrote:
file_exists(f:\foxserv\www\gallery\)
is_dir(f:\foxserv\www\gallery\)

Those are just debug messages. Turn off debug mode if you don't want to see them.

pawmarks wrote:
Error (ERROR_MISSING_VALUE)in f:\foxserv\www\ardvark\modules\gallery2\modules\core\classes\GalleryStorage\DatabaseStorage.class at line 208
in f:\foxserv\www\ardvark\modules\gallery2\modules\core\classes\GalleryStorage\DatabaseStorage.class at line 190
in f:\foxserv\www\ardvark\modules\gallery2\modules\core\classes\Gallery.class at line 807
in f:\foxserv\www\ardvark\modules\gallery2\setup\setup.php at line 104

Your code is slightly out of date; this class changed on 5/23 and the line numbers are different. But from what I can tell it's complaining that you didn't provide a username or a hostname in the database section of your config.php. Can you verify what's in your config.php and get back to us? Oh, and get the latest version of the code? Thanks.