Unfortunately Episerver Mail currently only supports being installed on 7.5 as highest version.
"A first-time installation can only be done for CMS 7.5 through Deployment Center. To have Mail with the latest Episerver version, install a CMS 7.5 site with Mail, and then upgrade to the latest through NuGet."
to quote the documentation.
So if you want it, either wait until they fix it or install a fresh 7.5 site, install Episerver mail, upgrade site and then add your templates and import your content. Not funny at all I'm afraid. Same thing goes with a few other add ons like CMO btw
Oh my :-O
Does epi mail use the same database as epi cms? if not, I would think that if I install a fresh 7.5 site with epi mail, upgrade the site and epi mail and then copy web.config settings, epi mail files and epi mail db to my existing site would work?
Haven't tried it but that is the other way yes :) Might work. I'm guessing they might store some things in DDS that might be a problem depending on how they hooked it up. Let me know if it works :)
Ok, I managed to do a workaround. Havn't tested it thoroughly yet, but I got it installed and it seems to work.
Steps:
1. Update web.config and add:
<sites> <site siteId="xxx" /> </sites>
and
<section name="episerver.common" type="EPiServer.Common.Configuration.EPiServerCommonSection, EPiServer.Common.Configuration" /> <section name="episerver.mail" type="EPiServer.Mail.Configuration.EPiServerMailSection, EPiServer.Mail.Configuration" />
2. Open deployment center and chose EPiServer Mail -> Install Mail on existing site -> Run
3. Click the "Show all sites" check box, chose the site and click Next
4. I got some errors the first time stating that some attributes is unrecognized. Just remove these attributes and try again (the log will say which attributes). Continue untill no errors.
5. Install the newest version of episerver mail from nuget
6. Rebuild solution and run
Hi, have anybody tried to install episerver mail into an existing site running on epi 9?
According to his link: http://world.episerver.com/add-ons/episerver-mail/episerver-mail-8/ it states that I have to install epi mail through deployment center and then upgrade.
When I choose "Install Mail on existing site" and choose the site I want to install it into, I get the following error:
Details says:
Clicking continue does nothing.. Any tips or workaround for installing episerver mail on episerver 9 ?