What steps will reproduce the problem?
1. Cause a php error (eg: by trying to add a feed when there are database
schema errors)
What is the expected output? What do you see instead?
PHP detects a syntax error in the error handling page:
PHP Parse error: syntax error, unexpected $end in
(path)\rsslounge\application\views\scripts\error\error.phtml on line 43
What version of the product are you using? On what operating system?
rsslounge 1.7
Please provide any additional information below.
Line 38 of error.phtml reads:
<? endif ?>
Changing this to:
<?PHP endif ?>
... resolves the syntax error message.
There may also be a similar problem on line 36.
Original issue reported on code.google.com by james.ga...@gmail.com on 22 Dec 2011 at 1:30
Original issue reported on code.google.com by
james.ga...@gmail.com
on 22 Dec 2011 at 1:30