Jump to content
thirty bees forum
  • 0

Help needed


Havouza

Question

What to do about this problem?

The following module(s) could not be installed properly: lgcookieslaw : Unable to install override: The method getHookModuleExecList in the class Hook is already overridden by the module bestkit_opc version 1.6.7 at 2017-02-22 23:01:26 .

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

@the-rampage-rado what does not work?

Maybe you need to change a line in init function of single.php.

I use there this: $simpleblog_post_rewrite = Tools::getValue('sb_rewrite', 0);

Also you need then to change ph_simpleblog.php 'module-ph_simpleblog-single' => array( 'controller' => 'single', 'rule' => $blog_slug.'/{sb_category}/{rewrite}', 'keywords' => array( 'sb_category' => array('regexp' => '[_a-zA-Z0-9-\pL]*', 'param' => 'sb_category'), 'rewrite' => array('regexp' => '[_a-zA-Z0-9-\pL]*', 'param' => 'sb_rewrite'), // change 'rewrite' to 'sb_rewrite' ), 'params' => array( 'fc' => 'module', 'module' => 'ph_simpleblog', ), ),

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...