No umbraco document matches the url
'http://192.168.1.131:470/umbraco_client/tinymce3/plugins/filemanager/default.aspx?type=fm&page=index.html'
umbraco tried this to match it using this xpath query'/root/*/* [@urlName =
"umbraco_client"]/* [@urlName = "tinymce3"]/* [@urlName = "plugins"]/* [@urlName
= "filemanager"]/* [@urlName = "default"]')
This page can be replaced with a custom 404 page by adding the id of the
umbraco document to show as 404 page in the /config/umbracoSettings.config file.
Just add the id to the '/settings/content/errors/error404' element.
In your web.config file you have the ability to specific certain urls and paths which should be ignored by Umbraco. Look for the umbracoReservedUrls section, and add your url there.
TinyMCE add some buttons fail
hi,
I purchased two TinyMCE plugins is "MCFileManager" and "MCImageManager" for .NET
and following the instruction to install them
the buttons are successfully appears on TinyMCE tool bar ...
but I press the buttons, the popup window says:
=================================================================================
Page not found
No umbraco document matches the url 'http://192.168.1.131:470/umbraco_client/tinymce3/plugins/filemanager/default.aspx?type=fm&page=index.html'
umbraco tried this to match it using this xpath query'/root/*/* [@urlName = "umbraco_client"]/* [@urlName = "tinymce3"]/* [@urlName = "plugins"]/* [@urlName = "filemanager"]/* [@urlName = "default"]')
This page can be replaced with a custom 404 page by adding the id of the umbraco document to show as 404 page in the /config/umbracoSettings.config file. Just add the id to the '/settings/content/errors/error404' element.
For more information, visit information about custom 404 on the umbraco website.
This page is intentionally left ugly ;-)
=================================================================================
should I open or allow something??
it seems like the Umbraco not allow me to access the file...
the plugins I think it must somebody to purchase it from TinyMCE so I ask here...
I hope someone to solve my problem :(
thanks a lot :)
Regards,
Bambe
Hi Bambe!
In your web.config file you have the ability to specific certain urls and paths which should be ignored by Umbraco. Look for the umbracoReservedUrls section, and add your url there.
Hi Anders,
I'm very very thanks for your help!
your tips are succesfully solve my problem
but my solution is add '~/umbraco_client/' in umbracoReservedPaths value
not use umbracoReservedUrls :)
Thanks for your help :)
Regards,
Bambe
is working on a reply...