スクリプトフォルダー内のヘルパーメソッドからxmlファイルをロードしようとしています
$styleData = new Zend_Config_Xml($this->view->baseUrl().'/styles/style1/style.xml');
そして、エラー 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
$styleData = new Zend_Config_Xml('localhost/'.$this->view->baseUrl().'/styles/style1/style.xml'); を実行すると、その後、すべて正常に動作します