Error in 3.8.0

devilinearth

New Member
I upgraded vb 3.8.0 from 3.7.5..but after it, getting an error when goto user cp

Fatal error: Call to undefined method vB_SGSearch::check_read() in /home/megarapi/public_html/usercp.php on line 749


I replaced usercp.php again but getting the same error...

pls help me..

Thanks in advance..

regards
devilinearth
 
You should check to be sure these two files are there and not corrupted:

require_once(DIR . '/includes/functions_socialgroup.php');
require_once(DIR . '/includes/class_socialgroup_search.php');

That method is defined in the class_socialgroup_search.php file so it that's not there or it has a problem, the method fails.

HTH
 
Back
Top