Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.
If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
Hello,
I'm using MojoPortal ver, 2.3.1.9 FirebirdSql
I would like to configure MojoPortla to allow Hosting Multiple Sites Based on Host Names.
I've done first 2 steps (see http://www.mojoportal.com/multiplesitesbasedonhostnames.aspx) and when I try to enter the host name for the second site, when I click the Add Host button, I get this error:
"Host names must be unique, no duplicates are allowed"
What is wrong?
Thank you
Davide Morelli
It sounds like you tried to add a host name to a site but it was already configured for a different site. You can't assign the same host name to more than one site. Check all sites and see if that host name is already assigned.
Hope it helps,
Joe
There must be a bug. I'm trying the same with same error no matter what hostheder I enter! Please, help!
Hi,
I confirm this was a bug in our Firebird data layer, I was able to produce the problem on my local machine and fix it.
It is fixed now in our source code repository and will be fixed in the next release of mojoPortal.
Thanks,
I built latest version from svn and it works! Thank you!
BTW: Getting sources and building is pretty straightforward I only had problems publishing since obsolete RSS.NET.dll is missing. After I created dummy file in bin I was able to publish successfully.
If you get the latest code again I got rid of the RSS.NET.dll reference. Actually thought I had removed it before but I didn't notice that VS had made the file a member of the project in the /bin folder, so it still had this lingering reference.
Best,