Re: MultiSite Module Support Forum
Thanks Ajeh...
i solved this problem... ^^;
but i do not know what was the problem..
i just reinstalled..and then the problem is gone...
thank you for replying me again...
Re: MultiSite Module Support Forum
Quote:
Originally Posted by
sungmo
My website is zen 1.5.0. It is not update.. it is installed clean.
and PHP Version: 5.3.3
and I installed multisite.
It works fine.
However, there is a problem.
i made new admin user who is admin2.
admin can access every admin menus.
admin2 can access limited admin menu including "multisite tools"
I gave admin 2 a permition to access multisite tools in the admin profiles
however, when i try to access multisite tools there is a error message.
below is the message...
"Sorry, your security clearance does not allow you to access this resource.
Please contact your site administrator if you believe this to be incorrect.
Sorry for any inconvenience."
can somebody give me a solution?
thank you and have a good one.
The file /YOUR_ADMIN/includes/extra_datafiles/multisite.php needs to be changed to allow non-superuser admins access to the Multisite Tools; change
Code:
<?php
define('FILENAME_MULTISITE', 'multisite.php');
to
Code:
<?php
define('FILENAME_MULTISITE', 'multisite');
Re: MultiSite Module Support Forum
Quote:
Originally Posted by
lat9
The file /YOUR_ADMIN/includes/extra_datafiles/multisite.php needs to be changed to allow non-superuser admins access to the Multisite Tools; change
Code:
<?php
define('FILENAME_MULTISITE', 'multisite.php');
to
Code:
<?php
define('FILENAME_MULTISITE', 'multisite');
Thanks lat9
I solved this problem because of you ^^;
I appreciate again...~~~~
Have a good one ..~~~
Re: MultiSite Module Support Forum
Quote:
Originally Posted by
sungmo
Thanks lat9
I solved this problem because of you ^^;
I appreciate again...~~~~
Have a good one ..~~~
Glad to have helped, it's a great module!
Re: MultiSite Module Support Forum
I have two questions...~
1.
when i type www.beauty.com, an error message apears like that "the domain www.beauty.com does not exist."
so i checked config_sites folder. the config file name is beauty.com_config.php
that is why the error message appears..
so i changed the name beauty.com_config.php to www.beauty.com_config.php.
it is working fine...
However, if i type beauty.com, the error message apears like that "the domain beauty.com does not exist."
my question is that do i need to make config file for both beauty.com_config.php and www.beauty.com_config.php to avoid error message?
2.
i use 3 domains..
it is working good. I like that..
however, i found one problem.
the problem is that if i add special products in admin, the products show up every sites..
can someone guess what the problem is?
thank you guys...
Re: MultiSite Module Support Forum
1: You can use a .htacces to redirect all non www domain names to the www domains
2: You probably have not merged all the sidebox code from the module, or to the wrong template.
Quote:
Originally Posted by
sungmo
I have two questions...~
1.
when i type
www.beauty.com, an error message apears like that "the domain
www.beauty.com does not exist."
so i checked config_sites folder. the config file name is beauty.com_config.php
that is why the error message appears..
so i changed the name beauty.com_config.php to
www.beauty.com_config.php.
it is working fine...
However, if i type beauty.com, the error message apears like that "the domain beauty.com does not exist."
my question is that do i need to make config file for both beauty.com_config.php and
www.beauty.com_config.php to avoid error message?
2.
i use 3 domains..
it is working good. I like that..
however, i found one problem.
the problem is that if i add special products in admin, the products show up every sites..
can someone guess what the problem is?
thank you guys...
Re: MultiSite Module Support Forum
Thank you Design75
I will try that,.. ^^;
Have a good one...
Re: MultiSite Module Support Forum
Design75
I have a project that needs to be completed regarding the MultiStore Mod
It is operational on our developer site, but we have an issue with getting it running on our live site.
Please give me a PM regarding the details.
It would be great to get your assistance.
Re: MultiSite Module Support Forum
Is MultiSite Module work in localhost?..
Is it possible to do in one domain name..
example store1 is in www.store1.com
then store2 is inside folder under store1.. www.store1.com/store2
thanks..
Re: MultiSite Module Support Forum
Quote:
Originally Posted by
joehamir
Is MultiSite Module work in localhost?..
Is it possible to do in one domain name..
example store1 is in
www.store1.com
then store2 is inside folder under store1..
www.store1.com/store2
thanks..
Yes Multisite can work on a localhost setup.
I haven't tried using Multisite with a subdirectory setup, but I can't think of a reason why it wouldn't work - perhaps search this thread as others may have asked/be working with the same issue.