• Resolved tomekaa

    (@tomekaa)


    Hi, we have a couple of errors in browser console. We cannot save strings. Spinner won’t stop. Save button shows that changes are saved but they don’t. What can we do?

    TypeError: e is undefined
    
        r simplediff.js:223
    
        init translation-memory.vue:53
    
        promise callback*init translation-memory.vue:51
    
        mounted trp-editor.js:1
    
        VueJS 19
    
        editHandler hover-actions.vue:126
    
        showPencilIcon hover-actions.vue:115
    
        setupEventListener editor.vue:586
    
        scanForSelector editor.vue:489
    
        scanForSelector editor.vue:484
    
        scanIframeForStrings editor.vue:464
    
        iFrameLoaded editor.vue:442
    
        VueJS 35
    
        <anonymous> editor.vue:1

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Alex

    (@alexcozmoslabs)

    Hi,

    It looks like a conflict with another code. Probably a speed optimization plugin.

    These plugins compress all JS files into one file, but this process can create errors when you load a page.
    See if you have this type of plugins, disable them and try again to do the translation.
    Please, see if your server has HTTP2 and GZIP. If it does, autooptimize doesn’t actually have a positive impact on your website speed as HTTP2 means everything is downloaded in parallel, on the same connection and GZIP means minification doesn’t actually do anything.

    You should try a compatibility test if you don’t know to have optimization plugins installed. Briefly disable all other plugins and enable the default Twenty Twenty theme. Please also disable all add-ons. If this fixes the problem, as it probably will, enable everything one by one or in small bulks, checking each time to see when the problem returns.

    Thread Starter tomekaa

    (@tomekaa)

    Thank you for reply. Unfortunately disable all plugins and activate default wordpress theme not resolved the problem. Comment in console:

    POST XXX/wp-admin/admin-ajax.php [HTTP/2 500 Internal Server Error 8745ms]

    Error: Request failed with status code 500

        exports xhr.js:137

        exports trp-editor.js:1

        onreadystatechange xhr.js:43

    Plugin Support Alex

    (@alexcozmoslabs)

    Please, let me know if this is still an issue and if requires assistance.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Memory.vue – console errors’ is closed to new replies.