Have never got this to work. Last version appeared to work but could not see the widget. Latest version throws following error when attempting to activate:
Parse error: parse error, unexpected T_OBJECT_OPERATOR, expecting ‘,’ or ‘;’ in /wordpress/wp-content/plugins/dashboard-last-news/dashboard-last-news.php on line 109
I second travers211 problem; on line 109, there is the following code:
<?php echo $style ?>
and i suppose it should read
<?php echo $style; ?>
but even after correcting it, it throws out the same error on activation:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR, expecting ',' or ';' in /wp-content/plugins/dashboard-last-news/dashboard-last-news.php on line 109
I put the plugin ver 2.5.0.3 on wordpress 2.6.2, the plugin appears, I get the error “The requested URL /wp-admin/wp-content/plugins/dashboard-last-news/php/settings.php was not found on this server.” when I click on the last news link.
I have php5. Any idea how to solve it?
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘[Plugin: dashboard-last-news] It rocks’ is closed to new replies.