• 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!

[AAC] Oceanic CMS

Change
echo "<td class=\"table\" width=\"100\">Vocation</td>\n";
echo "<td class=\"table\" width=\"200\">Name</td>\n";
echo "<td class=\"table\" width=\"100\">Level</td>\n";

TO
echo "<td class=\"table\" width=\"100\">Name</td>\n";
echo "<td class=\"table\" width=\"200\">Level</td>\n";
echo "<td class=\"table\" width=\"100\">Vocation</td>\n";
 
Please help me. Im a noobie at aac sites but plase help me.


it stands "Incorrect database name 'c:\documents and settings\krille\skrivbord\tfs 0.2.9\data/'" when i open the site.. please help!!!
 
I think you use SQL lite at the moment, fix this with this:
  1. Open config.lua
  2. Find SQL settings
  3. Change sqlType = "sqlite" to sqlType = "sql"
  4. Then edit the -- MySQL settings

Hope it helpt :D
 
Oceanic,
I have a question,can you make a tutorial on how to do it cause Im not liar with this shit LoL!.
Thanks!
 
That work but now it stands Unknown column 'account_id' in 'where clause'. What should i do now?
 
i've tryd it, i cant make account.. when i make one account it says "your account is now created" when i logg in nothing happens ? why? ^^ (A)
 
it works i use it on my ot =)
its the most simple, fast and secure acc thats public
 
i've tryd it, i cant make account.. when i make one account it says "your account is now created" when i logg in nothing happens ? why? ^^ (A)

Send me a copy of your table structure, maybe more have that problem so i can fix it
 
i've tryd it, i cant make account.. when i make one account it says "your account is now created" when i logg in nothing happens ? why? ^^ (A)

I found it, it was a bug that i use column rlname, but it is not standard, i will fix that in next release :D
 
Back
Top