The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
I believe your code warning is about line 295. So edit that file and on line 294 put.
Code:
var_dump($awc_goal['extra']); die(__FILE__.__LINE__); This may not give us the any useful data as the error may not have occurred as of yet. In fact it probably did not, but lets see what it says first. The buffered var_dump code you found is important ... but hold off. Maybe you will get lucky. Then try moving die to the end of loop so that you display more data. The data may end up being positioned all over your screen. Normally we write this data to an external file or an array. |
#12
|
|||
|
|||
Quote:
You could try putting Code:
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING); |
#13
|
|||
|
|||
TBH I would just stop using that mod and switch to this one, https://vborg.vbsupport.ru/showthread.php?t=287053
It is fully supported and is pretty cool. EDIT: Nevermind I just realized this is vB3 that mod is vB4 only, sorry. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|