The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
First Here is the error:
Quote:
I created a table and loaded some custom text in it. My plugin randomly gets a number to text comments and displays them in the side bar on my page, doesn't interact with the forums at all as far as I coded it. BUT, the error message seems to indicated that my script is somehow touching the forum search code, no idea how. Line 607 in functions_search.php is : PHP Code:
Here is the block of code where the failing line is: PHP Code:
I have tried my code with and without using output buffering with the same error showing up in the search utility? |
#2
|
|||
|
|||
![]()
try
$display = array(); |
#3
|
|||
|
|||
![]()
HA! A classic textbook case of overlooking the "obvious" ... Thanks very much! I was looking for a much more complex solution, I wrapped it in a "if !empty" conditional and that worked too but I thought it was not the correct way to handle it. I appreciate your direction. Again, thanks much.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|