Plugin Author
Zaine
(@zaine)
aagh. I’ve seen a couple of people report this and I’ve been entirely unable to debug it.
What version of wordpress, php, apache etc are you using? Are you codey enough to help me debug it so I can pin down the problem?
Hi,
Using WordPress 3.3.1 and 3.4-alpha-19704, PHP 5.3.9 and Aapche 2.2.21-r1.
If I have enough time, I can take a look over your code, but I cannot promise.
Plugin Author
Zaine
(@zaine)
Could you go into the edit plugin screen in WordPress and email me the code you see?
http://www.yourdomain/wp-admin/plugin-editor.php?file=eve-killboard/eve-killboard.php
email to zaine AT innsmouthenterprises.com
I don’t know what it helps to mail you your own code, but you have a mail …
Plugin Author
Zaine
(@zaine)
Looks like the 5.3+ version of PHP have changed the ini location for enabling php shorttags.
There is a stray <? in the middle of the file. If you find it and change it to <?php it works!
I’ll push out a fix tonight.
Plugin Author
Zaine
(@zaine)
Committed v1.2.1 which fixes this issue.