Ruby Xampp account creation using kaoriAMS

Play Now

BlackDragon218

Dedicated Member
Dedicated Member
Nov 27, 2003
39
0
33
I'm having this problem: Account was not created. Server encountered an error while processing your info. Please re-register.

I've open ports 80 443 3306 1433

if u want to try making an account use https://90.196.150.241/
 

Ardbeg

Legend
Legendary
Aug 8, 2004
3,225
2
150
290
Southern England
Game Account Registration

Account was not created. Server
encountered an error while processing your info. Please re-register.


Have a look to see what was/wasn't written on my application.

Might be something to do with write permissions or trying to write to the wrong location.
 
Last edited:
Upvote 0

BlackDragon218

Dedicated Member
Dedicated Member
Nov 27, 2003
39
0
33
I dont even know if I specified where it should write to. It's my first time using this, I just changed all the 00files to what i thought would be correct
 
Upvote 0

Hazuki

VIP
VIP
Apr 14, 2004
3,459
38
265
United Kingdom
Make sure you have updated both connection files:

admin/00connString.php
backend/00connString.php

$host = "NAME\SQLEXPRESS";
$username = "sa";
$password = "password";

Connection string same as SQL Management Studio.
SQL Admin password you entered during SQL setup.
 
Upvote 0