RevCMS 87% CLient

Newbie Spellweaver
Joined
Jun 8, 2008
Messages
44
Reaction score
1
Hallo,

my CLient is only loading till 87% then stops.
Vars, links and the other stuff is everything set up right.

when i press F12 while its loading it shows:

Code:
Uncaught ReferenceError: userid is not defined
 
Are you using a TCP proxy? make sure it's not blocked by any Firewall on your VPS.
Make sure your ports are open and configured right.
You can check if your ports are open at
using your VPS browser.
 
Upvote 0
Are you using a TCP proxy? make sure it's not blocked by any Firewall on your VPS.
Make sure your ports are open and configured right.
You can check if your ports are open at
using your VPS browser.

Ports open - checked my main.ini - the right port is open /
 
Upvote 0
There's a simple way to check if the client can connect with the server. If you start the server and goes in the client and the client is hanging on 87%, try to close the server if the client reloads then there's connection and you're reloading because of the socket listener that get's closed.

Otherwise, there would be another problem like something with the firewall of an annoying virusscanner that is blocking ports, *kuch norton* for example.

What also is possible is some bad configuration of your client file. Just inspect the page and search for things that can't get found but when important files can't get loaded you get mostly some client error :)
 
Upvote 0
Back