Recent Topics

1 Feb 18, 2012 13:40    

There are a few minor issues here and there i guess. I'll post as i find them.First i noticed i get

Notice: Trying to get property of non-object in /home/.../public_html/skins/chita/_item_comment_form.inc.php on line 73

Notice: Trying to get property of non-object in /home/.../public_html/skins/chita/_item_comment_form.inc.php on line 95

where both lines say

if( $PageCache->is_collecting )

2 Feb 18, 2012 13:42

anyway, i just renewed the _item_comment_form.inc.php file from the skins dir.and its gone (so did my modifications (: ).

3 Feb 18, 2012 17:03

This would be hard to fix. It looks like now $PageCache object is not loaded at all in some situations. For that reason you see "Trying to get property of non-object".

We would need to keep loading "PageCache" object to make legacy code in your _item_comment_form.inc.php work in 4.1 Apparently we don't want to do that any more.

I recommend comparing old skin files with their originals in /skins directory after each upgrade. This may not only fix errors, but also allow new features to work in your old skin.


Form is loading...