Re: MultiSite Module Support Thread
Quote:
Originally Posted by
noppie
Hello all
I jave been using multisite for a couble of years now.. and I decided to upgrade.. so I loaded
zen cart 1.5
then added three templates (a mondern zen)
than uploaded CEOn SEo.
then added mulitsite.
and when signing on the main page the screen goes blank
and the log for debug says
PHP Fatal error: Call to undefined function cat_filter() in /home/herasonl/public_html/shop/includes/functions/functions_categories.php on line 211
and that line is
// eof Multi site
$category = $db->Execute(cat_filter($category_query));
// bof Multi site
between the mulitsite addons
any have any ideas.
thank you
Looks like you forgot to copy this file \includes\functions\extra_functions\cat_filter.php from the installation package.
Re: MultiSite Module Support Thread
thank you so much. that worked
1 Attachment(s)
Re: MultiSite Module Support Thread
I am upgrading a 1.3.8a Zencart site to 1.5.1. I have a base install of 1.5.1 up and running with ImageHandler and Zen Lightbox addons and two templates. I've installed Multisite 1.0 and it *appears* to be working, but I have a question. In the attached image, the circled area does not respond to the category allocations for the respective sites controlled by Multisite.
What is this are called, in Zencart terms? What file/files control the categories shown in this area?
In the production 1.3.8a site (with Multisite running there also), this area of the page DOES respond to category allocations by site.
Any thoughts?
Thanks!
TOm
Attachment 12587
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
tmt1630
I am upgrading a 1.3.8a Zencart site to 1.5.1. I have a base install of 1.5.1 up and running with ImageHandler and Zen Lightbox addons and two templates. I've installed Multisite 1.0 and it *appears* to be working, but I have a question. In the attached image, the circled area does not respond to the category allocations for the respective sites controlled by Multisite.
What is this are called, in Zencart terms? What file/files control the categories shown in this area?
In the production 1.3.8a site (with Multisite running there also), this area of the page DOES respond to category allocations by site.
Any thoughts?
Thanks!
TOm
Attachment 12587
Does the file includes/modules/YOUR_TEMPLATE/categories_tabs.php contain the next line (around line 20)
PHP Code:
$categories_tab = $db->Execute(cat_filter($categories_tab_query));
the original is
PHP Code:
$categories_tab = $db->Execute($categories_tab_query);
Re: MultiSite Module Support Thread
Ah! That worked! Thanks!
Actually, categores_tabs.php was not under MY_TEMPLATE folder, but I found it, added the cat_filter() call and placed in both of MY_TEMPLATE folders. It is one of the files that I had to address in the 1.3.8a --> 1.5.1 upgrade, but did not get to it yet.
I'll keep this in mind for other anomalies that I encounter along the way.
Appreciate the help!
Tom
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
tmt1630
Ah! That worked! Thanks!
Actually, categores_tabs.php was not under MY_TEMPLATE folder, but I found it, added the cat_filter() call and placed in both of MY_TEMPLATE folders. It is one of the files that I had to address in the 1.3.8a --> 1.5.1 upgrade, but did not get to it yet.
I'll keep this in mind for other anomalies that I encounter along the way.
Appreciate the help!
Tom
Glad it worked, and thanks for the feed back :smile:
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
lidlchris
my sites are all using add-on domains and all using ONE SSL for all the sites.
how are you doing this .. I get the This Connection is Untrusted when using the ssl on hte other domain..
my admin has the ssl and my main sotre..
pleae help
thank you
Re: MultiSite Module Support Thread
OK I would like to have in my order to beable to see where the orders originate from, I am not a programer and don't know how to make this happen.. any help would be nice
thank you
Naomi
Re: MultiSite Module Support Thread
I am so stumped and hope someone can help me.
I had multisite running on 1.3.9 for a couple of years now..
so I know a little about it.
but now I just can't figure this out
I have three domain.
Herasonlinemarket.com/shop main site
buykandibracelets.com
buykandi.com
ok the main site is working and is working fine
it is the other two that don't work
Here is the config file for buykandibracelets
<?php
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
$template_dir = "zen2";
define('SITE_NAME','zen2');
?>
and Categories Description: for kandi store
<!--Zen--Zen3-zen2-->
and my cpanel is
Addon Domains Document Root Username
buykandibracelets.com Home/public_html/shop buykandibracelets
when I go to buykandibracelets.com
it show up great.
then when I click on categories
kandi store
the URL changes to buykandibracelets.com/shop/kandi_store
but the screen stays on the home page.
I just don't know how to fix this ..
the way it worked before there was no -shop- in the url
and yes I have the switch in the configuration file
any help would be great.
Noppie
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
noppie
I am so stumped and hope someone can help me.
I had multisite running on 1.3.9 for a couple of years now..
so I know a little about it.
but now I just can't figure this out
I have three domain.
Herasonlinemarket.com/shop main site
buykandibracelets.com
buykandi.com
ok the main site is working and is working fine
it is the other two that don't work
Here is the config file for buykandibracelets
<?php
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
$template_dir = "zen2";
define('SITE_NAME','zen2');
?>
and Categories Description: for kandi store
<!--Zen--Zen3-zen2-->
and my cpanel is
Addon Domains Document Root Username
buykandibracelets.com Home/public_html/shop buykandibracelets
when I go to buykandibracelets.com
it show up great.
then when I click on categories
kandi store
the URL changes to buykandibracelets.com/shop/kandi_store
but the screen stays on the home page.
I just don't know how to fix this ..
the way it worked before there was no -shop- in the url
and yes I have the switch in the configuration file
any help would be great.
Noppie
just more info
ok now if you go under the categoires and click on
all products.. or feature products or new product
the produces show up then click on
any of them and it reverts back to buykandibracelets.com/shop/what ever product
I of ceon url rewrite.. this worked with the 1.3.9 version