The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
help me... :)
This gives me a parse error (see below). Help!
PHP Code:
Code:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /usr/home/icknay/httpdocs/forums/latest.php on line 21 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /usr/home/icknay/forums/latest.php on line 38 Warning: Cannot add header information - headers already sent by (output started at /usr/home/icknay/forums/latest.php:21) in /usr/home/icknay/forums/admin/functions.php on line 1555 Parse error: parse error in /usr/home/icknay/httpdocs/forums/latest.php(21) : eval()'d code on line 1 Parse error: parse error in /usr/home/icknay/httpdocs/forums/latest.php(38) : eval()'d code on line 1 |
#2
|
||||
|
||||
ASCII 92 = backslash (\)
line 21: $output .= eval("".gettemplate("latest_activeusers")."\";"); line 38: $output .= eval("".gettemplate("latest")."\";"); I believe these should be: eval("$output .= \"".gettemplate("latest_activeusers")."\";"); eval("$output .= \"".gettemplate("latest")."\";"); |
#3
|
|||
|
|||
thanks mark...
i'll try that when i get home from school today (i'm in third period of seven right now) i think i might have tried that already, but i can't say for sure... thanks again for your help. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|