When I opened web matix and clicked a site from folder "this folder is on our server not on local machine" to install a package but this time it throws the following error.
Page not found
No umbraco document matches the url 'http://localhost:42189/_Admin'
umbraco tried this to match it using this xpath query'/root/* [@urlName = "_admin"] | /root/*/* [@urlName = "_admin"]')
Looking at the error I can guess there is no _Admin node in database but I dont know how to resolve this error. Basically I have to install a package in order to work with helpers on our web site. Please could you advise me on what I am doing wrong.
Package Installation
Hi All,
I created a website on my local machine I ran and tried to install Facebookhelper http://localhost:8080/_Admin.
This works absolutely fine.
When I opened web matix and clicked a site from folder "this folder is on our server not on local machine" to install a package but this time it throws the following error.
Page not found
No umbraco document matches the url 'http://localhost:42189/_Admin'
umbraco tried this to match it using this xpath query'/root/* [@urlName = "_admin"] | /root/*/* [@urlName = "_admin"]')
Looking at the error I can guess there is no _Admin node in database but I dont know how to resolve this error. Basically I have to install a package in order to work with helpers on our web site. Please could you advise me on what I am doing wrong.
kind regards
is working on a reply...