Re: MultiSite Module Support Thread
Quote:
Originally Posted by
twi
Thanks. I have attached the logs to the previous post. could it be having something to do with the renaming of the templates? I copied and rename them according to install instructions.
the log tells you it is missing includes/modules/robbor_green_BAM/categories_popup.php
check to see is it exists, and if not make sure to place a copy of the file in that location
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
Design75
the log tells you it is missing includes/modules/robbor_green_BAM/categories_popup.php
check to see is it exists, and if not make sure to place a copy of the file in that location
Thanks. I will check that right away and see if its here or not.
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
Design75
the log tells you it is missing includes/modules/robbor_green_BAM/categories_popup.php
check to see is it exists, and if not make sure to place a copy of the file in that location
yes. that was the culprit. In fact, the same folder for "includes/modules/robbor_Red_BEX" was missing too. It was left out during the copying of the templates. They show up fine now.
One thing I notice is that the left side boxes for the main site www.birthdaysextreme.net is missing, and the left and right side boxes for www.birthdays and more are missing too. I also don't see my test products in the sites.
Is this something that is fix at the admin area?
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
twi
yes. that was the culprit. In fact, the same folder for "includes/modules/robbor_Red_BEX" was missing too. It was left out during the copying of the templates. They show up fine now.
One thing I notice is that the left side boxes for the main site
www.birthdaysextreme.net is missing, and the left and right side boxes for
www.birthdays and more are missing too. I also don't see my test products in the sites.
Is this something that is fix at the admin area?
Glad you got it working :thumbsup:
For the sideboxes, it is the same as normal, when you use a template for the first time you will need to reset the sideboxes for that template.
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
Design75
Glad you got it working :thumbsup:
For the sideboxes, it is the same as normal, when you use a template for the first time you will need to reset the sideboxes for that template.
I just figured that out a bit and am still playing around with the settings. It is in the layout boxes. But the product categories does not appear in the left side bar while it does on the top. I wonder why?
Second thing I noticed is that Super Orders, Edit Orders, and Ty Package tracker does not work after install.
So was Who's online as well. Are these normal or do they have to configured in the *.php config files for each individual site?
Again any help is greatly appreciated.
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
twi
I just figured that out a bit and am still playing around with the settings. It is in the layout boxes. But the product categories does not appear in the left side bar while it does on the top. I wonder why?
Second thing I noticed is that Super Orders, Edit Orders, and Ty Package tracker does not work after install.
So was Who's online as well. Are these normal or do they have to configured in the *.php config files for each individual site?
Again any help is greatly appreciated.
I am using Super Orders, Edit Orders, and Ty Package tracker tp on some sites, and have no problem with their functioning. Just be very careful with merging if necessary.
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
twi
...
Second thing I noticed is that Super Orders, Edit Orders, and Ty Package tracker does not work after install.
...
When you say "do not work" what exactly do you mean?
I'm going to guess you missed a merge or two with "orders.php" when installing (needs to be manually merged with "orders.php" from Super Orders).
Keep in mind Multisite Module does make changes to the Zen Cart database (the orders table). This will affect some other modules (such as Admin New Order) as the other modules do not know about (or how to populate) the extra field.
Note: just noticed Design75 beat me to the likely answer ^.^
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
Design75
I am using Super Orders, Edit Orders, and Ty Package tracker tp on some sites, and have no problem with their functioning. Just be very careful with merging if necessary.
do you mean merging Multisite files with SO, EO, and TY after the before mentioned are installed? Or Merging the files for the three when installing them?
NOTE: I am using EO 4.1.1 RC1 because I volunteered to test install and use it for lhungl. It may have something to do with that. I just send a PM to lhungl and have to see what he say about this.
I have not done any merging at all so far with all 19 MODS installs I have done so far.
I know how to use Winmerge. But have no clue on how merging goes and therefore avoid merge required Mods at all cost.
WIth winmerge, do you just click merge after compairing the two files in question?
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
twi
do you mean merging Multisite files with SO, EO, and TY after the before mentioned are installed? Or Merging the files for the three when installing them?
NOTE: I am using EO 4.1.1 RC1 because I volunteered to test install and use it for lhungl. It may have something to do with that. I just send a PM to lhungl and have to see what he say about this.
I have not done any merging at all so far with all 19 MODS installs I have done so far.
I know how to use Winmerge. But have no clue on how merging goes and therefore avoid merge required Mods at all cost.
WIth winmerge, do you just click merge after compairing the two files in question?
Winmerge will show you the differences, but you will still need to make the decision yourselves if the code that is not the same needs to be edited.
Some of us here who make and edit the mods make it a good habit of marking the code blocks clearly that are different form the stock code. But never just blindly copy the differences.
Sometimes more than one mod need to change the same block of code, and that can make quite changeling. But without that where would the fun be :laugh:
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
twi
...I have not done any merging at all so far with all 19 MODS installs I have done so far.
I know how to use Winmerge. But have no clue on how merging goes and therefore avoid merge required Mods at all cost.
WIth winmerge, do you just click merge after compairing the two files in question?
Merging "orders.php" from Super Orders with "orders.php" from MultiSite Module. You need to do this by hand.
Note: and Design75 beat me to the answer again. Time for me to go back to lurking ^.^