Quote:
Originally Posted by MorrisMcD
I am running 4.1.. Is that why I am getting this? (Sorry.. I cant bear to read through 1000+ posts  )
Code:
Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in path\journal.php(978) : eval()'d code on line 48
|
Ok.. Yea.. So I got impatient.. And looked through the entire thread.. Very painful.. Only to find one suggestion to fix this which was on page 39, post 578
Moonclamp.. Have any issues since doing this???
Quote:
I had this on a few templates
I fixed it by searching for this
"$journalinfo[private]=='1'"
and replaced it with
"$journalinfo['private']=='1'"
Might not be the right way to do it, but it sorted out the problems
|