1) Install test module
2) Go to admin/config/services/wsclient/manage/twitter_search
3) Note the warning below:
Notice: Undefined offset: 0 in wsclient_tester_form_wsclient_service_form_alter() (line 36 of /Users/brian-johnalford/Sites/acquia-drupal/sites/all/modules/wsclient/wsclient_tester/wsclient_tester.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | wsclient-undefined-key-1977070-1.patch | 688 bytes | babruix |
Comments
Comment #1
tko commentedHave the same problem. Tester module keeps throwing up errors all over the place.
Comment #2
babruix commentedBug confirmed, here is a patch to fix.
Comment #3
klausiAssigning to dman, as I'm not familiar with wsclient_tester.
Comment #4
dman commentedI found this notice was introduced due to some changes in the parent modules table layout.
The patch from babruix is good enough, though it didn't really explain why it was neccessary, so I added a comment. Also the whitespace was off a bit. Putting that modified version in though, thanks.
It'll be in -dev in a minute.