V
V
vlad_was_here2014-08-07 14:02:28
CodeIgniter
vlad_was_here, 2014-08-07 14:02:28

Why does Codeigniter crash on the line with call_user_func_array?

Given:
cms on Codeigniter
php 5.3.10
The system is down.
Falls on line:
call_user_func_array(array(&$CI, $method), array_slice($URI->rsegments, 2));
500 error.
But! If you do
var_dump($CI);
call_user_func_array(array(&$CI, $method), array_slice($URI->rsegments, 2));
It doesn't drop anything. :(
What's the point?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kir, 2014-08-07
@angry_bender

What's in the $method variable?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question