Recent Topics

1 Oct 06, 2008 03:23    

My b2evolution Version: Not Entered

Fatal error: Call to undefined function stats_search_keywords() in /home/nelsongu/public_html/inc/_core/ui/results/_results.class.php(1172) : eval()'d code on line 1

Everything else is OK. I uploaded fresh inc files.

2 Oct 10, 2008 04:58

Nelson,

I don't have an answer but -- have you considered using the Google Search? It works a bit better than b2evo. It has more standard features.

Check it out at our site. http://www.thechristianalert.org

You can get it at Google Web Master Tools (free)

3 Oct 18, 2008 02:05

It's not the search on my blog. It's the stats page in the control panel, when I click "search b-hits."

4 Oct 28, 2008 01:32

Nobody? It still records the latest search hits; it just doesn't show the list under search browser hits.

5 Nov 04, 2008 22:47

Edit the following in inc/sessions/stats.ctrl.php

if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );

load_class('sessions/model/_hitlist.class.php');
load_funcs('sessions/model/_hitlog.funcs.php');

Good luck

6 Nov 05, 2008 03:22

It was missing the last line. It didn't work, however. Thanks. I still get:

Fatal error: Call to undefined function stats_search_keywords() in /home/nelsongu/public_html/inc/_core/ui/results/_results.class.php(1172) : eval()'d code on line 1

7 Nov 05, 2008 03:37

Hm very weird.
Try uploading /blogs/skins_adm/ again.

Good luck

8 Nov 05, 2008 03:38

Try to move the last line from stats.ctrl.php to the top of inc/sessions/views/_stats_refsearches.view.php

/**
 * View funcs
 */
require_once dirname(__FILE__).'/_stats_view.funcs.php';
load_funcs('sessions/model/_hitlog.funcs.php');

BTW what b2evo version are you using?

9 Nov 05, 2008 04:38

Thanks for the time, but it didn't work. I'm using 2.45. It just showed up one day.


Form is loading...