Hi,
If you look at the paths in the error you will see that it is looking
for the config file @ /configs/application.ini, looking at where your
running the command from it looks like it should be c:/wamp/www/
quickstart/configs/application.ini,
So it looks like a path problem,
Hth.
On 24 Apr 2010, at 13:37, something <[email protected]> wrote:
Hi Every one,
I am new to ZENDFRAME WORK.
when i am running this
php scripts/load.sqlite.php --withdata
command in CMD i am getting the following out out
C:\wamp\www\quickstart\data>php scripts/load.sqlite.php --withdata
Fatal error: Uncaught exception 'Zend_Config_Exception' with message
'parse_ini_
file(/configs/application.ini): failed to open stream: No such file or
directory
' in C:\ZendFramework\library\Zend\Config\Ini.php:181
Stack trace:
#0 C:\ZendFramework\library\Zend\Config\Ini.php(201):
Zend_Config_Ini->_parseIni
File('/configs/applic...')
#1 C:\ZendFramework\library\Zend\Config\Ini.php(125):
Zend_Config_Ini->_loadIniF
ile('/configs/applic...')
#2 C:\ZendFramework\library\Zend\Application.php(383):
Zend_Config_Ini->__constr
uct('/configs/applic...', 'development')
#3 C:\ZendFramework\library\Zend\Application.php(85):
Zend_Application->_loadCon
fig('/configs/applic...')
#4 C:\wamp\www\quickstart\data\scripts\load.sqlite.php(41):
Zend_Application->__
construct('development', '/configs/applic...')
#5 {main}
thrown in C:\ZendFramework\library\Zend\Config\Ini.php on line 181
what is the problem i am not able to understand.
i googled out and also did not find any solution
if any one can help me send the solution ASAP..
-----
something
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/problem-wiht-php-scripts-load-sqlite-php-tp2063411p2063411.html
Sent from the Zend Framework mailing list archive at Nabble.com.