Quote:
Originally Posted by dacho
In the Top i get :
Warning: implode(): Bad arguments. in \global.php(503) : eval()'d code on line 4
|
I don't know why this product would cause that. It hasn't one any other system. I can't even imagine how the hebrew would make it occur. I understand the language barrier but PM me an admin username and password with your URL so I can at least poke around a little. Beyond that, I don't have any suggestions. The line number above for global.php is this code:
PHP Code:
($hook = vBulletinHook::fetch_hook('parse_templates')) ? eval($hook) : false;
. AboutToday doesn't use that hook so I'm puzzled how it could cause an error there. Can you look in the admincp at your plug-ins to see if any plugins are using that hook?