Copied to clipboard

Flag this post as spam?

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


  • Robin Winslow Morris 20 posts 82 karma points
    Dec 03, 2012 @ 15:27
    Robin Winslow Morris
    0

    Nothing happens...

    I think I've installed DateFolders correctly.

     

    • I have "InfoCaster.Umbraco.DateFolders.dll" in my "bin" folder.
    • "DateFolders" (version 1.4) shows under "Installed packages" in Umbraco admin
    • I have put added the following to my Web.config
      <add key="datefolders:ItemDocType" value="NewsItem" />
      <add key="datefolders:DateFolderDocType" value="DateFolder" />
      <add key="datefolders:CreateDayFolders" value="false" />
    • I have created document types with aliases "NewsItem" and "DateFolder"
    But I'm creating documents of type "NewsItem" and publishing them and nothing happens - they just publish like normal.
    Am I missing a step?

     

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Dec 03, 2012 @ 16:18
    Stefan Kip
    0

    Seems like you haven't missed anything, what umbraco version are you using?

  • Robin Winslow Morris 20 posts 82 karma points
    Dec 03, 2012 @ 16:30
    Robin Winslow Morris
    0

    Version 4.7.2.

    Is there any way to debug it at all?

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Dec 03, 2012 @ 16:40
    Stefan Kip
    0

    Sure, the source code is available on the project's page...

  • Robin Winslow Morris 20 posts 82 karma points
    Dec 03, 2012 @ 18:11
    Robin Winslow Morris
    0

    I saw that but wasn't sure how to include it. Turns out I was able to just dump it in the "App_Code" directory (although I had to add a reference to make it recognise "Node" ) and then compile and voila.

    So I debugged and got it to work. It seems my Web.config wasn't saving properly. Once I got it to be reading the correct values from my Web.config it all worked.

    Thanks all :)

Please Sign in or register to post replies

Write your reply to:

Draft