Hello, I've got a little problem. I've created a custom modulo to save some config parameters, then I have to access using nusoap but I receive an access denied alert message.
if I do:
I get the followingPHP Code:echo "<pre>" . print_r ($getEntryListResult, true) . "</pre>";
I've tested it with different users (an admin and a simple user) and I have the same problem. Also, I tried with Admin->Repair->Repair Roles but It didn't workPHP Code:Array
(
[result_count] => -1
[entry_list] => Array
(
)
[error] => Array
(
[number] => 40
[name] => Access Denied
[description] => You do not have access
)
)
Any suggerence?
Thanks


LinkBack URL
About LinkBacks




Reply With Quote

Bookmarks