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

Gesior Vocation program when create char.

Tofflarn

New Member
Joined
Mar 22, 2008
Messages
360
Reaction score
1
Location
Sweden
Right now i feel, OMFG What is wrong?!?!

hopefully can some pro out there help me with this problem..

The problem arise when im going to make a character and choose a vocation.. here is some pictures, maybe this explain it for you..








now im going to sleep, good night

hope i got some awnsers when i wake up..
peace!
 
This is some of the lines:

;extension=php_xdebug.dll
;extension=php_xmlreader.dll
;extension=php_xmlrpc.dll
;extension=php_xmlwriter.dll
extension=php_xsl.dll

I have tested with this ; and without it before the "code"

and i have restart apache and mysql to.. :(


Still got this errors:

Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\pot\OTS_VocationsList.php on line 39

Fatal error: Call to undefined method domdocument::load() in C:\xampp\htdocs\pot\OTS_VocationsList.php on line 40
 
xampp/apache/bin/php.ini:
Code:
;extension=php_xmlrpc.dll
change to
Code:
extension=php_xmlrpc.dll

oki
 
omg after i reinstalled xampp i worked :D but now another problem arise that never seen before..?




Why? :( i tried to ignore this error, but when i started my server the skills won't save :(
 
i have the same problem as the firstguy, and i tryed chaing that shit in php.ini and it was already like that, i reinstalled xamp and no dice
 
Back
Top