I know this isn't the right place to discuss the application connector and the joomla com_connector, but thats what I am ultimately trying to get to work.
How can I test to make sure that this SOAP API is actually working the way it is intended. I am afraid I am wasting my time trying to get the other connectors working when the SOAP API is the culprit.
I am trying this login.php script again, b/c I feel like its the best one for testing. The forums are turned off, but I am testing with a admin log and pass as well. That last one I sent was just an example. Although, with the admin log and pass it appears the same as the other one, but I can't see the last 10 posts. Shouldn't I be able to even with the forums off?
I did try forcing the SOAP server to pass the cookie and session. However, that doesn't log me into the forums with the script either.
Also, When I attempt that login.php I get this error returned to my email...
Quote:
Invalid SQL:
SELECT userid
FROM user
WHERE testman='testman';
MySQL Error : Unknown column 'testman' in 'where clause'
Error Number : 1054
Date : Monday, February 20th 2006 @ 04:38:52 PM
Script : http://www(dot)macmod(dot)com/forum/soap/server.php
Referrer :
IP Address : 72.36.175.243
Username :
Classname : vB_Database
|
It appears that testman is being passed instead of the title of the column, (username, login, logid, or whatever its called). Whats the deal here? Any ideas?
Again, many thanks.