i installed umbraco in a subfolder (in a live site) but its migrated from my localhost ...
the problem i am facing is the ublogsy config file path and the utagsy paths are not found by the code. So i cannot save the contents....its giving error
Any suggestions on how can i solve this will be much appreciated.
Latest source code?
Hi Anthony,
Is the source on the project page up to date? http://our.umbraco.org/projects/starter-kits/ublogsy
I wanted to tweak the contact form a little so I downloaded the contact.cs & contact.ascx.
When I reference the latest 2.1.1.1 uBlogsy.BusinessLogic however it compains about the CommentInfo constructor.
The source is using:
whilst the latest referenced business logic seems to have been updated to use a DateTime as its last paramater:
Cheers,
Matt
I've created a bitbucket repo: https://bitbucket.org/anthonydotnet/ublogsy
Good stuff, thanks.
hello anthony ...
i installed umbraco in a subfolder (in a live site) but its migrated from my localhost ...
the problem i am facing is the ublogsy config file path and the utagsy paths are not found by the code. So i cannot save the contents....its giving error
Any suggestions on how can i solve this will be much appreciated.
thanks
arif
Arif,
I have also experienced the same problem with the config file path.
The only way to get around it is to place a copy of the config file in the folder of the parent website. Ie, if the parent website is IIS references
c:\myWebsite\, and umbraco is being used as a vitual directory\subfolder, place a copy of the uBlogsy.config in
c:\myWebsite\config\uBlogsy.config. I think you will find you also need to copy some uTagsy files in a similar manner as well.
is working on a reply...