Postponed (maintainer needs more info)
Project:
Rotating Banner
Version:
7.x-7.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2011 at 12:53 UTC
Updated:
27 Nov 2011 at 19:31 UTC
Comments
Comment #1
DonO commentedComment #2
ksenzeeAre you able to add images via the media browser elsewhere on the site?
Comment #3
bryancasler commentedsubscribe
Comment #4
bryancasler commentedIs the Media module a dependency? If so it should be listed on the module's homepage.
Comment #5
scottcarlton commentedI'm have the same issue. Can't "+ choose banner image". Nothing happens when I click on it. Anyone else have this issue?
Comment #6
scottcarlton commentedDid anyone get this working?
Comment #7
urbanek commented"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:
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
Comment #8
urbanek commentedI 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.
Comment #9
-anitab99 commentedI'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.