I have a small Habari 0.6.3 blog at http://david.dlma.com/habari/

It worked really well for a few entries, posts, and comments.  I recently
added the Comment Notifier 1.2, (after adding info()) to it. (
http://twitter.com/dblume/status/7653697967)

And that worked pretty well, except sometimes when I'd save an update to a
page, I'd get a spurious entry in the Comments  Admin panel whose contents
seemed to be the page update.  I would usually delete it.

Today, when I go to the admin panel's Dashboard, I now get the welcome
message that ends with "This message will disappear next time you visit.",
and not the three modules I'd added, "Latest Entries", "Latest Comments",
and "Latest Log Activity."  They're gone now.

As a matter of fact, I can only add "Latest Entries" and "Latest Log
Activity".  I cannot add "Latest Comments." But the next time I visit the
Dashboard, I'll get the welcome message and none of the modules again.

The logs are now filled with the error, "Trying to get property of
non-object in system/plugins/coredashmodules/dash_latestcomments.php:6"

I broke up that line, and I think the problem is with $post->pubdate->out(
'M j' ).

I commented that out, then got a problem at the foreach(
$latestcomments[$post->id] as $comment) line.

How should I approach this?  I don't know much about PHP or the database I'm
using MySQL.

Thanks in advance,
--David

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/habari-users

Reply via email to