• 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!

Solved Windows, SQL error! SOLVED!

Sweddy

Well-Known Member
Joined
Feb 14, 2009
Messages
2,907
Reaction score
93
Location
Sweden
When i try to make new news on the website i get this erro:

Code:
PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'NULL' for column 'id' at row 1 in C:\xampp\htdocs\htdocs2\latestnews.php on line 232
Call Stack
#	Time	Memory	Function	Location
1	0.0002	330224	{main}( )	..\index.php:0
2	0.0088	533992	include( 'C:\xampp\htdocs\htdocs2\latestnews.php' )	..\index.php:63
3	0.0104	550048	PDO->query( )	..\latestnews.php:232

SOLVED, Changed NULL to 0 in latestnews.php on the line it said about id.
 
Last edited:
Back
Top