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

shopadmin issue

Glidarn

Member
Joined
May 9, 2009
Messages
970
Reaction score
16
Location
Åkersberga, Sweden
Warning: simplexml_load_file() [function.simplexml-load-file]: file:///C:/Cipsoft%20Project%200.3.5//data/items/items.xml:21123: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xF1 0x6F 0x20 0x70 in C:\xampp\htdocs\shopadmin.php on line 94

Warning: simplexml_load_file() [function.simplexml-load-file]: <item id="9998" article="a" name="filled jalapeño peppers"> in C:\xampp\htdocs\shopadmin.php on line 94

Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in C:\xampp\htdocs\shopadmin.php on line 94
Could not load items!


Line 94:

LUA:
 $items = simplexml_load_file($config['site']['server_path'].'/data/items/items.xml') or die('<b>Could not load items!</b>');






anyone knows anything about this problem?
 
Back
Top