Menu

#1 Error message

open
nobody
5
2003-10-01
2003-10-01
No

Trying to insert the default database structure and
information into the database, I received the following
error message:
Error: the query number 28 died!

db_error Object
(
[error_message_prefix] =>
[mode] => 1
[level] => 1024
[code] => -2
[message] => DB Error: syntax error
[userinfo] => INSERT INTO `installed_templates`
VALUES (2, 'Blue', '1');
[nativecode=1064 ** You have an error in your SQL
syntax near ';
' at line 1]
[backtrace] =>
[callback] =>
)

Discussion

  • Nancy Garcia-vidal

    Logged In: YES
    user_id=944631

    I'm getting a similar error:

    Error: the query number 27 died!

    db_error Object
    (
    [error_message_prefix] =>
    [mode] => 1
    [level] => 1024
    [code] => -2
    [message] => DB Error: syntax error
    [userinfo] => INSERT INTO `installed_templates` VALUES
    (2, 'Blue', '1');
    [nativecode=1064 ** You have an error in your SQL syntax
    near ';
    ' at line 1]
    [backtrace] =>
    [callback] =>
    )

    Were you able to fix it?

     
  • Anonymous

    Anonymous - 2004-12-06

    Logged In: YES
    user_id=848685

    There was a bug report for this... you can easely solve it by
    deleting every ';' from the file
    admin/install.sql/mysql.prattcms.sql

     

Log in to post a comment.