Hi everyone, beauty? I am using comet emulator and when it reaches 68% the client automatically quits.
PS: This problem was not happening before and then it happened
Hi everyone, beauty? I am using comet emulator and when it reaches 68% the client automatically quits.
PS: This problem was not happening before and then it happened
So the error occured randomly? Odd.
As far as I know, 68% is before connecting to the server, does your emulator receive connections? (always provide more information)
If so check the error logs, otherwise use Ctrl+Shift+J in your client to show any 404 errors.
If that doesn't show up any errors, you might change your disconnection url to something like "https://www.hotel.com/disconnected.php",
and save the disconnected page with the following code:
PHP Code:<?php
die("<pre>" . var_dump($_POST) . "</pre>");