Welcome Guest, Not a member yet? Register   Sign In
error on function call
#6

(This post was last modified: 04-19-2021, 10:21 PM by richb201.)

Thanks. I switched over to    $email = $this->input->post('email');

and it still jumps to that same line in Codeigniter.php. strange.
* ------------------------------------------------------
*  Call the requested method
* ------------------------------------------------------
*/
  call_user_func_array(array(&$CI, $method), $params);

  // Mark a benchmark end point
  $BM->mark('controller_execution_time_( '.$class.' / '.$method.' )_end');    <<this line

/*


Thanks. Seems like a phpStorm issue. I switched on "waiting for debug connection" in the debugger, and the problem went away!
proof that an old dog can learn new tricks
Reply


Messages In This Thread
error on function call - by richb201 - 04-19-2021, 06:36 AM
RE: error on function call - by richb201 - 04-19-2021, 01:28 PM
RE: error on function call - by vitnibel - 04-19-2021, 06:51 PM
RE: error on function call - by richb201 - 04-19-2021, 09:00 PM
RE: error on function call - by vitnibel - 04-19-2021, 09:40 PM
RE: error on function call - by richb201 - 04-19-2021, 09:56 PM
RE: error on function call - by InsiteFX - 04-20-2021, 11:44 AM
RE: error on function call - by hamishheney5 - 06-09-2021, 04:54 AM
RE: error on function call - by ashwinjio - 02-25-2022, 01:51 PM
RE: error on function call - by dervisvid - 04-12-2022, 12:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB