This is truly an amazing module but each time I'm trying to switch to a view in a tab it tells me:

* warning: array_shift() [function.array-shift]: The argument should be an array in /modules/quicktabs/includes/admin.inc on line 386.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '' was given in /includes/form.inc on line 366.

The thing is it only happens with Views AND it only happens when I switch. So when I switch to the Views tab type it already has a View selcted and no error occurs and it even works fine but when I try to switch it loads the Ajax and gives me the error. It doesn't matter the name or anything else. It happens in both 6.x-2.0-rc3 and 6.x-2.x-dev!

Comments

Cits’s picture

Component: User interface » Miscellaneous
pasqualle’s picture

can you list your enabled modules?
or do you have any custom code on your site?

there must be something what alters the QT admin form, or something what invalidates the form cache..

Cits’s picture

Well I don't have any custom code at all. I actually did a clean install :P. Some modules I have is Views, Panels 3, CCK, Adsense...and I actually disabled all the modules and it still does th same thing.

pasqualle’s picture

theme?

Cits’s picture

Oh I am using Panels 3 dev but I disabled all the modules and the problem still occurs :(

Cits’s picture

I'm using aboutpeople. I'll just tried with Garland and it still no progress.

Cits’s picture

Wow okay I just found a way to go "through" the problem. Basically I was making a "Recent" type block. So I had to make a guides, articles and videos tabs. So I made views for that. Well when I'm making a quicktab if I click the drop down and then CLICK on other view it will load the spinning ajax thing and give me the error...BUT if I click the drop down...and press down on the keyboard and choose a new view...and I care fully set it so it doesnt make the ajax thingy..well then if I save then it works! So the problem of this whole thing is not quick tabs strangely enough..but that ajax thing...

Cits’s picture

Update: It was working fine but I can only "skip" doing that method for two tabs at most as if I put another View in then it gives me a "An HTTP error 0 occurred.
/quicktabs/ahah/" box.

jannalexx’s picture

same issue (dev)
workaround:
disaple javascript in your browser, edit quicktab, enable javascript, add the new tab (page with missing elements), save

doesn't always work

willhowlett’s picture

Getting the same issue when trying to set up a new quicktab that uses Views

katbailey’s picture

Status: Active » Closed (cannot reproduce)