I'm new to transfer and decided to try and set it up on my server. I
have the transfer and app folder in the wwwroot directory...no cf
admin mapping. I followed the
http://www.compoundtheory.com/?action=displayPost&ID=112 tutorial. I
am at a loss why transfer is throwing an include error. Go to this
link to view the complete error http://localwebsites.biz/cfpetmarket/
Please advise...thanks,
Ron
where do I define definitionsPath = "/config/definitions"? I guess
that's where I get lost...:(
Thanks...I will keep looking...but if someone can tell me that would
really help speed things up for me...thanks.
> --
> Before posting questions to the group please read:
> http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
>
> You received this message because you are subscribed to the Google Groups
> "transfer-dev" group.
> To post to this group, send email to transf...@googlegroups.com
> To unsubscribe from this group, send email to
> transfer-dev...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/transfer-dev?hl=en
You are saying the following line:
application.transferFactory = createObject("component",
"transfer.TransferFactory").init("config/datasource.xml","config/transfer.xml",
"config/definitions");
should look like:
application.transferFactory = createObject("component",
"transfer.TransferFactory").init("config/datasource.xml","config/transfer.xml",
"/mypetmarket/config/definitions");?
Will try this.
which worked! :)
Thanks so much for pointing me in the right direction!