Zend simplexml_load_file () yolu Ubuntu Apache çalışmıyor

0 Cevap php

Ben komut ile klasörün içinde bir yardımcı yönteme bir xml dosyasını yüklemek için çalışıyorum

$ StyleData = new Zend_Config_Xml ($ this-> görünüm-> baseURL () '/ styles/style1/style.xml'.);

And i am getting error Uncaught exception 'Zend_Config_Exception' with message 'simplexml_load_file(): I/O warning : failed to load external entity "/my_blog/public/styles/style1/style.xml"' in /usr/share/php/libzend-framework-php/Zend/Config/Xml.php:98

Now if i do $styleData = new Zend_Config_Xml('localhost/'.$this->view->baseUrl().'/styles/style1/style.xml'); Then everything works fine Could you please help

0 Cevap