The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Parse error: parse error, unexpected T_STRING in /www/.../private.php
I have no idea what causes it, not even what hack may cause it as I'm not the only one who modifies the code on the forum this occurs. This is the entire error:
Parse error: parse error, unexpected T_STRING in /www/...../private.php on line 315 This is the part in private.php: PHP Code:
|
#2
|
||||
|
||||
Add " after this:
Code:
LEFT JOIN attachment ON (attachment.attachmentid = privatemessage.attachmentid) |
#3
|
||||
|
||||
Did that. Now I get:
Parse error: parse error, unexpected T_IF in /www/...../private.php on line 314 I then tried also adding the ) (should that also be there?) but it stays the same. |
#4
|
||||
|
||||
after the " chen told ya you have to add );
|
#5
|
||||
|
||||
Argh nevermind, ofcourse also the ; has to be added.
Thanks for pointing me in the right direction. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|