The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Strange Forums Error
Hello,
I tried to access my forum today and got this error: Quote:
I need help, none of my members can use the forum due to this error. Thank you! |
#2
|
||||
|
||||
You might want to ask your host if they upgraded your php on your site. What version of vbulletin are you running and what version of php and mysql?
|
#3
|
|||
|
|||
im running 3.6.2 and yes they did upgrade the php on my site to php 5.x
|
#4
|
|||
|
|||
It's a version of php that isn't supported by vb3. But you can try doing this: edit global.php and near the top under the copyright notice, add this:
Code:
error_reporting(E_ALL & ~E_NOTICE & ~8192); do the same for admincp/global.php and modcp/global.php. |
#5
|
|||
|
|||
Tried that kh99, that didnt not work.
|
#6
|
||||
|
||||
You'll have to either ask your host to put you back on a server running PHP4 or you will need to upgrade your vbulletin site to 3.8.7.
|
#7
|
||||
|
||||
Or add KH99's suggestion to your php error reporting (your host can do this for you).
|
#8
|
|||
|
|||
I have Godaddy as a host, how do I get them to add that to my php error reporting?
|
#9
|
||||
|
||||
Ask them to change the php config error handling for html errors to E_ALL & ~E_NOTICE & ~8192
|
#10
|
|||
|
|||
Just add the below to a php.ini file, place the php.ini file in your public_html dir.
display_errors = Off |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|