Enabling debug:

SELECT DISTINCT {posts}.id AS id, {posts}.slug AS slug, {posts}.title
AS title, {posts}.guid AS guid, {posts}.content AS content,
{posts}.cached_content AS cached_content, {posts}.user_id AS user_id,
{posts}.status AS status, {posts}.pubdate AS pubdate, {posts}.updated
AS updated, {posts}.modified AS modified, {posts}.content_type AS
content_type
                        FROM {posts}  WHERE ( ({posts}.id = ?) ) AND (
                                        ((1=1))
                                ) ORDER BY pubdate DESC LIMIT 1
array Array
(
    [0] => 0
)

So the problem is $comment->post->title in comments_items.php line 16,
because $comment->post is not an object.

Same problem with habari trunk.

On 21 Set, 08:59, lifeisfoo <[email protected]> wrote:
> Iinserting a comment I receive (in the admin/comment page):
>
> Trying to get property of non-object in system/admin/
> comments_items.php:16
> in ' Notice: Trying to get property of non-object in system/admin/
> comments_items.php line 16 #comment-0" title="
> Notice: Trying to get property of non-object in system/admin/
> comments_items.php line 16
> Vai a ">
> '
>
> In the Log page there is a long list of error:
> Notice: Trying to get property of non-object in system/admin/
> comments_items.php line 16
>
> I think is not a theme problem, since i tested with both k2 and
> Charcoal.
>
> On my home machine(php 5.3) all works fine, it'a a php version
> problem ?
>
> Thi problem was reported on habari 6.4 and php 5.2.6
>
> Thank you for your help

-- 
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