I'm getting a number of errors and this is the current one.

Undefined index: slides in rotating_banner_block_save() (line 363 of /homepages/15/d124148165/htdocs/beta/sites/all/modules/rotating_banner/rotating_banner.module).

Here's how I got to the problem:
- Added jquery.easing.js and jquery.cycle.js.
- Patched to try and remove 'need background image' bug. The bug didn't change.
- Now, if I save my banner settings, I get the said warning ^

Also, I've had some issues with library files previewing a different image, that has been deleted!

RSPV, I'm more than willing to help contribute to this module if necessary! x

Comments

lumpytomato’s picture

Status: Active » Closed (cannot reproduce)
wobblefoot’s picture

Same error. Same mod version. Same libs installed.
I'm getting multiple "undefined index" errors with this whole family of modules in fact. This is all working nicely over at Drupal Gardens - would be great if there were some complete installation notes somewhere, including what order to enable the mods in and what versions of the libraries to install as there seems to be much confusion about. Would love to help if I can since this whole approach seems to be the way forward.
I should add - I'm not getting the "add background image" error.

Update:The issue seems to be linked to adding a new rotating banner block without having successfully uploaded a slide. The first time it failed because a script stopped and I couldn't post the form. the second time I didn't enter a slide and the block save failed with the error again. Third time I got an image uploaded properly and it saved. Hope this helps - sorry if not.

venkat_maha’s picture

I have noticed the same behavior as wobblefoot described, error disappeared after adding the images.
to summarize what i did was
-- applied the patch: rotating_banner-no-media_load-1145092-1.patch
and then after adding the images to the rotating banner through configuration the error disappeared.