Re: MultiSite Module Support Thread
Thank you so much! I assume that would mean adding:
[email protected]
$EMAIL_SMTPAUTH_PASSWORD=*******
to the template_info.php file under templates/template2?
Ok I see all the lists in tools-multisite tools, this was formatted off with my admin so I did not realize all the variables are listed here, this can definitely make life A LOT EASIER!
Re: MultiSite Module Support Thread
Hmm, doesn't seem to be working, not sure what I did incorrect. I tried adding both:
define('EMAIL_SMTPAUTH_MAILBOX','[email protected]');
and
[email protected] but the email still sends from the one listed in the admin->email settings page. :huh::eek:
Oh I was editing the wrong file... will try again now with sites_config, oops!
Yup that did it! Now to figure out how to get gmail to actually send the darn email...
Re: MultiSite Module Support Thread
you need to add the defines to includes/config_sites/YOUR_SITE_config.php
Re: MultiSite Module Support Thread
Thank you I got it figured out, was editing the wrong file, woops!
Re: MultiSite Module Support Thread
@Design75 Would like to pick up where you left off on the MSM/Migration.
Re: MultiSite Module Support Thread
@Design75 my current hosting Expires at the end of this month. Are you going to be able to complete the migration by then? I don’t want to have to pay for to renew hosting on my old account.
Re: MultiSite Module Support Thread
Anyone heard from Design75??
Re: MultiSite Module Support Thread
DESIGN75 - I Need BatMan! Tried reaching you every way I could think of. Losing my hosting in 3 days and Need the migration finished!!! 😬
Re: MultiSite Module Support Thread
i am trying to get this working with 157 and i get this error in debug files the site is coming up, but the different template is not coming up,, just wondering if this was the problem.
naomi
[29-Aug-2020 22:54:09 UTC] Request URI: /shop/index.php, IP address: 209.85.238.214
#1 cat_filter() called at [/includes/modules/pages/index/main_template_vars.php:119]
#2 require(/includes/modules/pages/index/main_template_vars.php) called at [/includes/templates/template_default/common/tpl_main_page.php:136]
#3 require(/includes/templates/template_default/common/tpl_main_page.php) called at [/index.php:94]
--> PHP Warning: Use of undefined constant SITE_NAME - assumed 'SITE_NAME' (this will throw an Error in a future version of PHP) in /includes/functions/extra_functions/cat_filter.php on line 111.
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
noppie
i am trying to get this working with 157 and i get this error in debug files the site is coming up, but the different template is not coming up,, just wondering if this was the problem.
naomi
[29-Aug-2020 22:54:09 UTC] Request URI: /shop/index.php, IP address: 209.85.238.214
#1 cat_filter() called at [/includes/modules/pages/index/main_template_vars.php:119]
#2 require(/includes/modules/pages/index/main_template_vars.php) called at [/includes/templates/template_default/common/tpl_main_page.php:136]
#3 require(/includes/templates/template_default/common/tpl_main_page.php) called at [/index.php:94]
--> PHP Warning: Use of undefined constant SITE_NAME - assumed 'SITE_NAME' (this will throw an Error in a future version of PHP) in /includes/functions/extra_functions/cat_filter.php on line 111.
just guessing here, but do you have your config_sites directory and sites_switch.php setup correctly?