Re: MultiSite Module Support Thread
That looks like a great addition :thumbsup:
Re: MultiSite Module Support Forum
i installed multisite on my website...
default domain is http://www.hwangza.com (using apple_zen template)
second domain is http://www.yubinsoft.com (using classic template)
there are two problems...
1. products are not showing on mainpage both domains(http://www.hwangza.com/)
2. i forwarded second domain to http://www.hwangza.com. but still showing apple_zen template...
could someone explain my problem?
thank you
Re: MultiSite Module Support Forum
Quote:
Originally Posted by
sungmo
Have you added each of the template names to the multisite list tool in admin?
1 Attachment(s)
Re: MultiSite Module Support Forum
Quote:
Originally Posted by
twitchtoo
Have you added each of the template names to the multisite list tool in admin?
Hi Twitchtoo!
do you mean "Display the relations Categories/Sites" in tools in multisite tool?
how can i add each of the template names to the multisite list tool in admin?
i did that but could you check it is right or not...?
i will attach the image..
thank you and have a good one...
Attachment 14207
Re: MultiSite Module Support Forum
Quote:
Originally Posted by
sungmo
Hi Twitchtoo!
do you mean "Display the relations Categories/Sites" in tools in multisite tool?
how can i add each of the template names to the multisite list tool in admin?
i did that but could you check it is right or not...?
i will attach the image..
thank you and have a good one...
Attachment 14207
Can you post the contents of you multisite config files? I think you are missing some settings. And are you sure you installed all the files?
Re: MultiSite Module Support Forum
Quote:
Originally Posted by
sungmo
Hi Twitchtoo!
do you mean "Display the relations Categories/Sites" in tools in multisite tool?
how can i add each of the template names to the multisite list tool in admin?
i did that but could you check it is right or not...?
i will attach the image..
thank you and have a good one...
Your 'template' names should not be the 'domain' names. the .com will cause a host of problems unrelated to multisite.
Re: MultiSite Module Support Forum
I have a big problem. I've installed this mod but i'm obviously missing something. After i put the install.sql into the SQL-Patch-thing i renamed the folder to fit my admin folder and template folder. I followed every step of the instructions until the end.
Now i had in the Admin-Panel under Tools, the multisite section. But... My shop switched to using the default template. I've tried to find the problem in the template_info or the site_configs but couldnt get it to work.
So after a while i removed all the new files this mod has added. Then i copied the entire admin folder and includes folder from a backup i made earlier to the store overwriting every file in order to get rid off the files edited by this mod. Then i executed the uninstall.sql.
Now the store is still using only the default template and i cant change it. I've tried to rename my template to default_template but when i do that i only get a blank page...
What has happened to my template? :'(
thanks for any clue on how to fix this.
Re: MultiSite Module Support Forum
Quote:
Originally Posted by
insomn1aZC
I have a big problem. I've installed this mod but i'm obviously missing something. After i put the install.sql into the SQL-Patch-thing i renamed the folder to fit my admin folder and template folder. I followed every step of the instructions until the end.
Now i had in the Admin-Panel under Tools, the multisite section. But... My shop switched to using the default template. I've tried to find the problem in the template_info or the site_configs but couldnt get it to work.
So after a while i removed all the new files this mod has added. Then i copied the entire admin folder and includes folder from a backup i made earlier to the store overwriting every file in order to get rid off the files edited by this mod. Then i executed the uninstall.sql.
Now the store is still using only the default template and i cant change it. I've tried to rename my template to default_template but when i do that i only get a blank page...
What has happened to my template? :'(
thanks for any clue on how to fix this.
One common problem is file uploading. You clicked that upload button 100 times, even checked the remote server to see if the file is there, but you can't see that it isn't or the 'new' file didn't overwrite the old one.
Multisite uses the template names as the switch. If you can't switch it back after installing and removing this module then the remote files are mismatched, or there's a file or SQL statement lingering that is preventing the native code from working properly.
The native zen cart file wants to see template name in: includes/templates/YOUR_TEMPLATE/template_info.php
Then it wants to see the folders that contain the php files named: YOUR_TEMPLATE or it will just load the files found in TEMPLATE_DEFAULT
Regardless you should never change what was in TEMPLATE_DEFAULT before or after installing this or any other mod.
This also assumes there were no errors when you ran the SQL changes?
Re: MultiSite Module Support Forum
Quote:
Originally Posted by
twitchtoo
One common problem is file uploading. You clicked that upload button 100 times, even checked the remote server to see if the file is there, but you can't see that it isn't or the 'new' file didn't overwrite the old one.
Multisite uses the template names as the switch. If you can't switch it back after installing and removing this module then the remote files are mismatched, or there's a file or SQL statement lingering that is preventing the native code from working properly.
The native zen cart file wants to see template name in: includes/templates/YOUR_TEMPLATE/template_info.php
Then it wants to see the folders that contain the php files named: YOUR_TEMPLATE or it will just load the files found in TEMPLATE_DEFAULT
Regardless you should never change what was in TEMPLATE_DEFAULT before or after installing this or any other mod.
This also assumes there were no errors when you ran the SQL changes?
Thanks for your answer. I was now able to figure it out :) The problem was as u said with uploading. For some reason the configure.php didnt get uploaded (or couldnt be overwritten). Must have missed that. I deleted the configure.php, made the changes in an offline-backup version and re-uploaded it. Works fine :)
Other problem was that my template names as well as the domain name contains the symbol '-' so it got really messy but i got that to work too now :)
Re: MultiSite Module Support Forum
Quote:
Originally Posted by
insomn1aZC
Thanks for your answer. I was now able to figure it out :) The problem was as u said with uploading. For some reason the configure.php didnt get uploaded (or couldnt be overwritten). Must have missed that. I deleted the configure.php, made the changes in an offline-backup version and re-uploaded it. Works fine :)
Other problem was that my template names as well as the domain name contains the symbol '-' so it got really messy but i got that to work too now :)
Thanks for the update, I'm glad it's working for you!