If you try to access the mobile_jquery theme settings when it is not the active theme, the includes/mobile_jquery.inc file is not loaded causing this error.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | undefined-settings-1289316.patch | 1.47 KB | rwohleb |
If you try to access the mobile_jquery theme settings when it is not the active theme, the includes/mobile_jquery.inc file is not loaded causing this error.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | undefined-settings-1289316.patch | 1.47 KB | rwohleb |
Comments
Comment #1
rwohlebHere is a patch that attempts to fix this issue. It does a few things:
I assume the use of theme_key was to try and make this easier to use as a base theme. Unfortunately it causes these types of issues. I didn't change the use of theme_key when loading module specific code because this needs to be discussed more.
Comment #2
lelizondo commentedPatch works for me. Thanks
Comment #3
jasonsavino commentedapplied patch and committed change