If i klick on "choose background image" one white window blink shortly up then i become the message in the background:

Fatal error: Call to undefined function admin_menu_suppress() in /usr/www/users/xxx/sites/all/modules/media/media.module on line 407

What's the problem?

Thanks

CommentFileSizeAuthor
#9 rotating_banner_error.patch682 bytesjames.elliott
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jackinloadup’s picture

Status: Needs work » Fixed

Looks like that issue was noticed and fixed just a day after your reported it. ^_^

#914834: Double admin menu...what does it mean?

Get the lastest media module.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

kiran_nambiar’s picture

Priority: Normal » Major
Status: Closed (fixed) » Needs work

I seem to have issues with this. I'm trying to add an image background and it does not seem to work I've tried different file types, in case it had anything to do with that.

The only think I can see in the log files, is when I try to say "add banner" from the configure module page (in the blocks section of drupal), it seems to generate an error in the log file (details below):

TYPE theme
DATE Wednesday, December 1, 2010 - 00:36
USER kiranpn
LOCATION http://www.kpp-nambiar.com/admin/structure/rotating_banner/1/slide/add
REFERRER http://www.kpp-nambiar.com/admin/structure/block/manage/rotating_banner/...
MESSAGE Theme key "rotating_banner_slide_form" not found.
SEVERITY warning

Thanks in advance for your help.

memoo’s picture

D7 RC2

I have the same issue; Theme key "rotating_banner_slide_form" not found.

Also next messages appear:

Warning: array_merge(): Argument #2 is not an array in rotating_banner_block_configure() (line 176 of /home/mysite.nl/public_html/sites/all/modules/rotating_banner/rotating_banner.module).
Warning: array_merge(): Argument #2 is not an array in rotating_banner_block_configure() (line 178 of /home/mysite.nl/public_html/sites/all/modules/rotating_banner/rotating_banner.module).
Notice: Undefined index: fluid in rotating_banner_block_configure() (line 252 of /home/mysite.nl/public_html/sites/all/modules/rotating_banner/rotating_banner.module).
Notice: Undefined index: width in rotating_banner_block_configure() (line 269 of /home/mysite.nl/public_html/sites/all/modules/rotating_banner/rotating_banner.module).
Notice: Undefined index: height in rotating_banner_block_configure() (line 278 of /home/mysite.nl/public_html/sites/all/modules/rotating_banner/rotating_banner.module).
Notice: Undefined index: controls in rotating_banner_block_configure() (line 327 of /home/mysite.nl/public_html/sites/all/modules/rotating_banner/rotating_banner.module).

anwesa-1’s picture

I am having similar issue with the rotating banner. I have selected background image and submitted but still I get the message to select a background image. I don't get any other errors or warning.
The log shows:
Theme key "rotating_banner_slide_form" not found.
Looking for an urgent solution please.

macman91’s picture

Assigned: Unassigned » macman91

I am having the same problem upon clicking on the add banner image nothing happens.

Please try and advise me on a solution to this problem asap.

Many thanks.

Anonymous’s picture

Same problem here. I upload the picture, and it is on the Library tab, but it cannot be choosen.
I think this module is in early alpha phase... cant delete banners either... very poor module!
Please make it JUST WORK!!!

MrPhilbert’s picture

I have a similar issue in that the the library tab is not working. I think there are bugs in the media module. I raised the issue of deleting banner blocks quite a while ago and no reply. Obviously not having the ability to delete content is a major fopaux!
Out of respect for Mr. Singh, I think he is severely over worked and needs to ask for a little help on the many projects (too many?) he is involved with.
I am currently reading through Drupal 7 Module Development and am learning a lot. I'm afraid that learning the structure of modules and trying to dicipher someone elses code are two different things altogether. I do have to admit that this looks to be quite an ampitious undertaking from my limited experiance.
MrPhilbert
P.S. Use the dev version NOT THE ALPHA VERSION!!

james.elliott’s picture

Assigned: macman91 » Unassigned
Status: Needs work » Needs review
FileSize
682 bytes

Here is a patch that should solve the error in #3. The other issues are not related to this. Could you please file them as separate issues in the queue or add to the relevant issues already in the queue?

james.elliott’s picture

Status: Needs review » Fixed

The fix is so simple I've decided to commit it.

Jackinloadup’s picture

@james.elliott

Thanks for the fix!!!

Are there any downsites to this patch?

james.elliott’s picture

There shouldn't be any downsides.

lumpytomato’s picture

I have the same issue.

After applying the patch, I still have the reported error.

EDIT: After installing the development version, it works fine <3

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.