The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Parse error: parse error, unexpected T_LNUMBER, expecting T_VARIABLE or '$'....
Well, working on a script, I am hit with this error:
Code:
Parse error: parse error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in c:\foxserv\www\vb3\shoutbox.php on line 151 PHP Code:
|
#2
|
|||
|
|||
A variable name can only start with a character or underscore. Or, if you're feeling adventurous, it must match this regexp: [A-Za-z_]{1}[A-Za-z0-9_]*
|
#3
|
||||
|
||||
Oh, well that's easy to fix then. Thanks.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|