Jump to content

5.1.4 New Bug Report - ALL Plugins HOOKS disabled


Recommended Posts

If you upgraded to 5.1.4, check this out.

http://bugs.cubecart.com/view.php?id=328

go to manage hooks.

All plugins are disabled including the default cubecart mods (paypal,Googlecheckout etc).

Is yours OK? If not, there is a temporary fix suggested:


Temporary fix



classes/hookloader.php

line 166

    if ($enabled) {

	  $plugin = $GLOBALS['config']->get($basename);

	  if (!$plugin['status']) continue;

    }

comment out

Link to comment
Share on other sites

  • 2 weeks later...

Can someone elaborate on how this is an issue?

My modules are disabled but that's because I never enabled any of them.

Please, a description of what CC5 modules were configured before the upgrade, an upgrade from what version, and then a description of the modules' configuration afterward? Aside from the enable status, did any other settings change?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...