Hi, I have found a bug today. I have installed WordPress 3.4 and Knews 1.0.5 over a IIS (because a client request ?? ).
in PLUGIN_DIR/admin/knews_admin_news.php line 131 a php block is opened using “<?” instead “<?php”. because that, the plugin’s dashboard does not display when you are into admin site.
<p><a href="<?php bloginfo('url')?>/wp-admin/admin.php?page=knews_news§ion=edit&idnews=<?php echo $id_edit; ?>"><?php _e('Redirecting to editor...','knews'); ?></a></p>
<?
} else {
After change <? to <?php all appear to work well.
regards
Santiago Lombardi