Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
actually I have just changed the files to:
<?php
$template_dir = "robbor_red_BEX";
define('SITE_NAME','robbor_red_BEX');
?>
and
<?php
$template_dir = "robbor_green_BAM";
define('SITE_NAME','robbor_green_BAM');
define('HTTP_SERVER', 'http://www.birthdayandmore.net');
?>
is it still working? or should I revert back? I did that is because I didn't see it working at my end.
Yes, it is still working over here :)
That is about the bare minimum you need to put in the config files
this is what I normally use for the main/first site
And this for the extra domainsPHP Code:
<?php
$template_dir = "template1";
define('SITE_NAME','mysite');
define('HTTP_SERVER', 'http://mysite.nl');
// EOF
That is the minimum, after you can add extra overridesPHP Code:
<?php
$template_dir = "template2";
define('SITE_NAME','myseccondsite');
define('HTTP_SERVER', 'http://myseccondsite.nl');
//EOF
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
No I also only see the headers, but the rest not showing is not a config file problem.
You'll probably have some debug files, the page just stops loading after the header part of the site
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
log doesn't show anything pertaining to the *.net sites. Is there ususally a lag on error logs files?
here is the last MyDebug File:
[18-Jun-2013 18:13:25] PHP Warning: require(includes/modules/robbor_green_BAM/categories_popup.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /data/htdocs/zencart/includes/templates/robbor_green_BAM/common/tpl_header.php on line 192
[18-Jun-2013 18:13:25] PHP Warning: require(includes/modules/robbor_green_BAM/categories_popup.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /htdocs/zencart/includes/templates/robbor_green_BAM/common/tpl_header.php on line 192
[18-Jun-2013 18:13:25] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/modules/robbor_green_BAM/categories_popup.php' (include_path='.:/usr/services/vux/lib/php') in /htdocs/zencart/includes/templates/robbor_green_BAM/common/tpl_header.php on line 192
Last edited by twi; 18 Jun 2013 at 11:26 PM.
No there is no lag, they show up immediately
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
Bookmarks