Closed (fixed)
Project:
Quick Tabs
Version:
8.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2016 at 12:43 UTC
Updated:
2 Jun 2017 at 12:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
Palashvijay4O commentedCan you upload the screenshot of the page on which error is coming. Also mention on which drupal 8 branch you have installed the module?
Comment #3
meshwetaIt is installed on Drupal-8.0.5
Path is admin/structure/quicktabs/add
Comment #4
Palashvijay4O commentedThe module still has many parts to port and the development and testing are being for latest 8.x-3.x-dev version of drupal. But I will try to have a look to it in meanwhile.
Thanks for reporting it!
Comment #5
spacereactor commentedsame, using https://simplytest.me/ install drupal 8.0.5 and quicktabs only, can't save or add tabs
Comment #6
rdatar commentedPlease review for error QuickSet::load fix.
Comment #7
rdatar commentedComment #8
rdatar commentedComment #9
gaurav.bajpai commentedHi rdatar,
Checked and applied your patch and its working properly.
Thanks,
Gaurav
Comment #10
guttenbergovitz commentedHi,
Also checked. Works fine.
Cheers...
Comment #11
reyna_cortez commentedthanks , it works very well .patch
Comment #12
selva8187 commentedHi rdatar,
I am using your patch its fixed that error but i can't able to add More tabs add tabs. Can u please help me to solve this issue.
Thanks
Comment #13
selva8187 commentedComment #14
bolecha commentedSame for me, "More Tabs" doesn`t work :(
(Drupal 8.1.3)
Comment #15
rhuffstedtler commentedSame for me. Appplying the patch gets rid of the error, but clicking the button does not actually perform any noticeable action in the UI.
Comment #16
rhuffstedtler commentedIf you check your dblog after hitting the button, I expect that you will see that there are errors about a missing submit handler
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'quicktabs_more_tabs_submit' not found or invalid function name in Drupal\Core\Form\FormSubmitter->executeSubmitHandlers() (line 111 of D:\Rob\Sites\devdesktop\quicktabs\core\lib\Drupal\Core\Form\FormSubmitter.php).
and a kernel exception due to a missing AJAX callback
Symfony\Component\HttpKernel\Exception\HttpException: The specified #ajax callback is empty or not callable. in Drupal\Core\Form\FormAjaxResponseBuilder->buildResponse() (line 67 of D:\Rob\Sites\devdesktop\quicktabs\core\lib\Drupal\Core\Form\FormAjaxResponseBuilder.php).
That should probably go on a separate related issue, so I will open that one up if someone else hasn't already.
Comment #17
rhuffstedtler commentedBumping to major since it prevents the module from working. Also added reference to the issue for the unimplemented AJAX handler.
Comment #18
abu-zakham commentedYou can use https://www.drupal.org/project/blocktabs
Comment #19
systemick commentedThis issue should be fixed in the latest alpha release.
Comment #20
systemick commented