I'm having an issue with version 7.5.4 after upgrading from 7.5.2 It keeps throwing this error:
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
umbraco.cms.businesslogic.packager.data.Save(PackageInstance package, String dataSource) +487
umbraco.cms.businesslogic.packager.InstalledPackage.Save() +52
umbraco.presentation.developer.packages.installedPackage.Page_Load(Object sender, EventArgs e) +3229
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
System.Web.UI.Control.OnLoad(EventArgs e) +95
umbraco.BasePages.BasePage.OnLoad(EventArgs e) +14
System.Web.UI.Control.LoadRecursive() +59
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1586.0
It's still showing the old install page.. is that related? How do I update it as well?
I have figured it out. The Trees.config file still had the old package tree setup. After copying the new tree structure (from a blank config/trees.config file of 7.5.4) into my existing trees.config and restarted the web app, was able to see the new structure.
Now, when trying to uninstall any packages, I get an error
And the Log has nothing, and have been investigating the installed packages config and still can't figure out what is wrong.
When I install a new package in version 7.5.4 it uninstalls fine, but if it is a version that was already there prior to upgrading, then it doesn't work.
Don't know if this is the best or correct approach, but ended up removing all the packages from the InstalledPackages.config and reinstalled all the packages. Now it works!
Cannot view any installed package
I'm having an issue with version 7.5.4 after upgrading from 7.5.2 It keeps throwing this error:
It's still showing the old install page.. is that related? How do I update it as well?
I have figured it out. The Trees.config file still had the old package tree setup. After copying the new tree structure (from a blank config/trees.config file of 7.5.4) into my existing trees.config and restarted the web app, was able to see the new structure.
NEW trees structure for Developer:
Now, when trying to uninstall any packages, I get an error
And the Log has nothing, and have been investigating the installed packages config and still can't figure out what is wrong.
When I install a new package in version 7.5.4 it uninstalls fine, but if it is a version that was already there prior to upgrading, then it doesn't work.
Don't know if this is the best or correct approach, but ended up removing all the packages from the
InstalledPackages.config
and reinstalled all the packages. Now it works!I am, again, able to install and remove packages.
where is InstalledPackages.config ?
but didnt solve my problem :/
is working on a reply...