View Single Post
  #1  
Old 4th August 2011, 20:18
hakandikmen hakandikmen is offline
Member
 
Join Date: Aug 2011
Turkey
Posts: 5
Default Error when adding an user
Hello,
Admin Panel > Add New User :

PHP Code:
General Error
SQL ERROR 
mysql4 ]

Field 'name_append' doesn't have a default value [1364]

SQL

INSERT INTO users (uid, name, pass, secret, email, country, torrent_pass, status, added, upload, download, gender, birthday, user_style, language, tzoffset, user_dst, can_leech, torrents_limit) VALUES (54, '
tryuser', 'c0680a68c6ab547c4b0e8ecda201927e', 'ShFYPaAiw^EqmoQAaSrg', 'deneme@deneme.com', 54, '810999fcc185a53d181b5de99dd643f5', 1, 1312480561, '65536', '65536', 0, '1921-02-03', '3', 'english', 2, '0', 1, 5)

BACKTRACE

FILE: include/db/mysql.php
LINE: 173
CALL: dbal->sql_error()

FILE: admin/admin_adduser.php
LINE: 103
CALL: dbal_mysql->sql_query() 
Thanks in advance for help.

Good Bye.
Reply With Quote