Zend_Config_Exception

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oll3i
    Contributor
    • Mar 2007
    • 679

    Zend_Config_Exception

    Hello,

    I'm new to Zend
    When i try to run php scripts/load.sqlite.php --withdata
    I get an error
    PHP Fatal error: Uncaught exception 'Zend_Config_Ex ception' with message 'parse_ini_file (/configs/application.ini ): failed to open stream: No such file or directory' in /home/ZendFramework-1.12.3/library/Zend/Config/Ini.php:182
    Stack trace:
    #0 /home/ZendFramework-1.12.3/library/Zend/Config/Ini.php(202): Zend_Config_Ini->_parseIniFile( '/configs/applic...')
    #1 /home/ZendFramework-1.12.3/library/Zend/Config/Ini.php(126): Zend_Config_Ini->_loadIniFile ('/configs/applic...')
    #2 /home/ZendFramework-1.12.3/library/Zend/Application.php (386): Zend_Config_Ini->__construct( '/configs/applic...', 'development')
    #3 /home/ZendFramework-1.12.3/library/Zend/Application.php (85): Zend_Applicatio n->_loadConfig( '/configs/applic...')
    #4 /home/katarzyna/quickstart/application/views/scripts/load.sqlite.php (48): Zend_Applicatio n->__construct('d evelopment', '/configs/applic...')
    #5 {main}
    thrown in /home/ZendFramework-1.12.3/library/Zend/Config/Ini.php on line 182

    Could You please help me?
    Thank You
Working...