Postponed (maintainer needs more info)
Project:
Rotating Banner
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2011 at 03:30 UTC
Updated:
8 May 2012 at 11:09 UTC
Jump to comment: Most recent file
Comments
Comment #1
ksenzeeNot sure what would have caused this. Maybe try clearing the cache (admin/config/development/performance). If that doesn't fix it, check your server logs.
Comment #2
wjackson commentedI am having a similar issue and found this error in my Apache error log:
PHP Fatal error: Call to undefined function media_load() in /srv/www/beta.example.com/public_html/sites/all/modules/rotating_banner/rotating_banner.module on line 241, referer: http://beta.example.com:8000/
Line 241 on rotating_banner.module reads: $media = media_load($slide->fid);
Comment #3
wjackson commentedFmizzell's patch at http://drupal.org/node/1145092#comment-4455752 seemed to fix the issue I was having.
Comment #4
dpmeterson commentedAs another poster mentioned there is a patch (created by Fmizzell) for this module that once installed works well. To make things easier for the neophytes (I place myself in this catagory), I will upload the patched version of rotating_banner.module file. All you will have to do is replace the file on your hosting site. Also, if you are just installing this module you will need to lace jquerry.cycle.js and jquery.easing.js in the includes folder for this module.
Comment #5
dpmeterson commentedSince there seems to be a few patches and needed files to make this module work module, I am uploading a new .zip version to include all of the necessary changes. Note this is not my module and I am not a programmer, I am just trying to make it easier for novices, like me, to install it.
Comment #6
adelka commented#3 patch works for me, THANKS!