Page 189 of 224 FirstFirst ... 89139179187188189190191199 ... LastLast
Results 1,881 to 1,890 of 2237
  1. #1881
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: MultiSite Module Support Thread

    That looks like a great addition

  2. #1882
    Join Date
    Jan 2010
    Posts
    79
    Plugin Contributions
    0

    Default 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

  3. #1883
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: MultiSite Module Support Forum

    Quote Originally Posted by sungmo View Post
    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
    Have you added each of the template names to the multisite list tool in admin?
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  4. #1884
    Join Date
    Jan 2010
    Posts
    79
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Forum

    Quote Originally Posted by twitchtoo View Post
    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...

    Name:  hwangza_com.jpg
Views: 197
Size:  40.2 KB

  5. #1885
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: MultiSite Module Support Forum

    Quote Originally Posted by sungmo View Post
    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...

    Name:  hwangza_com.jpg
Views: 197
Size:  40.2 KB
    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?

  6. #1886
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: MultiSite Module Support Forum

    Quote Originally Posted by sungmo View Post
    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.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  7. #1887
    Join Date
    Jun 2014
    Posts
    9
    Plugin Contributions
    0

    Default 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.

  8. #1888
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: MultiSite Module Support Forum

    Quote Originally Posted by insomn1aZC View Post
    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?
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  9. #1889
    Join Date
    Jun 2014
    Posts
    9
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Forum

    Quote Originally Posted by twitchtoo View Post
    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 :)

  10. #1890
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: MultiSite Module Support Forum

    Quote Originally Posted by insomn1aZC View Post
    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!
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

 

 

Similar Threads

  1. v154 WorldPay Module version 3.0 - Support thread
    By countrycharm in forum Addon Payment Modules
    Replies: 115
    Last Post: 20 Jul 2021, 04:00 PM
  2. Bambora/Beanstream Payment Module Support Thread
    By swguy in forum Addon Payment Modules
    Replies: 127
    Last Post: 26 Mar 2021, 04:13 PM
  3. WorldPay Module version 2.0 - Support thread
    By philip_clarke in forum Addon Payment Modules
    Replies: 729
    Last Post: 4 Nov 2017, 08:23 AM
  4. PC Configurator Module [Support Thread]
    By lebrand2006 in forum All Other Contributions/Addons
    Replies: 254
    Last Post: 22 Aug 2012, 03:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR