Recent Topics

1 Jan 30, 2007 23:37    

I just recently updated to 1.9.2 and have installed several skins. I think I had the same issue with my previous version however I don't remember the fix.
My problem is that on some of my skins I get this text showing up

C:\Inetpub\wwwroot\home.myplainview.com\blog\blogs\inc\MODEL\dataobjects\_dataobject.class.php on line 461

How do I make that not show?

2 Jan 31, 2007 15:47

Anyone have any ideas?

3 Jan 31, 2007 16:17

there should be a error message along with that instead of just a line number...

4 Jan 31, 2007 16:26

Ah ok there was a line above it saying

Notice: Undefined property: allowpingbacks in C:\Inetpub\wwwroot\home.myplainview.com\blog\blogs\inc\MODEL\dataobjects\_dataobject.class.php on line 461

If you wish to see it for yourself go to
http://blogs.myplainview.com/blogs/index.php?blog=17

6 Jan 31, 2007 17:23

The answer is in [url=http://forums.b2evolution.net/viewtopic.php?p=49745#49745]this post[/url].

There are no more pingbacks in 1.9

The particular bit of code that's producing that annoyance should be in _feedback.php in your skins directory:

if( empty($pb) || !$Blog->get( 'allowpingbacks' ) ) 
...

Just remove anything related to that and you'll be fine.


Form is loading...