agussuhartono / lion-framework

Automatically exported from code.google.com/p/lion-framework
0 stars 0 forks source link

errors at first run #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Tested with git version (http://localhost/git/lion-framework/lion/lion.php) and 
got:

Notice: Undefined index: cache_dir in 
C:\xampp\htdocs\git\lion-framework\lion\libs\cache\impl\CacheLite.class.php on 
line 257

Strict Standards: Declaration of __Configuration::getProperty() should be 
compatible with that of __ComplexConfigurationComponent::getProperty() in 
C:\xampp\htdocs\git\lion-framework\lion\libs\configuration\components\Configurat
ion.class.php on line 12

Notice: Undefined index: cache_dir in 
C:\xampp\htdocs\git\lion-framework\lion\libs\cache\impl\CacheLite.class.php on 
line 257

Routing error 

Error 55601:

Unknown Url format: http://localhost/git/lion-framework/lion/lion.php
Trace:

__ExceptionFactory->createException() 
APP_DIR\libs\mvc\actioncontroller\impl\ErrorController.class.php line 22 (code)
__ErrorController->defaultAction() 
call_user_func_array() 
APP_DIR\libs\mvc\actioncontroller\ActionController.class.php line 171 (code)
__ActionController->execute() 
APP_DIR\libs\mvc\actioncontroller\ActionDispatcher.class.php line 148 (code)
__ActionDispatcher->dispatch() 
APP_DIR\libs\requestdispatcher\frontcontroller\HttpFrontController.class.php 
line 25 (code)
__HttpFrontController->processRequest() 
call_user_func_array() 
APP_DIR\libs\helpers\base\Callback.class.php line 51 (code)
__Callback->execute() 
APP_DIR\libs\requestdispatcher\filter\FilterChain.class.php line 86 (code)
__FilterChain->execute() 
APP_DIR\libs\requestdispatcher\filter\impl\CacheFilter.class.php line 18 (code)
__CacheFilter->execute() 
APP_DIR\libs\requestdispatcher\filter\FilterChain.class.php line 81 (code)
__FilterChain->execute() 
APP_DIR\libs\requestdispatcher\filter\Filter.class.php line 12 (code)
__Filter->execute() 
APP_DIR\libs\requestdispatcher\filter\FilterChain.class.php line 81 (code)
__FilterChain->execute() 
APP_DIR\libs\requestdispatcher\frontcontroller\FrontController.class.php line 
71 (code)
__FrontController->dispatch() 
APP_DIR\libs\requestdispatcher\frontcontroller\FrontController.class.php line 
57 (code)
__FrontController->dispatchClientRequest() 
APP_DIR\lion.php line 97 (code)
__Lion->startup() 
APP_DIR\lion.php line 33 (code)

Original issue reported on code.google.com by manz...@vocamen.com on 21 Feb 2012 at 12:45

GoogleCodeExporter commented 8 years ago
forgot to say that PHP version is 5.3.5 and all system requirements are met on 
this local XAMPP.

Original comment by manz...@vocamen.com on 21 Feb 2012 at 1:41