Recent Topics

1 Jul 23, 2006 00:56    

I am on a dedicated server, and I have 2 blogs in each of their own subdirectories. They are setup identically, except for the skin, password, etc.

One of them generates constant errors in my server logs:

PHP Notice: Undefined property: Blog::$../custom/rdf_url in ...b2evocore/_class_dataobject.php on line 191

PHP Notice: Undefined property: Blog::$../custom/rss_url in ...b2evocore/_class_dataobject.php on line 191

PHP Notice: Undefined property: Blog::$../custom/rss2_url in ...b2evocore/_class_dataobject.php on line 191

PHP Notice: Undefined property: Blog::$../custom/atom_url in ...b2evocore/_class_dataobject.php on line 191

PHP Notice: Undefined property: Blog::$../custom/pingback_url in ...b2evocore/_class_dataobject.php on line 191

I compared this file in both blogs, and the line matches, yet I do not get the error on the 2nd blog.

Any help would be appreciated.

2 Jul 26, 2006 01:58

Could this be because I stopped logging stats for the syndication feeds?

3 Jul 26, 2006 19:23

SOLVED:

My skin on the one blog with errors had the rss, rdf, etc stuff located in the custom folder. I just erased the 'custom' portion of the line, and problem solved.


Form is loading...