Quantcast
Channel: Web services
Viewing all articles
Browse latest Browse all 2361

Re: error when adding external functions to a web service.

$
0
0
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):
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`
)

Viewing all articles
Browse latest Browse all 2361

Trending Articles