I get "Fatal error: Interface 'Countable' not found in"
library/Zend/Config.php on line 35. The line contains class declaration. This is the 0.8 version with no modifications on FreeBSD 6.2. Is Countable part of
Zend and if it is, why doesn't it work on fbsd and is there  way to fix it?

No, it's part of PHP's SPL...
Probably you are eighter using a lower php version than 5.1.4
( the interface requires minimum 5.1.4)
or you are not using a standard installation.

Greetings
Thomas

Reply via email to