Plogger Support Forum - "Errors" in the themes comment.php [Solved] Fri, 29 Mar 2024 09:11:54 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 "Errors" in the themes comment.php [Solved] http://www.plogger.org/forum/comments.php?DiscussionID=2189&Focus=8779#Comment_8779 http://www.plogger.org/forum/comments.php?DiscussionID=2189&Focus=8779#Comment_8779 Sat, 13 Sep 2008 02:17:30 +0000 arefsum
I am testing out plogger (embedded) and latest SVN version and kept getting errors like this:

<code>[13-Sep-2008 08:07:34] PHP Parse error: syntax error, unexpected '}' in C:\Apache Software Foundation\www\AlDahna\plogger\plog-content\themes\air\comments.php on line 22</code>

Same goes for the other themes. These errors are caused buy using "<?" rather than the full "<?php"

I also believe there is a missing "</div>" there somewhere (or caused by a similar problem), as the page which displays a large picture doesn't complete properly, but I haven't identified where it is yet.

Other than that I really like it.

Regards

Alf]]>
"Errors" in the themes comment.php [Solved] http://www.plogger.org/forum/comments.php?DiscussionID=2189&Focus=8781#Comment_8781 http://www.plogger.org/forum/comments.php?DiscussionID=2189&Focus=8781#Comment_8781 Sat, 13 Sep 2008 05:05:01 +0000 kimparsell
Thanks for letting us know about the php short tags - we'll get those fixed right away in all 3 themes.

With regard to the missing "< /div >" tag, check the code in the page you've embedded Plogger into. I do know that all 3 of the themes validate when displaying the gallery on their own. You might try running your page through the validator to see what errors pop up.]]>
"Errors" in the themes comment.php [Solved] http://www.plogger.org/forum/comments.php?DiscussionID=2189&Focus=8785#Comment_8785 http://www.plogger.org/forum/comments.php?DiscussionID=2189&Focus=8785#Comment_8785 Sat, 13 Sep 2008 10:43:30 +0000 arefsum
Alf]]>