The Arcive of vBulletin Modifications Site. |
|
Error when resetting best score ever Details »»
|
|||||||||||||||||||||||||
Since I move server (new PHP / Mysql version?) I get this error while trying to remove best score ever on all games...
mySQL error: Incorrect integer value: '' for column 'bestmid' at row 1 I have been able to succesfully run the query manually by running it in phpmyadmin UPDATE games_list SET bestscore='0',bestmid='0',besttime='0' WHERE gid IN The 0 was missing. Which file should I update so I don't have to run the query manually in the future ? --------------- Added [DATE]1415457361[/DATE] at [TIME]1415457361[/TIME] --------------- Apache v2.4.10 (cgi-fcgi) PHP 5.5.18 Version MySQL 5.6.21 Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
admincp/arcade.php
Look for: PHP Code:
PHP Code:
|
|
#3
|
|||
|
|||
|
Thanks! Is there any other known patch to do when updating PHP/mysql?
|
![]() |
|
|