Sorry that JSON error I get is because of my adblocker

- same for my games.
All your DB tables are created, but there are no rows in references, solution or clues.
but yes the F12 console does not even show the 'constructor log'.
I checked all the files for syntax errors and they all passed.
Can you add var_dump('here'); (possibly add die(); afterwards) in the game.php see if anything gets run at all.
Maybe the best place to start are the changes you made recently and rewind those until the game loads again.
Got this from the log:
07/06 11:59:20 [info] [T150278] [2308257/RicardoRix0] 0.10800361633301 SELECT player_id,player_enter_game FROM player WHERE player_id='2308257'0
07/06 11:59:21 [info] [T150278] [2308257/RicardoRix0] 0.2281665802002 SELECT player_id, player_name name, player_color color, player_no, player_can_resolve can_resolve FROM player0
07/06 11:59:21 [info] [T150278] [2308257/RicardoRix0] 0.15091896057129 SELECT * FROM tracking_sheet WHERE player_id = 23082570
07/06 11:59:21 [info] [T150278] [2308257/RicardoRix0] 0.18119812011719 SELECT card_id id, card_type type, card_type_arg type_arg, card_location location, card_location_arg location_arg FROM clues WHERE card_location='hand' AND card_location_arg='2308257' 0
07/06 11:59:21 [info] [T150278] [2308257/RicardoRix0] 0.11610984802246 SELECT card_id id, card_type type, card_type_arg type_arg, card_location location, card_location_arg location_arg FROM clues WHERE card_location='common' 0
07/06 11:59:21 [info] [T150278] [2308257/RicardoRix0] 0.19598007202148 SELECT card_location, COUNT( card_id ) cnt FROM clues GROUP BY card_location 0
07/06 11:59:21 [info] [T150278] [2308257/RicardoRix0] 0.14686584472656 SELECT card_location_arg, COUNT( card_id ) cnt FROM clues WHERE card_location='hand' GROUP BY card_location_arg 0
07/06 11:59:21 [info] [T150278] [2308257/RicardoRix0] 0.090837478637695 SELECT count(*) as count FROM player WHERE player_zombie = 10
07/06 11:59:21 [info] [T150278] [2308257/RicardoRix0] 47.671794891357 UPDATE global SET global_value='50' WHERE global_id='11' 0
07/06 11:59:21 [info] [T150278] [2308257/RicardoRix0] 0.16498565673828 SELECT COALESCE( MAX( gamelog_packet_id ), 0 ) last_packet_id,