I forgive myself for being a Neewbie - I hope you all will too...

I'm trying to implement the instant messenger. I've uploaded it OK and added the mysql data to the databse. However, wehn I try and send a message I get the following:

"Fatal error: Call to undefined function: check_query() in /modules/im/im.module on line 69"

I've looked at that, but it means nothing to me. Can anyone interpret and help, please?

Comments

geodaniel’s picture

It looks like this module hasn't been updated in a while as the check_query function didn't exist in Drupal 4.6. I think changing it to check_plain may work.

iamalive’s picture

Thanks, that did the trick! Well spotted!