Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
Thanks Design75
I tested it on localhost and couldn't send you a link.
If I copy the jscript_supertracker.php to the site
The homepage couldn't be loaded
Below is the Page Source shown the stop point(from the firefox)
Code:<link rel="stylesheet" type="text/css" href="min/?f=/includes/templates/CPE02/css/style_dynamic_filter.css,/includes/templates/CPE02/css/stylesheet.css,/includes/templates/CPE02/css/stylesheet.css.back.css,/includes/templates/CPE02/css/stylesheet_random.css&1340329967" /> <script type="text/javascript" src="min/?f=/includes/templates/CPE02/jscript/jscript_mfunction.js,/includes/modules/pages/index/jscript_tabs.js&1340329967"></script>
What happens if you turn off minify?
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
no help.
Code:<link rel="stylesheet" type="text/css" href='/includes/templates/CPE02/css/stylesheet.css.back.css' /> <link rel="stylesheet" type="text/css" href='/includes/templates/CPE02/css/stylesheet_random.css' /> <script type='text/javascript' src='/includes/templates/CPE02/jscript/jscript_mfunction.js'></script> <script type='text/javascript' src='/includes/modules/pages/index/jscript_tabs.js'></script> page loading was stopped here
are there any debug-log files that could give us a hint? (found in the cache or log folder)
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
The error information. It looks like declare the class twice. Do I need change the code to include_once() or require_once() in some where?
Code:PHP Fatal error: Cannot redeclare class supertracker in H:\zencart15\includes\classes\supertracker.php on line 15
do a search for "class supertracker" in your fileset in the frontend of the shop. You probably have a rogue file somewhere where this class is also mentionted it should only be in \includes\classes\supertracker.php
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
I searched whole site by Xsearch. The "class supertracker" appeared in supertracker.php only.
I have send you a PM
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
Bookmarks