Error when selection the PageNotFound node on production
Hi Tim,
I tested your PageNotFound package on my development machine and all works fine.
I copied the PageNotFoundManager.dll and the PageNotFoundManager plugin to the production website. When I select a page not found page and press the OK button I get an error.
In the log file the following error occures:
2015-09-30 14:10:07,820 [35] ERROR Umbraco.Web.UI.CdfLogger -
[P6252/T20/D12] Could not load file contents from
/App_Plugins/PageNotFoundManager/Directives/pnfmContentPicker.js.
Domain is not white-listed.
Could you check the permissions on the pagenotfoundmanager.config file found in the app_plugins dir of the page not found manager, it's probably because you copied and didn't install it trough the package manager. So permissions aren't correct
Unfortunately the selected page not found page is not shown but I get the servers 404 page, although the selected node was saved in the pagenotfoundmanager.config and I als restarted the website.
You may find that you don't get your error pages and IIS takes over. To get Umbraco to handle your errors for 404 insert the following element before the end of the system.webServer section of the web.config.
Error when selection the PageNotFound node on production
Hi Tim,
I tested your PageNotFound package on my development machine and all works fine.
I copied the PageNotFoundManager.dll and the PageNotFoundManager plugin to the production website. When I select a page not found page and press the OK button I get an error.
In the log file the following error occures:
Any idea how to solve this problem? Thanks!
Regards, Gert.
Could you check the permissions on the pagenotfoundmanager.config file found in the app_plugins dir of the page not found manager, it's probably because you copied and didn't install it trough the package manager. So permissions aren't correct
Ok, giving the file pagenotfoundmanager.config write permissions solved the problem. Thanks Tim.
Regards, Gert.
Great, thanks for confirming :)
Tim,
Unfortunately the selected page not found page is not shown but I get the servers 404 page, although the selected node was saved in the pagenotfoundmanager.config and I als restarted the website.
What am I missing here? Thanks.
Gert.
You may find that you don't get your error pages and IIS takes over. To get Umbraco to handle your errors for 404 insert the following element before the end of the system.webServer section of the web.config.
Thanks Tim, that did the trick!
Regards, Gert.
No prob glad it's working (and don't forget to vote for the project if you like it ;) )
OK, I will ;-)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.