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

Solved House XML Error

Tyson12302

New Member
Joined
Aug 6, 2014
Messages
264
Reaction score
4
I keep getting these errors
PHP:
[03/06/2015 20:11:50] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (110)
[03/06/2015 20:11:50] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (175)
[03/06/2015 20:11:50] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (176)
[03/06/2015 20:11:53] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (1831)
[03/06/2015 20:11:53] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (1834)
[03/06/2015 20:11:54] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (1846)
[03/06/2015 20:11:54] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (1863)
I don't even have houses with those names. How can i fix this.
 
Thanks that got rid of some of the errors. I'm not sure but how long does it normally take for the House names on change in game. I saved houses names on my XML file and it automatically changed in the Database, but when i go on the server its still the old names.
 
Thanks that got rid of some of the errors. I'm not sure but how long does it normally take for the House names on change in game. I saved houses names on my XML file and it automatically changed in the Database, but when i go on the server its still the old names.
If you don't restart the server, no change will be made.
I'm not sure what happens when the house is owned by a player however. You may have to remove owners of houses, then restart server to see changes.
Note: If the house doesn't have an exit point, then house spells will not work, and nobody will be able to buy the house, unless you have it set-up in the website as auction.
 
If you don't restart the server, no change will be made.
I'm not sure what happens when the house is owned by a player however. You may have to remove owners of houses, then restart server to see changes.
Note: If the house doesn't have an exit point, then house spells will not work, and nobody will be able to buy the house, unless you have it set-up in the website as auction.
I do restart the server. Its just that it takes abit long for it to update. The other day i changed some names then restarted the server and no change. The next morning i checked it was changed.
 
I do restart the server. Its just that it takes abit long for it to update. The other day i changed some names then restarted the server and no change. The next morning i checked it was changed.
That is very weird.
Try restarting apache/mysql as well then. (database)
 
Restarted the Apache on uniserver and nothing.I'll wait until tomorrow and see if it updated then.
ng6GMp6.png

:p
 
As I explained in your last thread, delete all columns in your database - restart the server (they will now take the latest info from your houses.xml file) then make sure the page isen't cached.
If it is, then delete it.

If the page is not cached or it dosen't reload then make sure YOUR cache is updated, by in chrome using(ctrl+shift+n), if it works then clear it via settings => history ~.
You can also in the future use the devloper tools to make the page not load the cache, learned that the hard way :p
 
They still aren't showing in game. I've waited like 24 hours and restarted both and they still are the old names help!
Do you have the map opened when you edit the house file? If you save the map afterwards it will overwrite the changes with the ones it had atm you opened the map.
 
Do you have the map opened when you edit the house file? If you save the map afterwards it will overwrite the changes with the ones it had atm you opened the map.
Ohh so that was the problem. I always have the map opened.. Well thanks next time ill keep it closed :)
 
Back
Top