me aparece este error
Cita:
Warning: domxml_open_file() [function.domxml-open-file]: I/O in /public_html/modules/mod_exposescroller/mod_exposescroller/xml.php on line 29
Warning: domxml_open_file() [function.domxml-open-file]: warning : in /public_html/modules/mod_exposescroller/mod_exposescroller/xml.php on line 29
Warning: domxml_open_file() [function.domxml-open-file]: failed to load external entity "/albums.xml" in /public_html/modules/mod_exposescroller/mod_exposescroller/xml.php on line 29
/albums.xml could not be opened for reading!
Warning: domxml_open_file() [function.domxml-open-file]: I/O in /public_html/modules/mod_exposescroller/mod_exposescroller/xml.php on line 29
Warning: domxml_open_file() [function.domxml-open-file]: warning : in /public_html/modules/mod_exposescroller/mod_exposescroller/xml.php on line 29
Warning: domxml_open_file() [function.domxml-open-file]: failed to load external entity "/albums.xml" in /public_html/modules/mod_exposescroller/mod_exposescroller/xml.php on line 29
/albums.xml could not be opened for reading!
en la linea 29 dice:
Cita:
function open_xmlfile($fName) {
if(!$this->dom = domxml_open_file($fName)) {
echo $fName . ' could not be opened for reading!'; //lbl('STRUCTUREFILE_NOT_FOUND');
exit;
}
}
if(!$this->dom = domxml_open_file($fName)) {
echo $fName . ' could not be opened for reading!'; //lbl('STRUCTUREFILE_NOT_FOUND');
exit;
}
}
¿¿¿que hago???
saludos y gracias!!