View Single Post
  #2 (permalink)  
Old 04-25-2008, 04:55 PM
oguz oguz is offline
Junior Member
 
Join Date: Apr 2008
Posts: 2
Default 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.
Reply With Quote