Call to undefined method Drupal\\quicktabs\\QuickSet::load() in /var/www/html/XXXXXXXXXX/modules/contrib/quicktabs/quicktabs.module on line 466, referer: http://localhost/XXXXXXXXXX/admin/structure/quicktabs/add

this is being triggered when i try to create a quicktab for the first time.

Comments

sandeepreddyg created an issue. See original summary.

Palashvijay4O’s picture

Can you upload the screenshot of the page on which error is coming. Also mention on which drupal 8 branch you have installed the module?

meshweta’s picture

StatusFileSize
new40.68 KB
new54.67 KB

It is installed on Drupal-8.0.5
Path is admin/structure/quicktabs/add

Palashvijay4O’s picture

The 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!

spacereactor’s picture

same, using https://simplytest.me/ install drupal 8.0.5 and quicktabs only, can't save or add tabs

rdatar’s picture

Assigned: Unassigned » rdatar
StatusFileSize
new894 bytes

Please review for error QuickSet::load fix.

rdatar’s picture

Status: Active » Needs review
rdatar’s picture

Assigned: rdatar » Unassigned
gaurav.bajpai’s picture

Status: Needs review » Reviewed & tested by the community

Hi rdatar,

Checked and applied your patch and its working properly.

Thanks,
Gaurav

guttenbergovitz’s picture

Hi,

Also checked. Works fine.

Cheers...

reyna_cortez’s picture

thanks , it works very well .patch

selva8187’s picture

Hi 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

selva8187’s picture

StatusFileSize
new35.16 KB
bolecha’s picture

Same for me, "More Tabs" doesn`t work :(
(Drupal 8.1.3)

rhuffstedtler’s picture

Status: Reviewed & tested by the community » Needs work

Same for me. Appplying the patch gets rid of the error, but clicking the button does not actually perform any noticeable action in the UI.

rhuffstedtler’s picture

If 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.

rhuffstedtler’s picture

Priority: Normal » Major

Bumping to major since it prevents the module from working. Also added reference to the issue for the unimplemented AJAX handler.

abu-zakham’s picture

systemick’s picture

Status: Needs work » Fixed

This issue should be fixed in the latest alpha release.

systemick’s picture

Status: Fixed » Closed (fixed)