With the Express version (and I guess the trial will be the same) you have to enter the URL for the opposite site when you install it. There is no option to go back later and enter it under the Courier section.
The solution is to uninstall the package and reinstall, entering the URLs in the package install process.
When you install courier, it installs a config file in /config/courier.config. You can edit this file and add repositories manually. This means that you can have more than one repository. You can find the xml that you will need in the developer's doc: http://nightly.umbraco.org/UmbracoCourier/Developer%20Docs.pdf
I noticed this the first time I installed Courier 2 Trial to my first umbraco instance.
But as I install Courier 2 Trial to my second umbraco instance (which logically should be separated from the first instance), it no longer prompts me for the target path.
What can I do with Courier 2 Trial?
Hi,
So I installed Courier 2 trial on my Umbraco.
But I can't seem to do anything with it.
I tried setting up 2 umbraco sites on my local machine, empty folders.
I right click my file, and click on Courier.
ok...So I have to set a valid target for transfer, but I can only use local instance.
If I clicked on [Deploy], I got:
Not helpful, but considering I haven't set any location, this is to be expected.
So I clicked on 'Go to advanced settings', and a few clicks later I was prompted to select a destination.
But it seems that I don't have any destination that can be used, maybe I should add it in Courier setting.
So I clicked on Courier icon located at bottom left:
Uhm...Let's try clicking on locations:
...Nothing...
So pardon me if I ask: what am I supposed to do with trial edition of Courier 2? : (
Hi Erwin,
With the Express version (and I guess the trial will be the same) you have to enter the URL for the opposite site when you install it. There is no option to go back later and enter it under the Courier section.
The solution is to uninstall the package and reinstall, entering the URLs in the package install process.
I hope this helps
Matt
Hi Erwin
When you install courier, it installs a config file in /config/courier.config. You can edit this file and add repositories manually. This means that you can have more than one repository. You can find the xml that you will need in the developer's doc: http://nightly.umbraco.org/UmbracoCourier/Developer%20Docs.pdf
Cheers
Aileen
Thanks for the help,
>Matthew Bliss
I noticed this the first time I installed Courier 2 Trial to my first umbraco instance.
But as I install Courier 2 Trial to my second umbraco instance (which logically should be separated from the first instance), it no longer prompts me for the target path.
>Aileen
So I added:
<repositories>
<repository name="Revisions" alias="revisions" type="NetworkShareProvider" visible="true">
<path>C:\inetpub\wwwumbraco_2</path>
</repository>
</repositories>
but the target is still empty:
Deploy item: index
You are about to deploy this item to:
and clicking deploy directly will raise exception index of range.
Hmm - weird. In the config file do you have the following?
<security>
<filters>
<ipfilter>
<allow>*</allow>
<!-- <deny>192.*</deny> -->
<!-- <deny>192.123.122.*</deny> -->
</ipfilter>
<userfilter>
<allow>*</allow>
<!-- <deny>editor</deny> -->
</userfilter>
</filters>
</security>
Sorry for the late reply, and thanks for the help.
Anyway, yeah, I have it in the config file:
<security>
<filters>
<ipfilter>
<allow>*</allow>
</ipfilter>
<userfilter>
<allow>*</allow>
<!--<deny>editor</deny>-->
</userfilter>
</filters>
</security>
Edit: Nevermind the trial, I've got a license now.
is working on a reply...