2012/11/6 André Stöbe <[email protected]>:
>> PHP web interface (installed with the zabbix-web package). Upon
> The functions
>
> execute
> suhosin_execute_ex
> zend_do_fcall_common_helper_SPEC
>
> loop over and over again, in exactly this order.
Hi,
I had the same problem a while ago with Cacti. I don't remember
exactly what solved it in the end, but there was mysql involved.
Database permissions, or maybe I forgot to create some of the
tables/views it accessed, or something like that. I fixed it by
repeating the installation procedure as written in the manual.
Because I have no intentions of learning the guts of the PHP
interpreter, the method I used back then was the stupidest of them
all, adding die("hard"); after every suspicious line in the execution
path. The function that failed was a MySQL one, IIRC. You can try
repeating that...
--
Martin Pelikan