The same error is happening to me also when I tried with an upgrade task,
what I do to resolve is try to upgrade to the next version and this fixed automatically :),
Otherwise, install a fresh Umbraco with the same version and copy the Umbraco & Umbracoclient files to the project that facing the issues
and update the clientdependency version.
please try this above, this will definitely work :)
Downloaded the 7.13.2 zip file and compared the umbraco and umbraco_Client directories to that of my existing site. There were a few differences, however copying them across made no difference.
Spun up new site using 7.13.2 with the starter kit, and then installed ui-o-matic using nuget. Still got the same errors (there are more errors in the console prior to trying to add a link)
Upgraded the newly created site in 2 above to 7.13.3, changed the client dependency version, clear temp files and tried again. Same issues still exist.
I guess I could keep heading along the upgrade path to see if it fixes the problem, but the site is a complex one (ucommerce plus other packages) and the potential to break other things puts me off trying.
I'll have a scratch (of my head) and see if any epiphanies happen !
And maybe try adding && $scope.properties != null to that file (on line 22) in your project? /App_Plugins/UIOMatic/backoffice/views/fieldeditors/rte.controller.js
Thanks for that, however it hasn't resolved the issue.
I have realised / discovered there is an error when first loading a record from a table (and before trying to add a link in the RTE). Not sure they are definitely related, but figure it is possible. My angular knowledge ain't great so hoping you can advise ?
Add link button doesn't work in the RTE
Hi Tim
Further to a previous post, I have now been bitten by the same issue:
https://our.umbraco.com/packages/developer-tools/ui-o-matic/help-support/95044-add-and-remove-link-button-doesnt-work-in-rte
I have just upgraded the site from 7.13 to 7.13.2 and it appears this has just started happening.
When clicking the link button the following error is returned.
Any ideas as to why this doesn't now work and how to fix, hiding the buttons isn't an option - it's my partners site and she "needs" them ;-)
I have ui-o-matic v2.1.2 and at this stage upgrading to Umbraco v8 isn't an option to be able to upgrade ui-o-matic.
Cheers
Nigel
Hi Nigel,
The same error is happening to me also when I tried with an upgrade task, what I do to resolve is try to upgrade to the next version and this fixed automatically :),
Otherwise, install a fresh Umbraco with the same version and copy the Umbraco & Umbracoclient files to the project that facing the issues and update the clientdependency version.
please try this above, this will definitely work :)
Hi "D K M J"
Thanks for your response, appreciate it.
So this morning I have:
Downloaded the 7.13.2 zip file and compared the umbraco and umbraco_Client directories to that of my existing site. There were a few differences, however copying them across made no difference.
Spun up new site using 7.13.2 with the starter kit, and then installed ui-o-matic using nuget. Still got the same errors (there are more errors in the console prior to trying to add a link)
Upgraded the newly created site in 2 above to 7.13.3, changed the client dependency version, clear temp files and tried again. Same issues still exist.
I guess I could keep heading along the upgrade path to see if it fixes the problem, but the site is a complex one (ucommerce plus other packages) and the potential to break other things puts me off trying.
I'll have a scratch (of my head) and see if any epiphanies happen !
Cheers
Nigel
Comment author was deleted
So to get this clear, it is the insert link button that doesn't work in the rte used by UI-O-Matic? When used on Umbraco 7.13.2
Hi Tim
Yes that is correct...
Cheers
Nigel
Comment author was deleted
Minds showing the bit of js where it goes wrong? (by expanding the console error)
I'm guessing it will be in this file:
https://github.com/TimGeyssens/UIOMatic/blob/v2/src/UIOMatic/Web/UI/App_Plugins/UIOMatic/backoffice/views/fieldeditors/rte.controller.js
Comment author was deleted
And maybe try adding && $scope.properties != null to that file (on line 22) in your project? /App_Plugins/UIOMatic/backoffice/views/fieldeditors/rte.controller.js
Hi Tim
Thanks for that, however it hasn't resolved the issue.
I have realised / discovered there is an error when first loading a record from a table (and before trying to add a link in the RTE). Not sure they are definitely related, but figure it is possible. My angular knowledge ain't great so hoping you can advise ?
Thanks again
Nigel
Comment author was deleted
no worries, will have a detailed look tomorrow (it's evening here in BE now), catch you later!
Hi Tim
Just wondering if you've had a chance to have a look ?
Cheers
Nigel
is working on a reply...