Closed (fixed)
Project:
Extra Voting Forms
Version:
5.x-1.14
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2008 at 15:38 UTC
Updated:
10 Jun 2008 at 06:22 UTC
Not really a bug report but rather a heads up to other users of WAMP.
The code snippet supplied in the install.txt for printing the voting form anywhere in the node is ignored by WAMP (PHP5), sometimes...
Strange I know, I found this happening only in the teaser view of taxonomy listing, full node view it seems to work just fine.
Simple fix of course, add the longhand opening php tag, e.g
Instead of:
<? ....
use:
<?php ...
This is not widely tested and may be very specific to my test site as it has a lot of additional stuff running also, so really, just a heads up in case someone else encounters this.
Comments
Comment #1
mercmobily commentedHi,
Alright, marking as "fixed" mainly because there is nothing for me to do here...
Actually, I fixed INSTALL.txt, which now has <?php -- thanks!
Merc.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.