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

mercmobily’s picture

Status: Active » Fixed

Hi,

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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.