Hi,

More important things first: Quicktabs is great. I love it :). Less important information follows.
QT export feature depends on ctools and it's not mentioned in dependencies. I got a fatal error when trying to export QT block in 6.x-3.0-beta1.

Call to undefined function ctools_include()

Comments

katbailey’s picture

Status: Active » Fixed

Ugh, how did I miss this? :-(
Fixed here: http://drupalcode.org/project/quicktabs.git/commit/40ac970dbe272afb97498...
As we only need ctools for the exportability side of things I had decided not to make it an actual dependency but use module_exists() to check for it. The fix adds such a check in hook_menu so the export menu link won't show up if you don't have ctools.
Nice catch - thanks!

Status: Fixed » Closed (fixed)

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