1 briand74 Jan 12, 2008 16:10
3 briand74 Jan 12, 2008 22:01
If that code is supposed to be in the _main.php of my skins, I don't see it. It looks like it is already correct. Here is what I found:
// ------------- START OF INCLUDE FOR COMMENTS, TRACKBACK, PINGBACK, ETC. -------------
$disp_comments = 1; // Display the comments if requested
$disp_comment_form = 1; // Display the comments form if comments requested
$disp_trackbacks = 1; // Display the trackbacks if requested
$disp_trackback_url = 1; // Display the trackbal URL if trackbacks requested
$disp_pingbacks = 1; // Display the pingbacks if requested
require( dirname(__FILE__).'/_feedback.php' );
// ---------------- END OF INCLUDE FOR COMMENTS, TRACKBACK, PINGBACK, ETC. ----------------
As far as 1.10, I thought about it, but my webhost server has disabled ini_set, which I read was a problem with 1.10..x.
4 fenril06 Jan 29, 2009 08:20
my b2evolution version: 2.4.6
Hi everyone, I'm experiencing the same problem. Each time I go on my homepage where the blog is located, my log gets filled up with:
PHP Notice: Undefined property: Blog::$pingback_url in /home/fenril06/public_html/b2evolution/blogs/inc/_core/model/dataobjects/_dataobject.class.php on line 461
Not really a trouble since, i can access the website without any problem, but my log gets bigger and bigger...
If anyone had a solution for that, I would be grateful. Thanks :))
http://forums.b2evolution.net/viewtopic.php?t=10868 might help. Not sure though because the 1.9.* series didn't last that long. As is my habit, I strongly recommend you upgrade to v1.10.3 because it is the rock-solid end of the 1.* generation.
Barring upgrading, let's hope that link shows how to lose those errors!