Closed (fixed)
Project:
Quick Tabs
Version:
6.x-2.0-rc3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 May 2009 at 18:46 UTC
Updated:
19 Oct 2010 at 06:26 UTC
Jump to comment: Most recent
Comments
Comment #1
pasqualleDo you see the: "The quicktab block has been created." message after clicking on the save button?
Comment #2
tayzlor commentedi 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.
Comment #3
pasqualleI 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..
Comment #4
tayzlor commentedHi 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 :/
Comment #5
ratnesh aarohi commentedHi 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
Comment #6
pasqualledo you see any error message in admin/reports/dblog after saving the quicktab?
can you try running update.php?
Comment #7
ratnesh aarohi commentedyes i get an error message - here it is - kindly guide me further
Comment #8
ratnesh aarohi commentedyes i get an error message - here it is - BUT good news - running update solved the problem :-) thanks a ton
Comment #9
pasquallewhen 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..
Comment #11
Anonymous (not verified) commentedI'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!
Comment #12
pasquallethe 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