• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Mysql Error.

Lucenzo

The Way You Move :)
Joined
Jan 29, 2011
Messages
363
Reaction score
14
Location
UK
Heya

PHP:
mysql_real_query(): INSERT INTO `house_lists` (`house_id`, `world_id`, `listid`, `list`) VALUES (1941, 0, 256, 'Wero Pornstar\nRambo pornstar\n'),(1941, 0, 32, 'Wero Pornstar\n'),(1941, 0, 22, 'Wero Pornstar\n'),(1941, 0, 2, 'Wero Pornstar\n'),(1941, 0, 7, 'Wero Pornstar\n'),(1941, 0, 16, 'Wero Pornstar\n\n'),(1941, 0, 32, 'Wero Pornstar\n'),(1941, 0, 14, 'Wero Pornstar'),(1941, 0, 25, 'Wero Pornstar\n'),(1941, 0, 12, 'Wero Pornstar\n'),(1941, 0, 4, 'Wero Pornstar\n') - MYSQL ERROR: Duplicate entry '1941-0-32' for key 1 (1062)


How can i fix this? x

Thanks in Advance x x
 
search for house with ID 1941 in editor, and then search for the house door that has the duplicate ID (32) and make it unique.
then you have to refresh that door (remove it from house data (while the server is offline! (you have to be using relational storage at the time)))
 
Back
Top