Database Error Database Error
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Database Error

Started by parti02, December 20, 2006, 03:44:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

parti02

Hi all,
for testing the gallery, i installed it on my local computer.
I create a database with MySql5:
mysqladmin -uroot -p**** create gallery

The funktion "create new user" gives an error back.

There was an error while processing a database query.
While executing query "INSERT INTO cpg1410_users(user_regdate, user_active) VALUES (NOW(), 'YES')" on 0

mySQL error: Field 'user_profile6' doesn't have a default value
File: D:\Webserver\pages\gallery\include\functions.inc.php - Line: 249

The CPG MASS IMPORT plugin show a error too in the same file.

There was an error while processing a database query.
While executing query "INSERT INTO cpg1410_categories (pos, parent, name) VALUES ('10000', '0', 'A')" on 0

mySQL error: Field 'description' doesn't have a default value
File: D:\Webserver\pages\gallery\include\functions.inc.php - Line: 249

Is it the same database problem for the 2 errors?
Must i create it by another way?

Thanks
Parti


Nibbler

Don't run your MySQL server in strict mode if you don't know how to fix the errors it will throw at you.

parti02