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!
Posts: 7994
Those are just debug messages. Turn off debug mode if you don't want to see them.
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.