by sadaf sadafian.
Hi
There is no need to using "brute force" algorithm to find issue!
You can find it in O(1) !
just add this code after line 87 (in if scope):
There is no need to using "brute force" algorithm to find issue!
You can find it in O(1) !
just add this code after line 87 (in if scope):
print_r($function);
after refreshing page that Error occurred, you should see something like this:
stdClass Object (
[id] => `int id`
[name] => `name of service that has the problem`
[classname] => `classname of service that has the problem`
[methodname] => `name of method that has the problem (in externallib.php)`
[classpath] => `the path of file that has the problem`
[component] => `name of plugin`
[services] => `some services`
)