I have a database problem

kalle

high minded
Contributor
Oct 28, 2015
411
253
178
when I run the script it shows the error php bot.php
[Sat, 19 Jan 2019 21:53:49 +0100] DEVELOPER
array(3) {
[0]=>
string(5) "22003"
[1]=>
int(1264)
[2]=>
string(52) "Out of range value for column 'last_active' at row 1"

https://pastebin.com/89RGqUqY bot.php script which I run
https://pastebin.com/K2KUgYcT tables to the script

Try to edit this table in some gui tool, and change 'last_active' to type VARCHAR.
 

Jendrek

Member
Sep 22, 2015
5
0
48
string(51) "Field 'client_created' doesn't have a default value"

---- Automatically Merged Double Post ----

string(77) "Incorrect string value: '\xC5\x9Aledz...' for column 'last_nickname' at row 1"
 
Last edited:
Top