On Jan 28, 3:49 am, David Blume <[email protected]> wrote:
> I have a small Habari 0.6.3 blog athttp://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.
>

The welcome message showing up leads me to beiieve that your host just
updated PHP to PHP 5.2.12 or 5.3.1. Those versions of PHP changed the
way database access works. See 
http://groups.google.com/group/habari-dev/browse_thread/thread/bb64cb7c6fb6aaa3
for more information.

We've been putting together an update to deal with this issue, but it
hasn't been fully tested yet. If you want, you can get the testing
version of the update at http://habariproject.org/dist/habari_makaanga.zip,
and install over your current location. If you do so, make sure you
back up your site first.

Rick

> 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