ztizzlegaming / CSGOWinBig

Open-source Counter-Strike: Global Offensive jackpot betting website.
MIT License
169 stars 103 forks source link

Uncaught type error #193

Open scottrot1 opened 8 years ago

scottrot1 commented 8 years ago

I am trying to create a website, have managed to make sign in through steam work, and connect to the database correctly. However, the chat and current trade are "loading". The javascript console is throwing the error "Uncaught TypeError: Cannot read property 'totalGamesPlayed' of null". I have tried to remove all occurances of totalGamesPlayed from both script.js and index.html as a temporary fix, but the error didn't change. Any help would be appriciated. http://www.spongenetwork.tk/

penalte commented 8 years ago

create a new table named chatBlacklist then add something in history and chat table.

scottrot1 commented 8 years ago

Added a basic table for chatBlacklist, although i don't know what data types you want entered there. History was already filed with an item, and i added an item into the chat table, however there was no change. Any other ideas?