Hi All, I am getting a strange error in my PHP logs.
I have just took over some legacy code using ZF 1.9.6 and I am constantly getting the below error in my PHP log: PHP Warning: explode() [<a href='function.explode'>function.explode</a>]: Empty delimiter in Zend/Config/Ini.php on line 190 The thing is that this line uses a delimiter ($this->_sectionSeparator) that is given a default value ' : ' so how can this be empty??? Has anyone experiences this before? Could it be Bots not setting the correct environment? Thanks for any help. Daniel.
