• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows [Modern AAC]

mikkelseen

Klockan 7
Joined
Oct 10, 2010
Messages
26
Reaction score
2
Location
HARDCORE GAMING ;OOOOOO
Hello! I got this problem that when someone make an acc and character, when they have done everything right and pressed Create. It just keep loading, like forever until I close Internet Browser, then it stops of course, anyone know the solution for this?

I will Repp+ if it helps!

Thanks!
 
Well, you could try making an account using the non-redirected URL to your site.

The problem that persists is that Google Chrome, and Internet Explorer have problems reading redirects from the DNS.

Firefox doesn't seem to have this problem.
 
Try putting a note on your OTservlist description, like:

"Link for Firefox users:xxxxxxxxxx.domainname"
"Link for IE and Chrome users: xxxx.shittyhost.shittydomainname"


;D
 
Aha, so there is no way to get it to work without they fixing it? I mean Google Chrome and Internet Explorer? If no, im gonna close down my server and go with Account Manager instead..
 
Last edited:
The 'forever loading' its just problem with your configuration, because in background an error occured, and jquery just responses to success status, which means it wont stop loading or do anything else. What I suggest to you, to download firebug, make the account and in console it will show you the request, click on it and it will show you the result which probably will be PHP error, like no samples or DB problem etc.
 
PHP:
<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">

<h4>A PHP Error was encountered</h4>

<p>Severity: Notice</p>
<p>Message:  Undefined index: 1</p>
<p>Filename: controllers/character.php</p>
<p>Line Number: 133</p>

</div><html>
<head>
<title>Error</title>
<style type="text/css">

body {
background-color:	#fff;
margin:				40px;
font-family:		Lucida Grande, Verdana, Sans-serif;
font-size:			12px;
color:				#000;
}

#content  {
border:				#999 1px solid;
background-color:	#fff;
padding:			20px 20px 12px 20px;
}

h1 {
font-weight:		normal;
font-size:			14px;
color:				#990000;
margin: 			0 0 4px 0;
}
</style>
</head>
<body>
	<div id="content">
		<h1>An Error Was Encountered</h1>
		<p>Sample character could not be found!</p>	</div>
</body>
</html>
my samples are ok i dont know what is happening
 
Last edited:
PHP:
<html>
<head>
<title>Database Error</title>
<style type="text/css">

body {
background-color:    #fff;
margin:                40px;
font-family:        Lucida Grande, Verdana, Sans-serif;
font-size:            12px;
color:                #000;
}

#content  {
border:                #999 1px solid;
background-color:    #fff;
padding:            20px 20px 12px 20px;
}

h1 {
font-weight:        normal;
font-size:            14px;
color:                #990000;
margin:             0 0 4px 0;
}
</style>
</head>
<body>
    <div id="content">
        <h1>A Database Error Occurred</h1>
        <p>Error Number: 1064</p><p>You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'accounts' at line 1</p><p>accounts</p>    </div>
</body>
</html>

Same Here.

I remember, one day Paxton say for me remove one line in POT and work, but i don't remember where and what POT is. :(:(:(:(
 
Last edited:
Back
Top