Quote:
Originally Posted by jliu
The fault was shown for the doLogin. Just disabled the wsdl cache, restarted apache, it is still the same. I am running on Windows.
|
It is working now -- I had my php.ini error reporting changed to "report errors only" and the problem disappeared.
If I login using the examples/session/login.php, then go to my forum. The forum does not show the user is logged in. Is there anyhting else I need to do to achieve this?
By the way, it would be nice to add a few more methods in the API:
a) check user is logged in or not
b) if user is logged in, get their userid and/or group id
Thanks!