I uninstalled old module and added dev 13, but now the messages are'nt delivered again.
It doesnt show up on the users on chat window until I update but the user that it should be delivered to doesnt see it.
Any suggestions?

Comments

ankitchauhan’s picture

First I want to inform you, you don't need to uninstall old module. Drupal has the facility to update the module

  • Go to admin/reports/updates, you will see all installed module with their information whether they need to be updated or not or you can check it manually by clicking on "check manually" link
  • This will download the latest code from Drupal Repository and replace it with existing code.

In dev 13, there were some database schema update. You need update your schema.
try this

http://domain.com/update.php

ankitchauhan’s picture

Version: 7.x-1.0-beta13 » 7.x-1.x-dev
Stellanhaglund’s picture

I did the update at first, but then no chat showed up at all so that's why i uninstalled it and added it again.
I ran the update.php as you said but it didn't change anything..

ankitchauhan’s picture

is you googlechat_msg table containing "log" column?

Stellanhaglund’s picture

No it's not.

ankitchauhan’s picture

Got it.
I implemented hook_update_N() to make some schema change. And it only works when you update the module not when you are installing. I fixed this Try beta14.

Stellanhaglund’s picture

The dev 14 worked great!
Thanks!

ankitchauhan’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.