Trying to open the preview and dashboard. This version is 7.5.2
This has happened on multiple websites with different versions. Any ideas what could be causing this issue as I installed the latest version? It works on some sites, which is the weird thing!
2017-09-14 11:38:58,978 [P3116/D212/T801] WARN Umbraco.Core.Services.PackagingService - Packager: Error handling allowed templates. Template with alias 'SeoComposition' could not be found.
2017-09-14 11:38:58,979 [P3116/D212/T801] WARN Umbraco.Core.Services.PackagingService - Packager: Error handling default template. Default template with alias 'SeoComposition' could not be found.
I even upgraded the website to 7.5.9 from 7.5.8 and it did not fix the issue.
Sorry for the late response, the error you're receiving is a 500 server error (which isn't properly handled by javascript so you get this weird looking pages).
The reason of the error is not being showed in the screenshots and should be located somewhere in the Umbraco log files possibly with a stacktrace.
Before you look in the log file, can you check if the RankOne.dll file is located in the bin directory?
Only thing is these were just web installs and never been opened through Visual Studio. We generally don't run any websites through visual studio. If there's a way to debug it online that would be ideal. Thanks
Not Running On Multiple Sites
Trying to open the preview and dashboard. This version is 7.5.2
This has happened on multiple websites with different versions. Any ideas what could be causing this issue as I installed the latest version? It works on some sites, which is the weird thing!
Weird my other version is 7.5.7 and it didn't work. I have no idea what could be causing this!
Hi Rylan,
Could you watch in the log file (app_data/Logs/) and see if there are any error there?
Could this be it?
2017-09-14 11:38:58,978 [P3116/D212/T801] WARN Umbraco.Core.Services.PackagingService - Packager: Error handling allowed templates. Template with alias 'SeoComposition' could not be found.
2017-09-14 11:38:58,979 [P3116/D212/T801] WARN Umbraco.Core.Services.PackagingService - Packager: Error handling default template. Default template with alias 'SeoComposition' could not be found.
I even upgraded the website to 7.5.9 from 7.5.8 and it did not fix the issue.
BUMP...
Sorry for the late response, the error you're receiving is a 500 server error (which isn't properly handled by javascript so you get this weird looking pages).
The reason of the error is not being showed in the screenshots and should be located somewhere in the Umbraco log files possibly with a stacktrace.
Before you look in the log file, can you check if the RankOne.dll file is located in the bin directory?
No worries Mark, it kinda was a back burner problem. But now was escalated for us to fix it!
I just uninstalled rank-one and reinstalled it, and checked to see if the .dll is in the bin folder. It is!
But I am still getting the same errors. Thanks, please let me know what next debugging steps to take.
Is there anything in the logs files? A stack trace would be really helpful, there should be an error somewhere.
Only thing is these were just web installs and never been opened through Visual Studio. We generally don't run any websites through visual studio. If there's a way to debug it online that would be ideal. Thanks
is working on a reply...