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

Nicaw Houses

Breakdown

Be good, or be good at it
Joined
Feb 5, 2009
Messages
334
Reaction score
9
I have this error whenever i visit my house page on my website ::

Code:
House file not found: C:\Documents and Settings\Administrator\Desktop\New Folder (2)\Fluxworld/forgotten-house.xml/
houses.php on line: 23
Script was terminated because something unexpected happened. You can report this, if you think it's a bug.

Houses - Flux RPG
 
Destination folder is incorrect.
Change
Code:
C:\Documents and Settings\Administrator\Desktop\New Folder (2)\Fluxworld/
to
Code:
C:/Documents and Settings/Administrator/Desktop/New Folder (2)/Fluxworld\
 
Now it says ::

Code:
House file not found: C:\Documents and Settings\Administrator\Desktop\New Folder (2)\FluxC:/Documents and Settings/Administrator/Desktop/New Folder (2)/Fluxworld\

houses.php on line: 23
Script was terminated because something unexpected happened. You can report this, if you think it's a bug.

This is part of my config file in nicaw ::
Code:
# Set data directory of your OT server
$cfg['dirdata'] = 'C:\Documents and Settings\Administrator\Desktop\New 
Folder (2)\Flux';

$cfg['house_file'] = 'C:/Documents and 
Settings/Administrator/Desktop/New Folder (2)/Fluxworld\
';
 
Back
Top