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

CommentFileSizeAuthor
#6 status-error-1388192.patch1.88 KBamaria

Comments

jackhutton’s picture

the link referring to comment # 2 pertains to an unrelated module.. but calls out the same error message in system.admin.inc .. thx.

kkasischke’s picture

I get this same error notice on the Status Report page:

Notice: Undefined index: value in theme_status_report() (line 2552 of /mysite/modules/system/system.admin.inc).

Error only appears when Flex Slider is enabled.

  • Drupal 7.10
  • FlexSlider: Version 1.8 installed
  • GD library PNG support: 2.0
  • GD library rotate and desaturate effects: 2.0
  • PHP: 5.3.3-1ubuntu9.3
  • Web server: Apache/2.2.16 (Ubuntu)
  • Theme: Omega 7.x-3.0
ret5’s picture

Same 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!

amaria’s picture

The problem is in hook_requirements in the install file. It's missing the value index in the requirements array. This patch should fix it.

kkasischke’s picture

Clicking above link for the patch results in Page not found error.

amaria’s picture

StatusFileSize
new1.88 KB

Not sure why. Trying again...

Anonymous’s picture

Patch in #6 fixed it for me - thanks!

kkasischke’s picture

Patch in #6 fixed issue for me as well. Thank you!

alexiswatson’s picture

Status: Active » Reviewed & tested by the community

Seems solid. RTBC

jackhutton’s picture

seems as though the patch in post #6 fixed the issue. .Thank You.! amaria..

cholung’s picture

I can also confirm that the patch in #6 works and fixes the issue. Thanks amaria!

minoroffense’s picture

Status: Reviewed & tested by the community » Closed (fixed)

  • Commit 05b0341 on 7.x-1.x, youtube, 8.x-2.x, startslide authored by amaria, committed by minorOffense:
    Fix for issue [#1388192]
    
    
idevalvaz’s picture

Issue summary: View changes

hi, 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