I have a database problem

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
AND THIS IS?
Show some effort and provide more information on your problem.
 

kalle

high minded
Contributor
Joined
Oct 28, 2015
Messages
411
Reaction score
253
Points
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
Joined
Sep 22, 2015
Messages
5
Reaction score
0
Points
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:

bcyber

Member
Joined
Mar 27, 2018
Messages
37
Reaction score
1
Points
40
NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

sql mode
 
Top