Quote:
Originally Posted by FMN
Thanks for the mod, but I have a problem with it. I uploaded and installed it as mentioned above. But when I go to " /forums/gcbos.php?action=page" I get these messages, repeatedly.
Thanks in advance.
vBulletin version: 3.8.4 / Apache v2.2.8 / MySQL 5.0.51a-3ubuntu5.5 / PHP 5.2.4-2ubuntu5.10
|
Can you open gcbos.php on the second line can you replace:
PHP Code:
error_reporting(E_ALL & ~E_NOTICE);
With
PHP Code:
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
And tell me if this works for you?
If so i will include it in a future update along with some other minor tweaks.