Hi,
I bought a module for joomla zoo categoriesfull (mod_sj_zoo_categoriesfull_j17-j25_v2.5.0.zip). I installed the joomla 1.7 version, 2.5.4. Unfortunately, he gets the message:
Warning: require_once(C:\wamp\www\test2/administrator/components/com_zoo/config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in C:\wamp\www\test2\modules\mod_sj_zoo_categoriesfull\core\sjclass\components\zoo.php on line 231
Function refers to the message:
protected function _getZooApplication(){
if (is_null($this->app)){
// load config
require_once(JPATH_ADMINISTRATOR.'/components/com_zoo/config.php');
// get zoo instance
$this->app = &App::getInstance('zoo');
}
return $this->app;
}
As far as I knew it in the directory: / components / is not created during installation folder and file: com_zoo / config.php
Please help me.