View Single Post
  #61  
Old 28th September 2011, 16:14
franky2008's Avatar
franky2008 franky2008 is offline
Senior Member
 
Join Date: Nov 2008
P2P
Posts: 22
Default
I've made them ...

And from Admin panel , i can't add a new user ...

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 (4, 'test2',  'ed2620f4ad30cde8cb2203138eb0b8a3', 'jlsmKTHLqvKyiSZRUhAV',  'jsprq2@yahoo.com', 75, '590feaf6881f70031f627be4d5f27ae1', 1,  1317220387, '3145728', '3145728', 0, '1990-06-11', '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()      

Last edited by franky2008; 28th September 2011 at 16:34.
Reply With Quote