1/ I have installed the blog package on my solution (blog for umbraco 4). But after looking at it, i decided to uninstall it again. After that i get : "Could not load control: '/usercontrols/Blog4Umbraco/CommentModeration.ascx'" when i load umbraco admin interface. I wonder why...
2/ When a package is uninstalled is all the things created in the database not removed again? my database is has grown to almost 30mb but its just the standard database for umbraco 4.5.2 with 2 packages installed "easy video" and "related links with media"...
blog package and database
Hi,
1/ I have installed the blog package on my solution (blog for umbraco 4). But after looking at it, i decided to uninstall it again. After that i get : "Could not load control: '/usercontrols/Blog4Umbraco/CommentModeration.ascx'" when i load umbraco admin interface. I wonder why...
2/ When a package is uninstalled is all the things created in the database not removed again?
my database is has grown to almost 30mb but its just the standard database for umbraco 4.5.2 with 2 packages installed "easy video" and "related links with media"...
Thanks in advance ;-)
ok, after uninstalling i manually fixws the :
config\Dashboard.config
Things left over from the blog package....
<section>
<areas>
<area>content</area>
</areas>
<tab caption="Create blog post">
<control>/usercontrols/Blog4Umbraco/CreatePost.ascx</control>
</tab>
<tab caption="Comments">
<control>/usercontrols/Blog4Umbraco/CommentModeration.ascx</control>
</tab>
<tab caption="Blog">
<control>/usercontrols/Blog4Umbraco/BlogCreator.ascx</control>
</tab>
</section>
<section>
<areas>
<area>content</area>
</areas>
<tab caption="Create blog post">
<control>/usercontrols/Blog4Umbraco/CreatePost.ascx</control>
</tab>
<tab caption="Comments">
<control>/usercontrols/Blog4Umbraco/CommentModeration.ascx</control>
</tab>
<tab caption="Blog">
<control>/usercontrols/Blog4Umbraco/BlogCreator.ascx</control>
</tab>
</section>
is working on a reply...