Calling it major since there is no page available at admin/smsframeowrk/carriers
PHP Fatal error: Call to undefined function sms_carriers() in /modules/all/smsframework/sms.admin.inc on line 154, referer: /admin/smsframework
doing a search in the smsframework module
grep 'function sms_carriers' *
sms.admin.inc:function sms_carriers_admin_form($form, &$form_state) {
sms.admin.inc:function sms_carriers_admin_form_submit(&$form, &$form_state) {
sms.admin.inc:function sms_carriers_edit_form($form, $form_state, $carrier = array()) {
sms.admin.inc:function sms_carriers_edit_form_submit(&$form, &$form_state) {
sms.admin.inc:function sms_carriers_delete_form($form, &$form_state, $carrier) {
sms.admin.inc:function sms_carriers_delete_form_submit($form, &$form_state) {
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | smsframework-sms_carriers-1421294-8.patch | 3.45 KB | mcpuddin |
| #1 | smsframework-sms_carriers-1421294-1.patch | 2.35 KB | cashwilliams |
Comments
Comment #1
cashwilliams commentedMoved code from 6.x-2.x branch and updated db calls
Comment #2
cashwilliams commentedand now I see this was removed on purpose - http://drupalcode.org/project/smsframework.git/commit/aeb577dc718fb78257...
But I'm not sure all of this should be pushed to email gateway
Comment #3
atlea commentedComment #4
rurri commentedIf this is to be moved to e-mail gateway, then some dependencies will need to be changed.
But can't you have a carrier that doesn't use the email gateway?
Comment #5
socialnicheguru commentedconflict with the sms_email_gateway module for drupal 7
http://drupal.org/node/1289928#comment-5847756
Comment #6
soyarma commentedIs there a resolution to this? Essentially the D7 dev version is hosed without it (at least the UI is).
Comment #7
Dret commentedSame problem for me on last D7 version!
Fatal error: Call to undefined function sms_carriers() in /var/wwwroot/mysite/sites/all/modules/smsframework/sms.admin.inc on line 154
I'm using Sms Framework (only the main module) with SMS Simple Gateway.
Thanks!
Bye!
Comment #8
mcpuddin commentedI went through this code and it worked for me. I'm not sure why it was removed earlier however I think the first step is getting it back to a working state before any decisions are made.
I added one clarification to add the header of "Enabled" to the carriers.
Comment #9
mcpuddin commentedCommitted
Comment #10
cashwilliams commentedThis is fixed here, but see issue for sms_email_gateway #1717252: SMS Carrier Functions conflict until it is committed