• 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 Geisor Error [Create Character]

Teddy

SweStream.se
Joined
Oct 2, 2008
Messages
3,797
Reaction score
10
Location
Sweden 172
Whne i try to creat a character this come
Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\accountmanagement.php on line 434
 
Last edited:
Try putting this into your accountmanagement.php on line 434:
Code:
foreach($config['char_vocations'] as $char_vocation_key => $char_vocation_value) {
 
Open with Notepad ++ accountmanagement.php
On line 434 replace your old text (Only on line 434) with this:

Code:
 $main_content .= '<input type="checkbox" name="accountvisible"  value="1" checked="checked">';


And tell me if you get any error.
 
It is wrong AAC version, download the newest one and try. Problems like this won't occure if you have the right version for it :) Unless you didn't make any modifications to it.
 
i use
UNNAMED Acc. maker 0.3.1a for TFS from 0.2.6 (0.2 rc 6) to 0.2.2? (0.2 rc 14)
and
[8.42] The Forgotten Server v0.2.1 (Mystic Spirit)
 
Back
Top