Project:Quick Tabs
Version:6.x-2.0-rc3
Component:Documentation
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

I am trying to use QT for the first time and seem to just not able to get it working.
After enabling permissions, I reach the "New QT Block" tab and enter titles for two tabs, choose relevant blocks from drop down list and then click SAVE.
But it just dosen't save any QT blocks - neither they are listed under /admin/build/quicktabs
nor under BLOCKS page - /admin/build/block
It seems to just not saving the new QT block?
I guess i am missing something basic. Any clues.

Comments

#1

Do you see the: "The quicktab block has been created." message after clicking on the save button?

#2

i am getting this same bug.
The message does not get displayed. The tab doesnt get saved at all and there is no row in the DB table.

#3

Status:active» postponed (maintainer needs more info)

I really have no idea what could be wrong with the save. Can you describe what are you doing in simple steps?
like:
1. go to admin/build/quicktabs/add
2. fill block title
3. fill tab titles
4. select "Powered by Drupal" block for both tabs
5. click Save

result: "The quicktab block has been created." message is displayed, and the quicktab is saved..

so I need to know what is different for you, or what do you do differently..

#4

Hi Pasqualle,
i have run through this again following your instructions and it now seemed to work, odd. think this could be difficult to reproduce on your end :/

#5

Hi Pasqualle
It dosen't work :-(
I did just as you said

1. I went to admin/build/quicktabs/add
2. filled block title: "sample"
3. fill tab titles: "tab a" and "tab b"
4. selected "Powered by Drupal" block for both tabs
5. clicked Save

(i did not change anything else)

No result :-((((
i am just taken back to the "admin/build/quicktabs" page without any message or quicktab being saved

is it something to do with jquery?

thanks for your patience

#6

do you see any error message in admin/reports/dblog after saving the quicktab?

can you try running update.php?

#7

yes i get an error message - here it is - kindly guide me further

Type php
Date Saturday, June 20, 2009 - 14:09
User ratnesh
Location http://geniekids.com/admin/build/quicktabs/add
Referrer http://www.geniekids.com/admin/build/quicktabs/add
Message Unknown column 'ajax' in 'field list' query: INSERT INTO quicktabs (ajax, title, tabs, style) VALUES (0, 'sample', 'a:2:{i:0;a:5:{s:3:\"bid\";s:14:\"system_delta_0\";s:10:\"hide_title\";i:1;s:5:\"title\";s:3:\"aaa\";s:6:\"weight\";s:3:\"-10\";s:4:\"type\";s:5:\"block\";}i:1;a:5:{s:3:\"bid\";s:14:\"system_delta_0\";s:10:\"hide_title\";i:1;s:5:\"title\";s:3:\"ccc\";s:6:\"weight\";s:2:\"-9\";s:4:\"type\";s:5:\"block\";}}', 'default') in /home/genie/public_html/includes/common.inc on line 3431.
Severity error

#8

yes i get an error message - here it is - BUT good news - running update solved the problem :-) thanks a ton

Type php
Date Saturday, June 20, 2009 - 14:09
User ratnesh
Location http://geniekids.com/admin/build/quicktabs/add
Referrer http://www.geniekids.com/admin/build/quicktabs/add
Message Unknown column 'ajax' in 'field list' query: INSERT INTO quicktabs (ajax, title, tabs, style) VALUES (0, 'sample', 'a:2:{i:0;a:5:{s:3:\"bid\";s:14:\"system_delta_0\";s:10:\"hide_title\";i:1;s:5:\"title\";s:3:\"aaa\";s:6:\"weight\";s:3:\"-10\";s:4:\"type\";s:5:\"block\";}i:1;a:5:{s:3:\"bid\";s:14:\"system_delta_0\";s:10:\"hide_title\";i:1;s:5:\"title\";s:3:\"ccc\";s:6:\"weight\";s:2:\"-9\";s:4:\"type\";s:5:\"block\";}}', 'default') in /home/genie/public_html/includes/common.inc on line 3431.
Severity error

#9

Status:postponed (maintainer needs more info)» fixed

when drupal_write_record() fails at quicktab save, QT does not display any error message, because there must be an SQL error. So nothing have to be changed in the QT code..

@geniekids: You have set error reporting to "Write errors to the log" (admin/settings/error-reporting), you should check the log much more often..

#10

Status:fixed» closed (fixed)

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

#11

I'm having the same problem...I'm not getting any message that it's being saved and there's no block created. I tried running update.php but no change...

Here's the error message I'm getting:

Type php
Date Monday, October 18, 2010 - 15:37
User admin
Location http://thecfaa.com/admin/build/quicktabs/add
Referrer http://thecfaa.com/admin/build/quicktabs/add
Message Unknown column 'hide_empty_tabs' in 'field list' query: INSERT INTO quicktabs (ajax, hide_empty_tabs, default_tab, title, tabs, style) VALUES (0, 1, 0, 'Frontpage Callouts', 'a:2:{i:0;a:5:{s:3:\"bid\";s:14:\"block_delta_13\";s:10:\"hide_title\";i:1;s:5:\"title\";s:7:\"Banking\";s:6:\"weight\";s:4:\"-100\";s:4:\"type\";s:5:\"block\";}i:1;a:5:{s:3:\"bid\";s:14:\"block_delta_14\";s:10:\"hide_title\";i:1;s:5:\"title\";s:9:\"Insurance\";s:6:\"weight\";s:3:\"-99\";s:4:\"type\";s:5:\"block\";}}', 'default') in /home/thecfaa/public_html/includes/common.inc on line 3528.
Severity error
Hostname 67.78.56.151
Operations

Any help would be most appreciated!

#12

the hide_empty_tabs column was added in quicktabs_update_6205().
if update.php does not help then I would recommend to re-install the module.
admin/build/modules disable QT
admin/build/modules/uninstall uninstall QT
admin/build/modules enable QT

nobody click here