i am realatively new to all this. i am trying to set up a website, but after reinstalling the phpbb3 at least 20 times for different things, i have realised there must be a way of fixing the white screen of death without having to reinstall. the problem i am having at the moment, is when i try to view a topic/post on my site, legendmaneye.com/forum , it shows the white screen of death, and after requesting error logs to be enabled, it also now shows the following error :
Parse error: syntax error, unexpected $end in /hsphere/local/home/c317173/legendmaneye.com/forum/cache/tpl_BIA-JRSweets_viewtopic_body.html.php on line 339
when i navigate to the relevant file and line, the only data shown is as follows :
<form method="post" action="<?php echo (isset($this->_rootref['S_MOD_ACTION'])) ? $this->_rootref['S_MOD_ACTION'] : ''; ?>">
i cannot see what is within this code that could possibly be the cause of the error.
help please???