Quote:
Originally Posted by BozzaJos
If I check my forum @ 15:00 and everything is correct and then I installed your mod @ 15:01 and suddenly I get the error, I just don't see any other explanation than it's your mod who did it.
|
There could be a dozen other explanations.
Quote:
Warning: exec() has been disabled for security reasons in /forum.php(536) : eval()'d code on line 51
|
Line 536 of index.php (forum.php) is:
PHP Code:
($hook = vBulletinHook::fetch_hook('forumhome_complete')) ? eval($hook) : false;
The plugin causing your error is using the
forumhome_complete hook. My hack
does not use this hook.
Check in
Plugins & Products > Plugin Manager. Sort by Hook Location. Look for any plugins hooked into
forumhome_complete -- one of those is the problem. Make note of each product name, then using the Product Manager, disable each of the noted hacks one at a time; checking to see if the error disappears. Once it does, you now know which hack is the culprit.
Let us know.