Closed (fixed)
Project:
Nivo Slider
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
24 Dec 2011 at 11:18 UTC
Updated:
17 Jan 2012 at 19:20 UTC
Jump to comment: Most recent file
This is the error message:
Notice: Undefined index: image_transition in nivo_slider_banner_markup() (line 81 dari /home/domain/public_html/sites/all/modules/nivo_slider/banners.inc).
How to solve this?
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | ensure-that-each-slide-has-a-transition-1383412-12.patch | 703 bytes | devin carlson |
Comments
Comment #1
TJM commentedYou might try again to download and re-install the module. The first time I downloaded and installed it, I had errors too. I noticed that the nivo_slider-7.x-1.0.tar.gz was missing some files. So, I used the nivo_slider-7.x-1.x-dev.tar.gz version with success. However, it looks like the the nivo_slider-7.x-1.0.tar.gz now has all of the files. So, after re-downloading and installing the non-dev version (nivo_slider-7.x-1.0.tar.gz ), the nivo_slider continues to function properly.
Comment #2
arebos commentedI'm still get the same error after reinstalling the module.
Any suggestion?
Comment #3
arebos commentedIs installing the dev version would fix this problem?
Comment #4
ilikan commentedWhen I updated nivo slider the first time I had the same problem. I did the following things and it's working fine now.
1. I put the site in maintenance mode.
2. I disabled the previous version of nivo slider in the modules page.
3. I uninstalled it.
4. I copied and pasted the new version (7.x-1.0) of nivo slider in the modules folder.
5. I enabled it.
6. I cleared all caches.
7. I put the site in non-maintenance mode.
Comment #5
TJM commentedI was able to use both the non-dev and dev downloads. So, I am not able to offer any further help, other than the standard things to do, such as,
Comment #6
arebos commentedAgain, I still get the same error message, after doing no #4.
Comment #7
arebos commentedTJM, note that my nivo slider already running before I upgrade to this first 'stable' release.
Then after upgrade, I and any one report the error message:
Notice: Undefined index: image_transition dalam nivo_slider_banner_markup() (baris 81 dari /home/esqtours/public_html/sites/all/modules/nivo_slider/banners.inc).
Notice: Undefined index: image_transition dalam nivo_slider_banner_markup() (baris 81 dari /home/esqtours/public_html/sites/all/modules/nivo_slider/banners.inc).
Notice: Undefined index: image_transition dalam nivo_slider_banner_markup() (baris 81 dari /home/esqtours/public_html/sites/all/modules/nivo_slider/banners.inc).
Comment #8
arebos commentedIt seem that problem is gone after I disable the cache, refresh cache, and then reenable it.
Comment #9
whthat commentedIts hard to tell exactly what the fix was, I did both #4 and #8 maybe more than once. After taking the site out of maintenance mode when reenabling the extension it seemed to resolve it's self. Little flaky. Also noticed a similar error in the main nivo slider configuration page, that was resolved by these shenanigans. Try matainance mode, disabling nivo, remove current, add fresh download, enable, clear cache, out of maintenance mode, clear your browser cache.
Rinse and repeat if no dice.
Comment #10
devin carlson commentedMarked #1384030: slider not load image as a duplicate.
Comment #11
devin carlson commentedThis issue will occur if you don't clear the variable cache or resave the slide form.
I'll add an hook_update_n to forcefully add an image transition property to any slides missing the property and push out a new version of the module.
Comment #12
devin carlson commentedAnd a patch.
Comment #13
devin carlson commentedCommitted to 7.x-1.x-dev.