|
|||
|
I am trying to get the Drupal integration working. I download the Drupal module and followed all instructions, but when I invoke the 123flashchat client, I am not logged in automatically and I get an 'unknown error' message. I have followed all the instruction in the 'readme' file. Any ideas?
|
|
|||
|
Looking through the logs, I see the following exception being thrown:
2007-01-21 02:01:19,125 ERROR - error to check userinfo from the url -- http://mmurld610/drupal/login_chat.p...5de52384755dd7 : java.lang.NumberFormatException: For input string: "?0" Any ideas? |
|
|||
|
This is the default login_chat.php that comes with the 123flashchat drupal module. I did not make any changes. I reviewed the file, but don't see any spaces. Is this something to do with character encoding - login_chat.php is supposed to return "0" on success, but is returning "?0". Ideas?
|
|
|||
|
Have you folks ever got this to work? In reviewing the Drupal form, it looks liek there are other people having similar problems. Please see:
http://drupal.org/node/110400 |
|
|||
|
The "?" before number mostly is brought by the encode problem of page ,please try make the export of codes to be UTF-8 [ for exp: header("Content-Type: text/html; charset=utf-8");] and try again.
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|