Hi, I am using -
CCK
Messaging Framework
Notifications
SMS Framework
I attempted to install the dev release of the SMS framework but found that clickatell messages were doing nothing, the same as described here - http://drupal.org/node/319804. Difference is when I uninstalled the dev release and ran the stable it worked I was able to get to send SMS's through clickatell, but I was getting tons of database errors -
for example this one on the gateway page -
"user warning: Table 'darkrabbi_drupal.sms_mapping' doesn't exist query: SELECT module, behavior, gateway FROM sms_mapping in /home/darkrabbi/domains/goalrankings.com/public_html/drupal/includes/database.mysql.inc on line 172."
I'm also using Advanced Profile, when I attempt to enter a mobile number for confirmation into the profile I get this -
* user warning: Table 'darkrabbi_drupal.sms_mapping' doesn't exist query: SELECT module, behavior, gateway FROM sms_mapping in /home/darkrabbi/domains/goalrankings.com/public_html/drupal/includes/database.mysql.inc on line 172.
* warning: Attempt to assign property of non-object in /home/darkrabbi/domains/goalrankings.com/public_html/drupal/sites/all/modules/cck/content.module on line 306.
* warning: timezone_open() [function.timezone-open]: Unknown or bad timezone (g) in /home/darkrabbi/domains/goalrankings.com/public_html/drupal/sites/all/modules/date/date_api.module on line 612.
* warning: date_create() expects parameter 2 to be DateTimeZone, boolean given in /home/darkrabbi/domains/goalrankings.com/public_html/drupal/sites/all/modules/date/date_api.module on line 615.
* warning: timezone_open() [function.timezone-open]: Unknown or bad timezone (g) in /home/darkrabbi/domains/goalrankings.com/public_html/drupal/sites/all/modules/date/date_api.module on line 612.
* warning: date_create() expects parameter 2 to be DateTimeZone, boolean given in /home/darkrabbi/domains/goalrankings.com/public_html/drupal/sites/all/modules/date/date_api.module on line 615.
Is there any way I can clean the database of any SMS framework remnants then re-install the stable release? My fear is that the module has already interacted with the messaging framework etc and reverting to the older SMS release is causing it problems. Any help would be greatly appreciated, and thanks for the great module
Comments
Comment #1
asak commentedsubscribing.
Comment #2
Will White commentedHave you tried disabling the module and then uninstalling it from admin/build/modules/uninstall?
Updating to the newer version has wiped the sms_mapping table. You'll need to do a fresh installation of the SMS Framework to get that back.
Comment #3
Will White commentedReversing to a stable version from a development snapshot is not supported.