Zend Framework: Multidb fails to initialize
This used to work but after some modifications by the other programmers it just fails to work. I have this code on my Bootstrap: protected function _initDatabase () { $resource = $this->getPluginResource('multidb'); $resource->init(); Zend_Registry::set('gtap', $resource->getDb('gtap')); Zend_Registry::set('phpbb', $resource->getDb('phpbb')); } Upon loading, this error shows up: Fatal error: Call to a member function init() on a non-object in /var/www/gamebowl3/application/Bootstrap.php on line 105 My php.ini has this entry on tis include_path: .:/usr/share/php:/etc/apache2/libraries and the i