I'm trying to do an installation of a new relate+ website but I get the error below. The site can't be installed and rolls back. The powershell file exists and look OK to me at C:\Program Files (x86)\EPiServer\Relate\7.0.0.0\Install\Install EPiServer Relate.ps1. It seems linked to versions maybe. In the ps include file the versions are
An unhandled error has occured: Cannot bind argument to parameter 'Path' because it is null. When executing At C:\Program Files (x86)\EPiServer\Relate\7.0.0.0\Install\Install EPiServer Re late.ps1:226 char:50 + $installCommunityDatabaseScriptPath = Join-Path $epiCommunityVersionPath "Insta ... + ~~~~~~~~~~~~~~~~~~~~~~~~
An error has occured and the transaction will be rolled back Rolledback Started a transacted install Entering commit phase Committed At C:\Program Files (x86)\EPiServer\Relate\7.0.0.0\Install\Install EPiServer Relate.ps1:226 char:50 + $installCommunityDatabaseScriptPath = Join-Path $epiCommunityVersionPath "Insta ... + ~~~~~~~~~~~~~~~~~~~~~~~~ System.Management.Automation.ParentContainsErrorRecordException: Cannot bind argument to parameter 'Path' because it is null.
I'ved solved this. It was a problem with the installation of Relate. I installed by running EPiServerRelate.msi directly. Looks like this resulted in a partially installed application. When I ran Setup.exe then I could create Relate+ sites without a problem
Hi
I'm trying to do an installation of a new relate+ website but I get the error below. The site can't be installed and rolls back. The powershell file exists and look OK to me at C:\Program Files (x86)\EPiServer\Relate\7.0.0.0\Install\Install EPiServer Relate.ps1. It seems linked to versions maybe. In the ps include file the versions are
$epiCMSVersion = "7.0.586.1"
$epiFrameworkVersion = "7.0.859.1"
$epiCommunityVersion = "7.0.859.1"
$epiSearchVersion = "7.0.1764.1"
$epiMailVersion = "7.0.579.1"
Any and all help gratefully received.
Thanks
******************************************************************************
ERROR
An unhandled error has occured: Cannot bind argument to parameter 'Path' because it is null. When executing At C:\Program Files (x86)\EPiServer\Relate\7.0.0.0\Install\Install EPiServer Re late.ps1:226 char:50 + $installCommunityDatabaseScriptPath = Join-Path $epiCommunityVersionPath "Insta ... + ~~~~~~~~~~~~~~~~~~~~~~~~
An error has occured and the transaction will be rolled back Rolledback Started a transacted install Entering commit phase Committed At C:\Program Files (x86)\EPiServer\Relate\7.0.0.0\Install\Install EPiServer Relate.ps1:226 char:50 + $installCommunityDatabaseScriptPath = Join-Path $epiCommunityVersionPath "Insta ... + ~~~~~~~~~~~~~~~~~~~~~~~~ System.Management.Automation.ParentContainsErrorRecordException: Cannot bind argument to parameter 'Path' because it is null.