Jump to content

Google Badge


CubeCart Bot

Recommended Posts

  • 4 weeks later...

In 1.0.0 there is a bug (in very specific circumstances) in the file modules/plugins/SFWS_Google_Badge/hooks/class.gui.body_js.php

Find:

require_once('modules'.CC_DS.'plugins'.CC_DS.'SFWS_Google_Badge'.CC_DS.'class.google_badge.php');

require_once('modules'.CC_DS.'plugins'.CC_DS.'SFWS_Google_Badge'.CC_DS.'class.google_badge.php');

Replace with:

require_once(CC_ROOT_DIR.CC_DS.'modules'.CC_DS.'plugins'.CC_DS.'SFWS_Google_Badge'.CC_DS.'class.google_badge.php');

 

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