Hi,
Just pulled gallery2 from CVS 10 minutes before this post.
while running setup.php after creating the database I get this error:
Fatal error: Call to undefined function: setpassword() in /var/www/html/setup/setup.php on line 500.
Line 500 is:
$user->setPassword('admin');
And there is no fucntion in GalleryUser.class called setpassword so I guess this is stil 'under construction'?
Posts: 32
yup,
I installed gallery2 at a 2nd host (without having a mysql database already)
- it created the database
- it was creating tables
- gave same error you encounter
So in the installation process of the cvs:
- installing gallery2 into an existing mysql database: error creating 'database' / tables message
- installing gallery2 into a not existing mysql database: database is created, tables also, but giving above error
I'm using 2 different mysql versions: 3.23.39 & 3.23.47
first at a cobalt server, 2nd at a Mandrake Linux box.
Posts: 7994
A bug! I've fixed it in CVS.
Posts: 29
Yes, works now.