Hi,
I just completed an upgrade from 2.20 to 2.52 and I was getting the error message:
Parse error: syntax error, unexpected ‘&’ ... fuctions.php(680)
I narrowed the problem down to a string of PHP code in the template. I would just like to know the best recommendation for replacing this code with something more current.
{if author_prev1_link != ""AND author_prev1_name !="<?php echo $str3; ?>"}
<a >{author_prev1_image}</a>
{/if}I have a few statements of this kind in there and all of them must be commented out for the page to run. It is something in the PHP statement. Any help would be appreciated.
Thanks
Warren Austin