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!