"undefined function: configure()" error post confi

robdeadtech

Joined: 2004-05-12
Posts: 2
Posted: Wed, 2004-05-12 21:37

After I go through the configuration I get a strange message... any help is appriciated.

*********
Don't forget to run this to make your Gallery secure!
Fatal error: Call to undefined function: configure() in /home/serenas/www/setup/write.inc on line 210
*********

It seems this is where normally you would get the bat or chmod instructions...

lines 209 and 210 in write.inc are

*********
echo _("Don't forget to run this to make your Gallery secure!");
configure("secure");
*********

I'm running
Gallery version: 1.4.3-RC1
Apache version: 1.3.27
PHP version: 4.3.3
OS: Redhat Linux 2.1AS
browser: mozilla 1.6b

TIA,
Rob

 
robdeadtech

Joined: 2004-05-12
Posts: 2
Posted: Wed, 2004-05-12 22:04

after upgrading to 1.4.3-pl1 this problem went away... hmmm...