um yea, now when I tried to buy an autocollect intrest I keep getting this error about it, but I still was able to buy it, but now I can't use it and I am being given the same error message
_load_user($ibforums->member['id'],",auto_collect"); if($member['auto_collect'] == 1) { $DB->query("UPDATE inv_members SET auto_collect=0 WHERE id={$ibforums->member['id']}"); $type = "off"; } else { $DB->query("UPDATE inv_members SET auto_collect=1 WHERE id={$ibforums->member['id']}"); $type = "on"; } $message = $this->lang['autocollect_'.$type]; $this->_deleteitem(); $this->_writelog($message,"autocollect"); $this->_redirect($message,"act=store&CODE=bank"); } } ?>
Fatal error: Cannot instantiate non-existent class: item_autocollect in /home/opuuser/public_html/forum/sources/store/store_functions.php on line 38