Installed the new plogger, plogger-1.0RC1, everything works perfectly execpt the Latest Comments plugin.
I get the following error msg:
<code> Notice: Undefined variable: path in /home/xxx/domains/xxx.se/public_html/plog-content/plugins/latest-comments/latest-comments.php on line 69
Notice: Undefined variable: path in /home/xxx/domains/xxx.se/public_html/plog-content/plugins/latest-comments/latest-comments.php on line 71 # asd on 15 asdasdasdasd</code>
the php code for the plugin is on the collections.php.. Any idea?
Weird, I don't see any reason for lines 69-71 of that plugin. You can go ahead and delete those lines (shown below): $number = strrpos($path, '/'); $number = $number+1; $url = substr($path, $number);