The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I'm receiving the following when trying to view a thread:
Quote:
and Quote:
Lines 63, 64 and 65 are: PHP Code:
|
|
#2
|
|||
|
|||
|
First thing I would do is double-check the syntax for single quotes, double quotes, and escaped characters within an eval statement.
|
|
#3
|
|||
|
|||
|
That's not it.
|
|
#4
|
||||
|
||||
|
Usually happens when there is an error in the templates, and using the eval() throws an error back because the purpose is to change a string and parse it as syntax, so to speak.
The common error in templates is: Code:
$variable['param'] Code:
$variable[param] Code:
{$variable['param']}
![]() - Zero Tolerance |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|