Recent Topics

1 Nov 19, 2007 17:23    

My b2evolution Version: Not Entered

I'm running Key West, 1.10.3 and successfully resolved the "line 121" error, but I'm getting this in Admin windows:

/inc/MODEL/dataobjects/_dataobjectlist2.class.php on line 130

I've done a search on that and it pulls up the "121" correction posts and replies. The code isn't the same, and I'm afraid to attempt any changes without some help.

And help would be very much appreciated!

2 Nov 19, 2007 18:16

old:

$r = false; // TODO: try with NULL
return $r;


new:

$r = false; // TODO: try with NULL
$tenp = & $r;
return $temp;

Good luck

3 Nov 19, 2007 20:41

I've made the change and will continue working in Admin to see if the error message pops up again. Thanks a bunch!


Form is loading...