Quote:
Originally Posted by snakes1100
Add a php.ini file to your vbulletin main folder, its contents should be this:
display_errors = Off
OR
Add in your .htaccess file, in vbulletins main folder:
php_flag display_errors Off
OR
In the servers php.ini file, typically in /etc, edit php.ini via ssh & turn off display_errors & restart apache/nginx etc.
|
I tried this and unfortunately it didn't work for me. I still get the same errors. This is frustrating! I thank everyone for all the help provided so far.