Closed (fixed)
Project:
Google Chat
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 May 2013 at 19:02 UTC
Updated:
17 Jun 2013 at 08:30 UTC
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
Comment #1
ankitchauhan commentedFirst I want to inform you, you don't need to uninstall old module. Drupal has the facility to update the module
In dev 13, there were some database schema update. You need update your schema.
try this
http://domain.com/update.php
Comment #2
ankitchauhan commentedComment #3
Stellanhaglund commentedI 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..
Comment #4
ankitchauhan commentedis you googlechat_msg table containing "log" column?
Comment #5
Stellanhaglund commentedNo it's not.
Comment #6
ankitchauhan commentedGot 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.
Comment #7
Stellanhaglund commentedThe dev 14 worked great!
Thanks!
Comment #8
ankitchauhan commented