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

Problem With Geisors Acc Page!

Nux

Yzeria Custom War
Joined
Jan 2, 2009
Messages
1,067
Reaction score
1
Well hi guys, i got a problem with this lastest geisors acc page and i couldnt fix it, is there any person who understands this problem and maby had the same and fixed it?, well please help me out.

Set Admin Account
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'field list'' in C:\xampp\htdocs\pot\OTS_Account.php:229 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Account.php(229): PDO->query('SELECT `id`, `n...') #1 C:\xampp\htdocs\install.php(459): OTS_Account->load(1) #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Account.php on line 229



Nux~
 
Last edited:
Tnx ! Rep + for that one. well i got another problem. hope you can fix it
Warning: DOMDocument::load() [domdocument.load]: I/O warning : failed to load external entity "file:///C:/Users/Zakaria/Desktop/Real%20Map%20Project/Real%20Map%20Project/data/monster/8.4%20Monsters/rift%20phantom.xml" in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 119

Warning: DOMDocument::load() [domdocument.load]: I/O warning : failed to load external entity "file:///C:/Users/Zakaria/Desktop/Real%20Map%20Project/Real%20Map%20Project/data/monster/8.4%20Monsters/rift%20phantom.xml" in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 119

Fatal error: Call to a member function hasAttribute() on a non-object in C:\xampp\htdocs\pot\OTS_Monster.php on line 95
 
I'm not sure but I think it's just to remove line 119 in C:\xampp\htdocs\pot\OTS_MonstersList.php and line 95 in C:\xampp\htdocs\pot\OTS_Monster.php.

Tho i'm not sure but you can test, if not work you can just redo it by pressing CTRL+Z and wait for an answear that works ^^
 
whole the new geisor ACC page is bad.. why is it so.. why doesnt ot work for me and for other people?
 
You are using the wrong version (latest?) of Gesior ACC with Real Map Project.
Please delete everything from folder "htdocs", and download & extract the contents there from this file: UNNAMED031a for TFS 02.rar

PHP:
Warning: DOMDocument::load() [domdocument.load]: I/O warning : failed to load external entity "file:///C:/Users/Zakaria/Desktop/Real%20Map%20Project/Real%20Map%20Project/data/monster/8.4%20Monsters/rift%20phantom.xml" in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 119

Warning: DOMDocument::load() [domdocument.load]: I/O warning : failed to load external entity "file:///C:/Users/Zakaria/Desktop/Real%20Map%20Project/Real%20Map%20Project/data/monster/8.4%20Monsters/rift%20phantom.xml" in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 119

Fatal error: Call to a member function hasAttribute() on a non-object in C:\xampp\htdocs\pot\OTS_Monster.php on line 95
You have 2 ways to solve this problem:
  1. Remove the following lines from data/monster/monsters.xml:
    PHP:
    	<monster name="Rift Phantom" file="8.4 Monsters/rift phantom.xml"/>
    	<monster name="Rift Lord" file="8.4 Monsters/rift lord.xml"/>
  2. Create the XML monster files with the corresponding names.
Just download a older version of Xampp here is the link


SourceForge.net: XAMPP: Downloading ...

I think that one is way too old.. I'm not sure how compatible XAMPP 1.6.0a is actually.
 
Code:
Warning: DOMDocument::load() [domdocument.load]: I/O warning : failed to load external entity "file:///C:/Users/Zakaria/Desktop/Real%20Map%20Project/Real%20Map%20Project/data/monster/8.4%20Monsters/rift%20phantom.xml" in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 119

Warning: DOMDocument::load() [domdocument.load]: I/O warning : failed to load external entity "file:///C:/Users/Zakaria/Desktop/Real%20Map%20Project/Real%20Map%20Project/data/monster/8.4%20Monsters/rift%20phantom.xml" in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 119

Fatal error: Call to a member function hasAttribute() on a non-object in C:\xampp\htdocs\pot\OTS_Monster.php on line 95

This basically means that it's trying to read the monster file for a monster called "Rift Phantom" but your server does not have that monster file in your /monsters/8.4 Monsters/ folder.
Either add the monster manually, or edit the page which is trying to load this file to not load it.

Which page is it that throws this error anyways?
 
it still doesnt work.. i made that phantom monster and it still doesnt work.. and that problem happends in all geisors acc pages
 
Back
Top