Posted by geniekids on May 28, 2009 at 6:46pm
Jump to:
| 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
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
#8
yes i get an error message - here it is - BUT good news - running update solved the problem :-) thanks a ton
#9
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
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:
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