Jump to content
DevFuse Forums

Postpool

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Postpool

  1. HELP HELP :sweat: i am trying to create a custom file. sources->classes->paymentgateways->custom->cus_test.php I am trying to deletethe data(post_caches) in the members table when user will get a new membergroup. The error message: Fatal error: Call to a member function simple_exec_query() on a non-object in C:\xampp\htdocs\go\sources\classes\paymentgateways\custom\cus_test.php on line 44 I am still using 2.3.6 class customsubs { //--------------------------------------- // Subscription Paid //--------------------------------------- function subs_paid($sub_array, $member=array(), $trx_id="") { $DB->simple_exec_query( array ( 'update'=> 'members', 'set' => 'posts_cache=0', 'where' => "id=".$this->ipsclass->member['id'] ) ); // this code isn
×
×
  • Create New...