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?
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).
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.
Hi
i have installed vorto 1.6 in umbraco version 7.2.8 , however on selection of data type while creating new data type, i am getting below error ,
Failed to load resource: the server responded with a status of 404 ()
umbraco/~/App_Plugins/Vorto/views/vorto.mandatoryBehaviourPicker.html Failed to load resource: the server responded with a status of 404 ()
but all files are present in specific folder , seems like vorto.js file is not triggered, please help
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
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
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
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? :|
Matt,
I'm seeing the same issue... Anything I an do to manually give it a push?
Thanks
Matt
Managed to force it manually...
Thanks.
Matt
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
That did the trick!
#h5yr
/Peter
Hi i have installed vorto 1.6 in umbraco version 7.2.8 , however on selection of data type while creating new data type, i am getting below error ,
but all files are present in specific folder , seems like vorto.js file is not triggered, please help
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.