By xzero on
I install drupal 4.6 with no problem but on the creation on content page or story
i recived the following message
Field 'revisions' doesn't have a default value query: INSERT INTO node (status, moderate, promote, sticky, comment, title, body, format, uid, created, type, teaser, changed, nid) VALUES('1', '0', '1', '0', '2', 'Pagina de prueba', '', '1', '1', '1133890093', 'story', '', '1133890106', '4') in C:\Apache2\htdocs\drupal\includes\database.mysql.inc on line 66.
testing drupal with MySQL 5.0.16 + PHP 5.1.1 + Apache 2.0.54 on Win2K
Comments
Bug in Table SQL?
I received the same error and resolved it by dropping the NODE table and recreating it after adding a default value of '' (empty string) to the revisions column.
thanks, problem resolved
thanks, problem resolved, i check the sql on database drupal
version on sqldump is for mysql 3.23, work with 4.01 or older version no with mysql 5.0.16
Tried this with no luck...
As noted above:
I dropped table 'node' and ran the following...
Tried creating content/page again with the same error after submitting. Page Not Found...
Did I miss something?
mySql 5.x