Hello,
I upgraded an 4.0.3.0 installation on version 4.1.0.0b. But if I log-in all trees are empty. No content, no media and so on.
I upgraded six other installations from 4.0.2. and 4.0.3. without any problem, all sites are running on the same server (Win2008+IIS70+MSSQL2008).
Any clue what could have gone wrong? What would be the best place to start looking in?
Greets, Arnim.
I'd start in the umbracoLog table and the windows event log, seems like something went horribly wrong. Also have a look at the umbracoNode table to see if your content is still there.
If you don't see any exceptions in the logs (doubt it), then try an iisreset maybe some funky old config value is still loaded...
Not sure if the upgrade involves running SQL scripts? If so, then maybe they didn't execute correctly.
After some deeper investigation I found the bad-one:
Inside the bin-folder I have an "nibble.umb.mailengine.dll" - guess its from an extension. When its present inside the bin-folder the trees won't build. When I remove this dll all trees build perfect an everything works fine!
@Seba: Thanx for your fast answer!
No problem, I'd still be curious to know what the problem is, could you maybe see if there's any exceptions in the logs, so Tim (nibble) can debug and maybe upgrade his mailengine?
Thanks!