Hello, I've developed some community application with ZF 1.6.0. So far it has gone great (except with Zend_Search_Lucene performance and pagination). So it was ready for first tests in production server. I've uploaded all the structure and db. But when i try to open the site, it gives error 500. Then i've found the following error line in server log; [Tue Nov 11 02:58:59 2008] [error] [client 88.242.198.54] PHP Fatal error: Interface 'IteratorAggregate' not found in /var/www/vhosts/ sergistan.com/httpdocs/library/Zend/Controller/Action/HelperBroker/PriorityStack.phpon line 29
I know nothing about this IteratorAggregate but I see it is about "standard php library" SPL configuration missing or error. But when i compare the php version and SPL configuration with local machine, they are exactly same. Here you go the production phpinfo(); http://sergistan.com/server.php My hosting service says they don't know what is it about and i found nothing on the net about this. Please some light! Cheers.
