Sarjuuk / aowow

Database viewer for TrinityCore based on aowow by @LordJZ, based on the JS-Engine of Wowhead
204 stars 217 forks source link

DB Error appearing on home page #406

Closed TQPS closed 5 months ago

TQPS commented 5 months ago

Describe the bug and how to reproduce it The following message is appearing on the front page beginning in the top left corner since commit d084e6072bc4157c04ba3291a1e016e8ce38daed

DB ERROR:

Array
(
    [code] => 3135
    [message] => 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
    [query] => SET SESSION sql_mode = 'NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'
    [context] => C:\Servers\WOTLK.bots\_Server\apache\htdocs\database\includes\database.class.php line 47
)

Screenshots image

System:

Sarjuuk commented 5 months ago

i hate mysql...

probably gone in a4c15653d88b7d40512a5261238d76b0512931a9

TQPS commented 5 months ago

Much appreciate the fix. Thank you.