Copied to clipboard

Flag this post as spam?

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


  • Peter Holmsgaard 69 posts 106 karma points
    Apr 29, 2014 @ 11:12
    Peter Holmsgaard
    0

    Trouble with installation on 7.1.1

    Hey

    I've downloaded the 1.1 version of Vorto but I can't seem to get it working. The Vorto property editor doesn't show when I'm trying to create a new DataType in the developer section.

    I have tried clearing my browser cache and have touched the web.config.

    I haven't got much experience with creating my own property editors yet, but it seems that the package.manifest file is missing?

    /Peter

  • Peter Holmsgaard 69 posts 106 karma points
    Apr 29, 2014 @ 11:31
    Peter Holmsgaard
    0

    I can see you made a commit on Github to remove the old package.manifest file, why? :)

    I've tried to get the manifest file from an earlier commit, and it works..

    /Peter

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Apr 29, 2014 @ 12:01
    Matt Brailsford
    0

    Hi Peter,

    In Vorto 1.1, the property editor is now defined in code as it needs to do some conversion when it saves / restores values from the database. Unfortunately you can't do that when using a .manifest file so I had to move all the declarations into code instead and get rid of the manifest file.

    Did you try resetting your app-pool and reloading the site? Having both the manifest and the code declaration may cause your problems if the code version does get picked up later (it will see Vorto twice).

    Many thanks

    Matt

  • Peter Holmsgaard 69 posts 106 karma points
    Apr 29, 2014 @ 12:57
    Peter Holmsgaard
    0

    Allright, makes sence..

    However it doesn't show even if I uninstall the package and install the Vorto 1.1 package once again.

    I've touched the web.config, cleared my browser cache (and tried another browser aswell), reset the app-pool in IIS.

    any ideas? :|

  • dillorscroft 198 posts 192 karma points
    Apr 30, 2014 @ 11:48
    dillorscroft
    0

    Matt,

    I'm seeing the same issue...  Anything I an do to manually give it a push?

    Thanks

    Matt 

  • dillorscroft 198 posts 192 karma points
    Apr 30, 2014 @ 11:51
    dillorscroft
    0

    Managed to force it manually...

    Thanks.


    Matt 

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Apr 30, 2014 @ 14:03
    Matt Brailsford
    100

    Looks as though it's an issue with the installer not updating the plugin cache. If you delete the PluginCache folder at \App_Data\TEMP\PluginCache then restart your app pool, it should show up.

    Off to report a bug :)

    Matt

  • Peter Holmsgaard 69 posts 106 karma points
    Apr 30, 2014 @ 20:25
    Peter Holmsgaard
    0

    That did the trick!

    #h5yr

    /Peter

Please Sign in or register to post replies

Write your reply to:

Draft