the UrlTracker dashboard is not showing up after publishing the website. It works perfectly on localhost and it's also properly redirecting pages on both localhost and server.
I'm getting the following message:
Could not load control: '/Umbraco/UrlTracker/InfoCaster.Umbraco.UrlTracker.UI.UrlTrackerManagerWrapper.ascx'.
Error message: System.Web.HttpException (0x80004005): The file '/Umbraco/UrlTracker/InfoCaster.Umbraco.UrlTracker.UI.UrlTrackerManagerWrapper.ascx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at Umbraco.Web.UI.Umbraco.Dashboard.UserControlProxy.OnInit(EventArgs e)
I'm not anyhow wiser after reading this message. Do you know what might went wrong? Or what files to check?
It's not as simple as that. The control aslo doesn't exist on localhost where the dashboard shows up correctly. The only installed files are the InfoCaster dll's, so I guess it's a configuration issue.
I've also checked the database entries and all files changed by plugin installation. Everything matches. Is it possible that this could be caused by some invalid cache data? I have no other clue.
I got a similar error message saying it couldn't find that exact same control. The file and folder didn't exist. Don't know why. All that was installed was a dll and pdb. No controls, no database tables.
Yup I've also scratched my head over that same thing before... the user control referenced there actually doesn't exist, not quite sure how it loads in the iframe to be honest.
Anyway, I found that recycling the app pool gets it working.
UrlTracker Dashboard is not being loaded
Hi,
the UrlTracker dashboard is not showing up after publishing the website. It works perfectly on
localhost
and it's also properly redirecting pages on both localhost and server. I'm getting the following message:I'm not anyhow wiser after reading this message. Do you know what might went wrong? Or what files to check?
Thanks, John
Take a look at the msg - it's saying the control is missing. Check in your directory for this file:
Does it exist?
It's not as simple as that. The control aslo doesn't exist on localhost where the dashboard shows up correctly. The only installed files are the InfoCaster dll's, so I guess it's a configuration issue.
I've also checked the database entries and all files changed by plugin installation. Everything matches. Is it possible that this could be caused by some invalid cache data? I have no other clue.
I got a similar error message saying it couldn't find that exact same control. The file and folder didn't exist. Don't know why. All that was installed was a dll and pdb. No controls, no database tables.
Yup I've also scratched my head over that same thing before... the user control referenced there actually doesn't exist, not quite sure how it loads in the iframe to be honest.
Anyway, I found that recycling the app pool gets it working.
Recycled the app pool. No change. Where is this thing even supposed to be?
Any solution to this? Tried recycling the app pool. No success.
I had this exact same issue - localhost worked absolutely fine but staging was broken.
The solution that worked for me was to create a
UrlTracker
folder inside theUmbraco
folder, with the following files:https://drive.google.com/open?id=0B3P_FUH43faIdFQ1OXBOXzhlWjA
Tried your solution Kieran but it didn't help me. =/
That's a shame :/.
Can you post the error that you are getting? And have you tried reinstalling the 301 Url Tracker package after adding these files?
GitHub issue here for those still with the problem: https://github.com/kipusoep/UrlTracker/issues/175
As mentioned there, once I can replicate the issue I can look into fixing it efficiently.
I just ran into this exact issue on a 7.6.4 site. However, all I had to do was reset the /bin directory permissions and reinstall the package ;)
Post Edit: I just noticed this is for V2 of the package. My issue was with V3.11.
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.