Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Amigo 231 posts 506 karma points
    Sep 13, 2010 @ 09:53
    Amigo
    0

    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 ;-)

     

  • Amigo 231 posts 506 karma points
    Sep 14, 2010 @ 23:46
    Amigo
    0

    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>

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies