The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
You should use a supported version of php like Lynne says, but there's another way to stop seeing those errors: find every file that contains
Code:
error_reporting(E_ALL & ~E_NOTICE); and change it to Code:
error_reporting(E_ALL & ~E_NOTICE & ~8192); If I remember correctly there was also a few other errors that involved removing a '&' from some function calls. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|