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.
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.
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)
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
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
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
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
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
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
Ignore last comment posted in wrong topic.
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 ?
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
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
is working on a reply...
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.