Closed (fixed)
Project:
Quick Tabs
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2015 at 18:55 UTC
Updated:
17 Jul 2018 at 12:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
WorldFallz commentedAnd the patch.
Comment #2
WorldFallz commentedComment #3
keva commentedpatch in #1 solved the issue for me
Comment #4
cthshabel commentedI have this error also appearing on line 74. I can't figure out why this is an issue?
Notice: Undefined index: use_title in QuickCallbackContent->render() (line 74 of ...example.com\sites\all\modules\contrib\quicktabs\plugins\QuickViewContent.inc).
EDIT:
The patch included resolved my errors for 133 thanks!
As for the errors on line 74, I noticed the code in QuickViewContent.inc was referencing the Ajax loaded content. To rid the warnings, I changed the quicktab Ajax setting to "Yes: Load only the first tab on page view", Saved the Quicktab, then changed back to "No: Load all tabs on page view.", and Saved again. No more errors.
Thanks for the original patch.
Comment #5
ey commentedSetting this to RTBC. Thanks for the patch.
Comment #6
ghaddon commentedThanks for patch works great.
Comment #7
Palashvijay4O commentedComment #8
Palashvijay4O commentedComment #10
sketman commentedPatch #1 works, thanks a lot!
Comment #11
joelpittetFixed in #9
Comment #13
d0t101101 commentedAfter upgrading to the latest DEV branch (which includes the patch), this error continued...
Fix was to then edit & resave the effected quicktabs under /admin/structure/quicktabs. Guessing something was off at either a caching layer or maybe resaving updated something in the DB...
Hope this helps!
Comment #14
joelpittetSomething is strange about that commit. I have the latest 7.x-3.x deb code and that bit is missing...
I'm posting a new patch because there was a minor coding standards whitespace issue.
Comment #16
joelpittetStrange, it's in the git repo but the packager may have missed it.
Comment #17
4kant commented@ #13: in my case clearing the cache was good enough.