Copied to clipboard

Flag this post as spam?

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


  • Sohail Ali 10 posts 111 karma points
    Feb 21, 2022 @ 08:16
    Sohail Ali
    0

    LeBlender not working after Upgrading to 7.6.4 to Umbraco 7.15.7

    Hi Guys,

    I am upgraded my Umbraco project from version 7.6.4 to 7.15.7. In this website, I have some plugins install like, LePainter, LeBlender, Doctype Grid Editor and etc.

    My website currently working fine except the above plugins are not working correctly in umbraco Backoffice.

    Let me tell you the actual issue, I'm facing related to LeBlender Plugin. I have upgraded the LeBlender plugin after upgrading to Umbraco v7.6.5 to v7.15.7

    In the below image when go to Developer section -> Grid Editor -> then clicking on Rich Text Editor no section is visible and I am also getting console errors which i am also attaching below:

    Please let me know how can we fix this issue related to LeBlender.

    enter image description here

    enter image description here

    Kindly help us. Thanks

  • Erik Eelman 79 posts 319 karma points
    Feb 23, 2022 @ 09:59
    Erik Eelman
    0

    Hi,

    Are you using the latest version (1.0.9.2) of leblender and the optional dependent packages like Lecoati.LeBlender.DataTypeNameAsIdentifier (if you use datatype names in the leblender config)?

    You can also try to clear your app_data/temp folder and bump the client dependency version in de config/clientdependency.config file and restart your web app.

    Erik

  • Sohail Ali 10 posts 111 karma points
    Feb 23, 2022 @ 12:47
    Sohail Ali
    0

    Hi @Erik

    I am using LeBlender https://our.umbraco.com/packages/backoffice-extensions/leblender/ in Umbraco v7.6.4 and now after upgrading my project to Umbraco v7.15.7 in both version this was not working.

    More packages are also not working as listed below:

    1- LePainter https://our.umbraco.com/packages/backoffice-extensions/lepainter/.

    2- LeBlender https://our.umbraco.com/packages/backoffice-extensions/leblender/.

    3- Doc Type Grid Editor https://our.umbraco.com/packages/backoffice-extensions/doc-type-grid-editor/

    We haven't check "Doc Type Grid Editor" yet.

    Thanks

  • Kevin Jump 2312 posts 14698 karma points MVP 7x c-trib
    Feb 23, 2022 @ 10:53
    Kevin Jump
    0

    Hi,

    If you switch the site to debug in the web config:

    <compilation defaultLanguage="c#" debug="true" batch="true" targetFramework="4.7.2" numRecompilesBeforeAppRestart="50" />
    

    (change debug to true on the compilation line of web.config)

    Then the javascript won't be combined and minified*, and you will likely get a more accurate error as to where the issue is in the files.

    if you look at the resulting browser errors once you have done this they should point to the actual files and you can take a look on disk and see it that helps pinpoint the issue.


    *Normally Umbraco takes all the js files for the pluging and puts them together in one file, if there is something wrong in one it can (depending on how they are coded) have a knock on effect in a later bit of code, so you get errors that are miles off the actuall issue. flipping it into debug stops this merge and you get the errors in the files they are actually in.

  • Sohail Ali 10 posts 111 karma points
    Feb 23, 2022 @ 12:32
    Sohail Ali
    0

    Hi @keven Jump Thanks for the Response.

    Ok sure i will switch the debug mode and check what issue is causing to break the plugin.

  • Lindgren 3 posts 72 karma points
    Feb 23, 2022 @ 11:37
    Lindgren
    0

    Same issue still no fix to this.

  • PRASHCE9002 1 post 91 karma points
    Feb 28, 2022 @ 11:13
    PRASHCE9002
    100

    Hi Lindgren, I had simialr issues, validating grid.editors.config.js helpful in my case ,

    Got the hints from here : https://our.umbraco.com/packages/backoffice-extensions/leblender/bug-reports/89934-umbraco-764-unexpected-token-in-json-at-position-745#comment-298977

  • Sohail Ali 10 posts 111 karma points
    Mar 08, 2022 @ 04:37
    Sohail Ali
    0

    Hi @Prashce9002

    I have solved the above issued.

    By validating the "grid.editors.config.js" file json format and it's working for me now.

Please Sign in or register to post replies

Write your reply to:

Draft