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

Windows vocation

needmappermsgme

New Member
Joined
Apr 28, 2010
Messages
47
Reaction score
0
Warning: DOMDocument::load(E:/TFS/) [domdocument.load]: failed to open stream: No such file or directory in C:\xampp\htdocs\pot\OTS_VocationsList.php on line 43

Warning: DOMDocument::load() [domdocument.load]: I/O warning : failed to load external entity "E:/TFS/" in C:\xampp\htdocs\pot\OTS_VocationsList.php on line 43

line :
$vocations->load($file);

(5 line
// loads DOM document
$vocations = new DOMDocument();
$vocations->load($file);

// loads vocations
foreach( $vocations->getElementsByTagName('vocation') as $vocation)
{
$this->vocations[ (int) $vocation->getAttribute('id') ] = $vocation->getAttribute('name');


i load vocaton in admin panel and see :
Can't load vocations from: E:/TFS/

what do i do? for help repp++
 
Back
Top