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

Website Troubleshoot HELP

  • Thread starter Thread starter Deleted member 49793
  • Start date Start date
D

Deleted member 49793

Guest
Hey maybe someone here can help me out. I'm using
THEBEST031a_for_TFS_02 and i did all the steps from step 1 successfully. Whenever it tells me to do step 6 through the rest of the steps. it gives me this error below on step 6.


Warning: parse_ini_file(layouts//layout_config.ini) [function.parse-ini-file]: failed to open stream: No such file or directory in C:\xampp\htdocs\config-and-functions.php on line 94

Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\config-and-functions.php on line 95

Warning: DOMDocument::load() [domdocument.load]: I/O warning : failed to load external entity "file:///C:/Documents%20and%20Settings/Owner/Desktop/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:/Documents%20and%20Settings/Owner/Desktop/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 88


I even tried skipping that step but it wont let me do anything until that is fixed.

So please, can someone help me? I will be very grateful
Please reply.
 
Code:
Warning: parse_ini_file(layouts//layout_config.ini) [function.parse-ini-file]: failed to open stream:[COLOR="Red"] No such file or directory[/COLOR] in C:\xampp\htdocs\config-and-functions.php on line 94

Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\config-and-functions.php on line 95

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

Both errors informs you about missing file.
 
It says you are missing the monster file

"rift phantom.xml"
Code:
  <?xml version="1.0" encoding="UTF-8" ?> 
- <monster name="Rift Phantom" nameDescription="a rift phantom" race="UNDEAD" experience="120" speed="160" manacost="100">
  <health now="150" max="150" /> 
  <look type="48" head="20" body="30" legs="40" feet="50" corpse="5993" /> 
  <targetchange interval="5000" chance="8" /> 
  <strategy attack="100" defense="0" /> 
- <flags>
  <flag summonable="0" /> 
  <flag attackable="1" /> 
  <flag hostile="1" /> 
  <flag illusionable="0" /> 
  <flag convinceable="0" /> 
  <flag pushable="0" /> 
  <flag canpushitems="1" /> 
  <flag canpushcreatures="0" /> 
  <flag targetdistance="1" /> 
  <flag staticattack="90" /> 
  <flag runonhealth="0" /> 
  </flags>
- <attacks>
  <attack name="melee" interval="2000" skill="40" attack="35" /> 
  <attack name="lifedrain" interval="1000" chance="15" range="1" min="-25" max="-45" /> 
  </attacks>
  <defenses armor="10" defense="10" /> 
- <immunities>
  <immunity physical="1" /> 
  <immunity earth="1" /> 
  <immunity death="1" /> 
  <immunity lifedrain="1" /> 
  <immunity paralyze="1" /> 
  </immunities>
- <voices interval="5000" chance="10">
  <voice sentence="Welcome to DEATH" yell="1" /> 
  </voices>
  <loot /> 
  </monster>

and layout_config.ini
This one I dont have. I would try and re-download what you are using and see if you accidently deleted a file and try and replace it.

Good Luck!

-Zeke
 
Back
Top