致命的なエラー: オブジェクト以外でのメンバー関数 base_url() の呼び出し
支払いゲートウェイからサイトにリダイレクトすると上記のエラーが発生するため、すべてのスクリプトを含む head ファイルが読み込まれません
使用してみ$ci =& get_instance();
ましたが、それでも同じ問題が発生します
public function payment_success() {
$this->load->model("bidding_m");
$this->load->model("admin_setting_m");
$this->load->model("channel_partners_m"); //call model functions to update the tables
$this->load->config('payu_config', TRUE);
$this->config = $this->config->item('payu_config');
//echo base_url();
exit;
}