site> statistics > search text
from the admin section, I get the following error message:
======================================
Warning: main(components/com_hotproperty/language/english.php): failed to open stream: No such file or directory in /usr/home/mysite/public_html/site/mambots/search/hotproperty.searchbot.php on line 24
Warning: main(): Failed opening ‘components/com_hotproperty/language/english.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /usr/home/mysite/public_html/site/mambots/search/hotproperty.searchbot.php on line 24
======================================
In order to get rid off the error made this change in hotproperty.searchbot.php line 24:
include_once($mosConfig_absolute_path.’/components/com_hotproperty/language/’.$hp_language.’.php’);
//include_once(’components/com_hotproperty/language/’.$hp_language.’.php’);