Wruczek / ts-website

A website for your TeamSpeak 3 server
https://ts.wruczek.tech
GNU General Public License v3.0
338 stars 80 forks source link

server status infinite load #45

Closed MojoW045 closed 7 years ago

MojoW045 commented 7 years ago

Since i have migrated my web/teamspeak server to a different cloud host my server status has been loading forever but not showing. The rest of the site is working normally but only server status is doing that. Do you know what can cause this ?

Thanks

Wruczek commented 7 years ago

If you are using Chrome / Firefox, open Developer Tools (F12) and click on tab "Console". What error do you see?

MojoW045 commented 7 years ago

TypeError: json is undefined[More info] status.js:1:198 success https://ts3.solidsn4ke.com/js/status.js:1:198 i https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js:2:27146 fireWith https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js:2:27914 z https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js:4:12057 c/< https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js:4:15619 onStopRequest

MojoW045 commented 7 years ago

And this is what chrome says:

status.js:1 Uncaught TypeError: Cannot read property 'success' of undefined at Object.success (status.js:1) at i (jquery.min.js:2) at Object.fireWith [as resolveWith] (jquery.min.js:2) at z (jquery.min.js:4) at XMLHttpRequest. (jquery.min.js:4)

Wruczek commented 7 years ago

Looks like website dont have permissions to save in the cache folder. Try chmod 775 your cache folder.

MojoW045 commented 7 years ago

That was it thank you. I did not do it recursive the first time