On first try upgrade was stuck at 0% and this was written in chrome console:
UpgradeWizard.aspx:1 Uncaught SyntaxError: Unexpected token <
Then i restored dnn db and files and unblocked dnn upgrade zip before extracting it.
I visited dnn site, it ran upgrade. After 30+ minutes being stuck at 0% I see in chrome console this (2000+ of these duplicated):
GET http://www.dnndev.me/Install/upgradestat.log.resources.txt?0.06838273559696972 net::ERR_INSUFFICIENT_RESOURCES
I have sql profiler turned on, upgrade is not doing anything to db, it is only executing this:
dbo.AddScheduleHistory
dbo.UpdateScheduleHistory
And it looks it will go on like this infinite, so upgrade was unsuccesful on second try also.
So my question is, is there any solution to this or should i just do clean install of dnn and install every module again and then import site templates? A lot of work, i would like to avoid it.
I have also these 2 problems with dnn:
1. switching site language doesn't work
2. in IE browser sometimes it says 404 page not found, but page is found in other browsers.