Hi,
We are evaluating PIMCORe and for which I need to set up the pimcore on one of our Windows box.
Here are the steps I performed.
1. Installed WAMP 2.2
2. unzip the pimcore latest in document root directory.
3. started all services.
4. typed /install/ and given installation specs.
5. Immediately after this got issue as URL was accessing /admin/ and there was no admin directory.
6. I verified the "Allow override" stuff. everything is fine.
7. I tried giving direct access http://localhost/ but it gives below exception in the var/log/debug.log.
2012-03-26T13:29:37+02:00 DEBUG (7): Pimcore_Model_Cache::storeToCache() [313]: Added pimcore_system_route_redirect to cache
2012-03-26T13:29:38+02:00 DEBUG (7): Pimcore_Model_Cache::load() [215]: Successfully get data for key pimcore_site_domain_localhost from cache
2012-03-26T13:29:38+02:00 DEBUG (7): Pimcore_Model_Cache::load() [218]: Key pimcore_system_route_redirect doesn't exist in cache
2012-03-26T13:29:38+02:00 DEBUG (7): Pimcore_Model_Abstract->determineResourceClass() [129]: Couldn't find resource implementation Redirect_List_Resource_Mysql for Redirect_List
2012-03-26T13:29:38+02:00 DEBUG (7): Pimcore_Model_Abstract->initResource() [87]: Find resource implementation Redirect_List_Resource for Redirect_List
2012-03-26T13:29:38+02:00 DEBUG (7): Pimcore_Resource_Mysql::getConnection() [73]: Successfully established connection to MySQL-Server
2012-03-26T13:29:38+02:00 DEBUG (7): Pimcore_Model_Abstract->determineResourceClass() [129]: Couldn't find resource implementation Document_Resource_Mysql for Document
2012-03-26T13:29:38+02:00 DEBUG (7): Pimcore_Model_Abstract->initResource() [87]: Find resource implementation Document_Resource for Document
2012-03-26T13:29:38+02:00 DEBUG (7): Pimcore_Model_Cache::load() [215]: Successfully get data for key pimcore_system_resource_columns_documents from cache
2012-03-26T13:29:38+02:00 DEBUG (7): Pimcore_Model_Cache::load() [215]: Successfully get data for key pimcore_document_1 from cache
2012-03-26T13:29:38+02:00 EMERG (0): () [23]: [Exception] with message: Invalid controller specified (default)
In file: C:\wamp\www\pimcore\lib\Zend\Controller\Dispatcher\Standard.php on line 248
#0 C:\wamp\www\pimcore\lib\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 C:\wamp\www\pimcore\lib\Pimcore.php(215): Zend_Controller_Front->dispatch()
#2 C:\wamp\www\index.php(18): Pimcore::run()
#3 {main}
2012-03-26T13:29:38+02:00 DEBUG (7): Pimcore_Model_Cache::storeToCache() [313]: Added pimcore_system_route_redirect to cache
Any help here would be appreciated.
Thanks,
Ashish