First, thank you for your work with integrating this image viewer w. drupal.. Its exactly what I'd like to use for a project I'm working on..
Installing the module I'm stalled with this error message:
Notice: Undefined index: value in theme_status_report() (line 2552 of /mysite/modules/system/system.admin.inc).
Researching the error I came along this:
comment #2 talks about implementing hook_requirements()
http://drupal.org/node/1063542
So, as I disable & re-enable Flex Slider the error is removed, reappears ..
I selected 'bug report' .. this may be a 'support request' though.. not sure..
Can you help me figure out what I may need to do here.. Appreciate your eye(s) thx
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | status-error-1388192.patch | 1.88 KB | amaria |
Comments
Comment #1
jackhutton commentedthe link referring to comment # 2 pertains to an unrelated module.. but calls out the same error message in system.admin.inc .. thx.
Comment #2
kkasischke commentedI get this same error notice on the Status Report page:
Error only appears when Flex Slider is enabled.
Comment #3
ret5 commentedSame error here... Disabled the module, error message goes away.. reappears when enabled...
Notice: Undefined index: value in theme_status_report() (line 2552 of /Applications/MAMP/htdocs/...
Thx!
Comment #4
amaria commentedThe problem is in hook_requirements in the install file. It's missing the value index in the requirements array. This patch should fix it.
Comment #5
kkasischke commentedClicking above link for the patch results in Page not found error.
Comment #6
amaria commentedNot sure why. Trying again...
Comment #7
Anonymous (not verified) commentedPatch in #6 fixed it for me - thanks!
Comment #8
kkasischke commentedPatch in #6 fixed issue for me as well. Thank you!
Comment #9
alexiswatson commentedSeems solid. RTBC
Comment #10
jackhutton commentedseems as though the patch in post #6 fixed the issue. .Thank You.! amaria..
Comment #11
cholung commentedI can also confirm that the patch in #6 works and fixes the issue. Thanks amaria!
Comment #12
minoroffense commentedCommitted to dev branch.
See http://drupalcode.org/project/flexslider.git/commit/05b0341
Comment #14
idevalvaz commentedhi, I'm new in Drupal platform..can anyone tell me how to implement this patch in install page?
I follow the numbers line but that not follow the sequence. Also when I paste the patch code, editor show me a sintaxe error.
tks