The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]() Quote:
(2. For those who feel comfortable with editing files. In class_core.php locate lines 5683-5685 (class_core.php is in the 'includes' folder) Code: case E_NOTICE: // Just ignore these completely // break; Add lines for Deprecated and/or Strict errors as required ; Code: case E_NOTICE: case E_STRICT: case E_DEPRECATED: // Just ignore these completely // break; This will bypass the additional error reporting. ) And its working fine now. Thanks |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|