Needs review
Project:
Andromeda
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Jan 2012 at 00:53 UTC
Updated:
13 Jan 2013 at 18:01 UTC
After upgrading from 7.x-1.x-dev to 7.x-2.x-dev and installing the additionally required slideshow module and nivo library, I receive the following message on every webpage:
Notice: Undefined index: slideshow in include() (line 70 of /home/user/public_html/crypto-stick.com/sites/all/themes/andromeda/templates/page.tpl.php).
Any hint how to solve this?
Comments
Comment #1
shadcn commentedFixed in dev.
Comment #3
stefanx commentedI upgraded to the latest Andromeda 7.x-2 and since then see the "Undefined index: slideshow in include()" error message on all pages. :-( Of course I followed these instructions but it doesn't work for me. Please help.
Comment #4
shadcn commentedI cannot reproduce this with the latest 7.x-2.x. can you flush your cache and see if the error is still there?
Comment #5
stefanx commentedYes, after flushing all caches, the error message is still there. :-(
Very disturbing to the visitors. Any idea how to at least prevent the error message from being displayed?
Comment #6
shadcn commentedAs a temp solution, you can turn off errors under Configuration -> Development -> Logging and Errors. I'll try figure out what's wrong here.
Comment #7
webcultist commentedArshad, can you explain why you tried to fix the error with
in commit #00ec31f and then removed this change in commit #6e800ea with:
?
It seems that you completely undone your fix.
Comment #8
stefanx commentedI can confirm that this patch would have successfully solved the issue. Please commit it. Thanks.
Comment #9
shadcn commented