1 myplainview Jan 30, 2007 23:37
3 balupton Jan 31, 2007 16:17
there should be a error message along with that instead of just a line number...
4 myplainview 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
5 balupton Jan 31, 2007 16:31
1.9.2 has several updates to the skinning architecture, you can post a request for the update of the skins that need updating here:
http://forums.b2evolution.net//viewtopic.php?t=10580
6 austriaco 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.
Anyone have any ideas?