Would it be possible to get a better hint? I tried to set up a debug. Unfortunately .htaccess is restricted. So I cannot setup debug via the following command
PHP Code:
php_flag display_errors off
php_flag log_errors on
php_value error_log /xxx/xxxx/xxx/xxx/xxxxxxx/htdocs/php_error_log
I cannot find anything wrong with the hook itself
PHP Code:
($hook =& vBulletinHook::fetch_hook('postbit_display_complete')) ? eval($hook) : false;
So I assume that the error occurs during the eval itself.
Is there a possiblity to debug just the eval itself?
Thanks,
EDIT:
I disabled the hook and everything seems to be fine so far. However. this should only be a workaround..