Thread: Setup Error
View Single Post
  #1  
Old 2nd April 2011, 02:34
Mahmoud Mahmoud is offline
Senior Member
 
Join Date: Nov 2009
Andorra
Posts: 72
Default Setup Error
i start to install phpmy Bittorrent in my windows sever host
in the step of adding admin i got this error message :

PHP Code:
Error executing SQL Query INSERT INTO torrent_users  (usernameclean_usernamepasswordemailnameuploadedactive,  act_keylevelcan_do)  VALUES('mahmoud','mahmoud','password here ','email is here ',  'Mahmoud ElmasrY'''1,'MC44NzUwMDIwMCAxMzAxNzAzNjcz''admin',  'owner');
Error ID1366
Error Message
Incorrect integer value'' for column 'uploaded' at row 1 
and i try to fix it by insert the value but i failed
i just only success when i use the localhost database insert statement :

PHP Code:
INSERT INTO `torrent_usersVALUES (10x4d61686d6f7564,  0x6d61686d6f7564'Mahmoud ElmasrY',  0x6d706164742e6f726740676d61696c2e636f6d'0000-00-00 00:00:00',  '*********'NULLNULL'blank.gif''no',  'true'NULLNULLNULLNULLNULLNULL'admin'0x6f776e657200,  10'MC4yNjg3MTAwMCAxMzAxMDg3NTUw'NULLNULLNULL2130706433,  '**********''2011-03-25 23:18:17''yes',  NULL0000''0000x747275650x747275650'0000-00-00  00:00:00'0.0'false'0.0'0000-00-00 00:00:00'NULL'0000-00-00  00:00:00'00'0000-00-00 00:00:00'000x66616c7365NULL); 
and when i return to the index i got blank page
and no data over there :shock:
Reply With Quote