Copied to clipboard

Flag this post as spam?

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


  • Robert 19 posts 39 karma points
    Mar 17, 2012 @ 01:21
    Robert
    0

    Tag Manager not Listing any tags

    Hello,

    I have installed this package howver it does not show any of my tags in the tree. I have checked the DB and the tags are there and look correct.

    Any reasons why they would not be showing?

     

    Thanks

    Robert

  • Nigel Wilson 944 posts 2076 karma points
    Mar 18, 2012 @ 04:04
    Nigel Wilson
    0

    Hi Robert


    Sorry to hear the package hasn't initially worked as expected.

    Some things do and/or check :

    1. Try stopping / starting the application pool - alternatively "touch" the web.config to force the application pool to restart itself. Then check to see if the tags appear.

    2. Check that Yoyocms.Umbraco.TagManager.dll is in the bin directory.

    Let me know how you get on.

    Cheers

    Nigel

     

  • Robert 19 posts 39 karma points
    Mar 19, 2012 @ 15:07
    Robert
    0

    Hi Nigel thanks for the reply.

    I have tried this several times but no joy. The .dll file is also present in the bin directory,

    Not sure if this helps but I had to create the DB mods myself, same with the language mods. I followed the details in the package file to do these.

     

    Thanks
    Robert 

  • Nigel Wilson 944 posts 2076 karma points
    Mar 19, 2012 @ 17:47
    Nigel Wilson
    0

    Hi Robert

    Just to double check - can you see the tag icon in the bottom left system tray ?

    In the database can you check the cmsTags table - I trust there are entries in there (not trying to be clever, just trying to cover all bases...)   :-)

    Let me know

    Nigel

  • Robert 19 posts 39 karma points
    Mar 19, 2012 @ 20:09
    Robert
    0

    Yeah the Icon is there.

    No problem the table contains the 3 tags which I have created on a node.

     

     

     

     

    The screenshot above shows how it looks within the admin.

    Thanks
    Robert 

     

     

  • Robert 19 posts 39 karma points
    Mar 20, 2012 @ 01:21
    Robert
    0

    I think I have discovered the problem. The nodes that are being creating in my custom section are not being added to the NODEID list in the 'cmstagrelationship' table. Therefore it fails as it cannot find the ID.

    How do I get around this?

     

    Thanks
    Rob

  • Robert 19 posts 39 karma points
    Mar 20, 2012 @ 01:22
    Robert
    0

    Ignore last comment posted in wrong topic.

  • Nigel Wilson 944 posts 2076 karma points
    Mar 20, 2012 @ 08:33
    Nigel Wilson
    0

    Hi Robert

    Just confirmin your Umbraco version - I built the package on 4.7.1 - is this what you are running ?

    I havae been working with another person who has recently experienced issues when installing the package. Here is a list of files, etc that should be copied / updated when you install the package - can you do a complete check of these and see if there is anything missing ?

    Database

     
    1. umbracoApp table has the following entry
     
    sortOrder – my entry is “9” but will be different per site
    appAlias – tagMaint
    appIcon – tag.gif
    appName – Tag Maintenance
    appInitWithTreeAlias – NULL
     
    2. umbracoAppTree table has the following entry
     
    treeSilent – 0
    treeInitialize – 1
    treeSortOrder – 0
    appAlias – tagMaint
    treeAlias – tagMaintenance
    treeTitle – Tag Maintenance
    treeIconClosed – legacy
    treeIconOpen – legacy
    treeHandlerAssembly - Yoyocms.Umbraco.TagManager
    treeHandlerType – loadTagMaint
    action – NULL
     
    3.umbracoUser2App table
     
    user - 0
    app - tagMaint
     
     
    4. cmsTags table
     
    Ensure there is data in the table – this won’t affect the package working but you need data for it to work (you get my drift...)
     
     
    Files

     
    1. /bin/Yoyocms.Umbraco.TagManager.dll
    2. /umbraco/plugins/TagMaint/edittagData.aspx
    3. /umbraco/plugins/TagMaint/install.ascx – only required for install so no ongoing need for this file
    4. /umbraco/images/tray/tag.gif
    5. /umbraco/images/umbraco/tag_blue_edit.png
    6. /umbraco/images/umbraco/tags_red.png
     
    Config

     
    1. /umbraco/config/create/ui.xml
     
    The following entry exists within the file (probably at the end of the file)
     
    <nodeType alias="tagMaintenance">
    <header>Tags</header>
    <usercontrol>/create/simple.ascx</usercontrol>
    <tasks>
    <create assembly="Yoyocms.Umbraco.TagManager" type="TagTasks" />
    <delete assembly="Yoyocms.Umbraco.TagManager" type="TagTasks" />
    </tasks>
    </nodeType>
     
    2. /umbraco/config/lang/en.xml
    The following entry exists within the file
     
    <area alias="sections">
    ...
    <key alias="tagMaint">Tag Maintenance</key>
    </area>
    Let me know how you get on.
    Cheers
    Nigel
     
  • Robert 19 posts 39 karma points
    Mar 21, 2012 @ 17:52
    Robert
    0

    I done a fresh install and followed the instructuons above. The only difference I noticed was I was using version 4.1.0.

    It is now working as It should.

    Thanks
    Robert 

  • Nigel Wilson 944 posts 2076 karma points
    Mar 21, 2012 @ 18:01
    Nigel Wilson
    0

    Hi Robert 

    Good to hear that it is now working - I assume you mean 4.7.0 ???

    Can you mark your last post as the solution just to "close" it off ?

    Cheers

    Nigel 

Please Sign in or register to post replies

Write your reply to:

Draft