• 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 Znotes 1.5 and TFS 1.1 #Houses don't load to sql

Alkenix

New Member
Joined
Oct 2, 2008
Messages
26
Reaction score
3
Location
Germany
Hey Guys. :confused:

After about an hour of research I finally gave up and write this thread.
I got my Znotes 1.5 to work under Windows, but when I go on "Houses" and click "Fetch houses" it says:
Failed to fetch data from sql->houses table

Can someone help me with it?

My config.php (Same Towns and IDs as in Remeres)
PHP:
    // Town ids and names: (In RME map editor, open map, click CTRL + T to view towns, their names and their IDs.
    // townID => 'townName' etc: ['3'=>'Thais']
    $config['towns'] = array(
        1 => 'Rook',
        2 => 'Malor',
        3 => 'Ikos',
    );

My config.lua
Code:
-- MySQL
sqlType = "mysql"
mysqlHost = "localhost"
mysqlPort = 3306
mysqlUser = "******"
passwordType = "plain"
mysqlPass = "******"
mysqlDatabase = "otserver"
sqlFile = "schema.sql"
mysqlSock = ""

For sure, the server is started and i'll did already alpha-tested acc creation with friends (works fine).
But not the houses-sql with my world-house.xml.

If there is anybody outthere to help me fix this problem, please help me.

#Edit: Deleted the sql user-name and password. :p
 
Last edited:
Are houses in your db table? Or it's blank? If it's blank, you need to wait for server save. After Server Save, houses table will be filled.
 
I recomend to change password. To your phpmyadmin and change passwordType to "sha1", And you need to have the server online to see changes.
 
I've got my houses in the .xml, but not in my db...The table is blank.
Oh yes. ... I will, ofc. #geniusME :confused::rolleyes:
Mh..Got no Server Save in my Config.lua..
I'll add it and w8 for it.
 
Back
Top