Quote:
Originally Posted by Oblivion Knight
|
I'm a little confused, please help me out. I just downloaded the latest and overwrote previous xml and files uploaded.
My error:
Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in
/home/chadi/public_html/journal.php(564) : eval()'d code on line
188
Line 188 shows this in journal.php
$pagenumber = $countj['journals'];
Which template am I supposed to edit now?
In case 564 is the line to look at:
eval('print_output("' . fetch_template('JOURNAL') . '");');
I searched the template "journal" and the only area with the word private is below
condition="$bbuserinfo['private']=='1'"><b><font color="red">$vbphrase['private']</font></b><else /><if condition="$bbuserinfo['private']==''"><b><font
I attempted to make it look like this:
condition="$bbuserinfo['private']=='1'"><b><font color="red">$vbphrase['private']</font></b><else /><if condition="$bbuserinfo['private']==''"><b><font
And it gave this error after hitting submit:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/chadi/public_html/includes/adminfunctions_template.php(3537) : eval()'d code on line 188