Umbraco.Web.Mvc.RenderMvcController - No physical template file was found for template
Hello ,
I am on an upgrade path from a previous v4 of umbraco. I had got as far as 6.03 and deployed it successfully. I am now trying to make the jump to 7.0.0 as my next upgrade point from 6.03 and yes i ran into some database issues as part of this upgrade but got them sorted.
As i say, I have tried to upgrade to v7.0.0 but i have run into an additional issue when i run my the website, it gives me blank pages and the log file shows the follows
"Umbraco.Web.Mvc.RenderMvcController - No physical template file was found for template XXX"
I have tried several pages on the site and they produce the same error but obviously for a different template
Some additional info
1. I am trying to continue with xslt rather than razor and the RenderMvcController has me worried. I have the following in Umbracosettings.config
<templates>
<!-- To switch the default rendering engine to MVC, change this value from WebForms to Mvc -->
<useAspNetMasterPages>true</useAspNetMasterPages>
<defaultRenderingEngine>WebForms</defaultRenderingEngine>
</templates>
I have some old controls which do not work in 7 but i continued with the upgrade as i assumed the data would jut get ported. I'm not sure if these are affecting the running of the website
I can still run the backend as normal and login (v7.0 looks nice) so the database looks to be connecting correctly
I have republished all, stopped the app pool and run
~/umbraco/dialogs/republish.aspx?xml=true
The only issue here that i can see is that it runs rather quick. Say about 20 seconds when i though it would have taken several minutes.
As best i can i have checked the folder permissions, going so far as to promote relevant user to the main Users group.
I have deleted the indices from the temp folder and let them regenerate too but this didn't help either.
Umbraco.Web.Mvc.RenderMvcController - No physical template file was found for template
Hello ,
I am on an upgrade path from a previous v4 of umbraco. I had got as far as 6.03 and deployed it successfully. I am now trying to make the jump to 7.0.0 as my next upgrade point from 6.03 and yes i ran into some database issues as part of this upgrade but got them sorted.
As i say, I have tried to upgrade to v7.0.0 but i have run into an additional issue when i run my the website, it gives me blank pages and the log file shows the follows
"Umbraco.Web.Mvc.RenderMvcController - No physical template file was found for template XXX"
I have tried several pages on the site and they produce the same error but obviously for a different template
Some additional info 1. I am trying to continue with xslt rather than razor and the RenderMvcController has me worried. I have the following in Umbracosettings.config
I have some old controls which do not work in 7 but i continued with the upgrade as i assumed the data would jut get ported. I'm not sure if these are affecting the running of the website
I can still run the backend as normal and login (v7.0 looks nice) so the database looks to be connecting correctly
I have republished all, stopped the app pool and run
~/umbraco/dialogs/republish.aspx?xml=true
The only issue here that i can see is that it runs rather quick. Say about 20 seconds when i though it would have taken several minutes.
As best i can i have checked the folder permissions, going so far as to promote relevant user to the main Users group.
I have deleted the indices from the temp folder and let them regenerate too but this didn't help either.
my appsetting.config looks like the following
Thanks in advance for any help...
Regards,
RayzerSharpe
Sorry the last point didn't post correctly
Hi,
Could set your log leve to the debug and post some more information when this error happens ?
Dave
I am hoping you meant in the log4net config i have done the following
When i start the site now i get the following in my Umbracotrace. Sry for the dump
is working on a reply...