xslt: Cannot find the script or external object that implements prefix 'urn:uForum'
Hello, I have installed umbraco v
4.0.2.1 and some packages including Runway and uForum successfully, then I configured the membership and access to the pages. Then I signed in and accessed page Forum but an error appeared in the page:
I created a page "Create Topic" and another one "Display Topic" with the corresponding templates and then I created a topic but after submit I get the error page with the following message:
No umbraco document matches the url 'http://www.emn.gr/forum/Create-topic/1-Topic-1.aspx' umbraco tried this to match it using this xpath query'/root/node/node [@urlName
= "forum"]/node [@urlName = "new-topic"]/node [@urlName = "1-topic-1"]')
Then I looked the "Forum-overview.xslt" file for error, when I save it the error I get is :
System.Xml.Xsl.XslTransformException: Cannot find the script or external object that implements prefix 'urn:uForum'.
Despite that, the other file "Forum-topicsList.xslt" with the same code in the beginning:
I see the tables in the database and the record when I added the new Topic but no new 404 handler or xslt extension, could you provide the lines because after uninstall and reinstall the same problem appears.
but I still have no forums list in Forum start page even if there is discuss-runway forum by default,
and when I click the link to a topic in the topics list I get the same error message
No umbraco document matches the url 'http://www.emn.gr/forum/Create-topic/1-Topic-1.aspx' umbraco tried this to match it usingthis xpath query'/root/node/node [@urlName = "forum"]/node [@urlName = "new-topic"]/node [@urlName = "1-topic-1"]')
xslt: Cannot find the script or external object that implements prefix 'urn:uForum'
Hello, I have installed umbraco v 4.0.2.1 and some packages including Runway and uForum successfully, then I configured the membership and access to the pages. Then I signed in and accessed page Forum but an error appeared in the page:
I created a page "Create Topic" and another one "Display Topic" with the corresponding templates and then I created a topic but after submit I get the error page with the following message:
Then I looked the "Forum-overview.xslt" file for error, when I save it the error I get is :
Despite that, the other file "Forum-topicsList.xslt" with the same code in the beginning:
doesn't show any errors.
Can you help in any way?
Looks like it did not install completely. You should get a new 404 handler and a new xslt extension in your config files.
Did the database get updated with the uForum tables?
I see the tables in the database and the record when I added the new Topic but no new 404 handler or xslt extension, could you provide the lines because after uninstall and reinstall the same problem appears.
For the 404 handler:
For the xslt extension:
There are also som rest extensions, but they are not used in the base install:
Thank you very much!
The problem with the xslt have been solved!
but I still have no forums list in Forum start page even if there is discuss-runway forum by default,
and when I click the link to a topic in the topics list I get the same error message
I restarted umbraco and the problem solved.
Thank you very much for your time!
is working on a reply...