Due to countable extending I get this error
I removed
class Config extends Countable, Iterator
From the config.php in the library/Zend folder I removed Countable and this way It didn't gave errors. Might this be due to Standard PHP Library?
I think my host doesn't support Countable class in its php distro.
|