My rotating banner is installed, but not working. It's not showing on the site and in the admin I cannot add banner images (see image).
What is the cause of this and how do I fix it?

CommentFileSizeAuthor
Capture.PNG26.33 KBDonO

Comments

DonO’s picture

Title: Create banner image issue » Choose banner image issue
ksenzee’s picture

Status: Active » Postponed (maintainer needs more info)
Issue tags: -slider, -rotating banner

Are you able to add images via the media browser elsewhere on the site?

bryancasler’s picture

subscribe

bryancasler’s picture

Is the Media module a dependency? If so it should be listed on the module's homepage.

scottcarlton’s picture

I'm have the same issue. Can't "+ choose banner image". Nothing happens when I click on it. Anyone else have this issue?

scottcarlton’s picture

Did anyone get this working?

urbanek’s picture

"Choose banner image" seems to be a dead link when trying to set up a rotating banner. When you click on it you get the following in the command line of the browser: "http://domain/admin/structure/rotating_banner/1/slide/add#

In line 68 of rotating_banner.admin.inc it reads like this:

$link_text = <<<EOF
<ul class="action-links">
  <li><a href="#" class="choose-image-link">Choose banner image</a></li>
  <li class="rb-custom-layout-tools"><a href="#" id="rb-add-headline">Add new banner headline</a></li>
  <li><a href="#" class="rb-custom-layout-tools" id="rb-add-text">Add new text area</a></li>
</ul>
EOF;

I could not find a documentation how to configure rotating banner with the media module properly.

Maybe someone in this board could give me a hint?

Thank's in advance

urbanek’s picture

I fixed this problem by myself. Just downloaded the 7.x-1.x-dev version of rotating banner:

http://drupal.org/node/766604/release

and the "Choose banner image" - links works.

-anitab99’s picture

I've tried both the dev version and the beta version and I get the same problem. In the dev version I was able to add one image with the media browser, but trying to add another image or configuring an existing image results in a blank page. It seems as though there is something missing in the URL.

(Dev version provides no error messages in the log.)

In the beta version, I don't even get as far as adding an image. Won't let me add an image, and also get the blank page on save and on the configure link from the block page.

Beta provides the following error messages:

Warning: include_once(sites/all/modules/media/media.browser.inc): failed to open stream: No such file or directory in rotating_banner_slide_form() (line 34 of /Library/WebServer/Documents/drupal/sites/all/modules/rotating_banner/rotating_banner.admin.inc).
Warning: include_once(): Failed opening 'sites/all/modules/media/media.browser.inc' for inclusion (include_path='.:') in rotating_banner_slide_form() (line 34 of /Library/WebServer/Documents/drupal/sites/all/modules/rotating_banner/rotating_banner.admin.inc).
Warning: include_once(sites/all/modules/media/media.browser.inc): failed to open stream: No such file or directory in rotating_banner_slide_form() (line 34 of /Library/WebServer/Documents/drupal/sites/all/modules/rotating_banner/rotating_banner.admin.inc).
Warning: include_once(): Failed opening 'sites/all/modules/media/media.browser.inc' for inclusion (include_path='.:') in rotating_banner_slide_form() (line 34 of /Library/WebServer/Documents/drupal/sites/all/modules/rotating_banner/rotating_banner.admin.inc).
Warning: include_once(sites/all/modules/media/media.browser.inc): failed to open stream: No such file or directory in rotating_banner_slide_form() (line 34 of /Library/WebServer/Documents/drupal/sites/all/modules/rotating_banner/rotating_banner.admin.inc).
Warning: include_once(): Failed opening 'sites/all/modules/media/media.browser.inc' for inclusion (include_path='.:') in rotating_banner_slide_form() (line 34 of /Library/WebServer/Documents/drupal/sites/all/modules/rotating_banner/rotating_banner.admin.inc).

I have 7.9 installed.