big problems

ThemeBurn SupportForumsOpenCart ThemesBurnEnginebig problems

This topic has been marked as not resolved.

Checked 2 buttons on admin modules:
compatibility and optimisation + buttons.

Full of errors:

PHP Fatal error: Cannot redeclare Url::$url_map in
html/vqmod/vqcache/vq2-system_library_url.php on line 9

PHP Notice: Constant TB_OPTIMIZATIONS_MOD already defined in
html/vqmod/vqcache/vq2-system_startup.php on line 18

PHP Notice: Constant
TB_OPTIMIZATIONS_COMPATIBILITY already defined in
html/vqmod/vqcache/vq2-system_startup.php on line 22

all blank (admin and site) tryed to erase cache same pb.

ANY CLUES PLEASE?? This is a production env :(

Thanks.

 n3xn3x
January 27, 2017 at 1:23 am #55882

class Url {

private static $url_map = null;
public static $current_language_id = null;
public static $enable_cache = null;

private static $url_map = null;
private static $current_language_id = null;

 n3xn3x
January 27, 2017 at 1:25 am #55883

Hi,

We will need the website url, admin and ftp access, so we can check.

You can use hidepost to share private information with the support staff.

BR,
ThemeBurn team

January 28, 2017 at 1:29 am #55916

Solved it. I removed duplicate lines in vqcache.

Thanks.
Chris

 n3xn3x
February 1, 2017 at 12:49 pm #56039

Hi Chris,

BurnEngine adds Facebook and Twitter meta and maybe you have some third party modification that add these too. When you enable BurnEngine’s built-in SEO extension you will have the the option to disable Twitter and Facebook meta.

Since the article meta is added by BurnEngine, you will have to find this third party that adds the generic one.

http://i.imgur.com/4iE2VFB.png

BR,
ThemeBurn team

February 6, 2017 at 9:58 am #56124
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.