On Feb 6, 2008 10:52 AM, Simon Mundy <[EMAIL PROTECTED]> wrote: > Hi Garri, you need to wrap it in a Zend_Config > > $this->config = new Zend_Config(new Zend_Config_Xml($this->ubraaRoot . > DIRECTORY_SEPARATOR . > 'configuration' . DIRECTORY_SEPARATOR . > 'config.xml', 'default')); > > Cheers! > > > $this->config = new Zend_Config_Xml($this->ubraaRoot . > > DIRECTORY_SEPARATOR . > > 'configuration' . DIRECTORY_SEPARATOR . > > 'config.xml', 'default'); > > -- > > Simon Mundy | Director | PEPTOLAB > > """ " "" """""" "" "" """"""" " "" """"" " """"" " """""" "" " > > 202/258 Flinders Lane | Melbourne | Victoria | Australia | 3000 > Voice +61 (0) 3 9654 4324 | Mobile 0438 046 061 | Fax +61 (0) 3 9654 > 4124 > http://www.peptolab.com > > Hi Simon!
Thanks for the fast reply, but unfortunately it still doesn't work for me? It is still throwing up the error Adapter parameters must be in an array or a Zend_Config object cheers, Garri
