This WSOD error message appears when I try to go to SMS Framework - Number validation page:

Fatal error: Cannot use object of type stdClass as array in ........................./sites/all/modules/smsframework/modules/sms_valid/sms_valid.module on line 484

Following notice also appears in notification box:

Notice: Trying to get property of non-object in sms_valid_get_all_rulesets() (line 147 of ........................./sites/all/modules/smsframework/modules/sms_valid/sms_valid.module).

Comments

mcpuddin’s picture

Status: Active » Fixed

Wow the sms_valid module was completely broken. I went through all the use cases I could find and made sure no more errors appear. Actually functionality, though, has yet to be confirmed.

Commit details here:
http://drupalcode.org/project/smsframework.git/commit/542c34f

Status: Fixed » Closed (fixed)

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

  • Commit 542c34f on 7.x-1.x, 8.x-1.x by mcpuddin:
    Issue #1720562 by mcpuddin: Making valid submodule d7 compatible