• I am trying to add an image to a page using the image element. However when I click the plus button to choose an image, nothing happens. Under console this is the error i see:

    Uncaught TypeError: Cannot read property ‘controller’ of undefined.

    And it points to this file:
    /wp-content/plugins/elementor/assets/js/editor.min.js?ver=0.8.1

    I tried with the default WordPress theme and same issue.

    Any help will be greatly appreciated.

    • This topic was modified 8 years, 2 months ago by hvntau.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Please edit your wp-config.php file and add the following line:

    define('SCRIPT_DEBUG', true);

    Then, try again to insert an image and open the console. Now you should get the correct error location. Please paste it here as you did above.

    Thread Starter hvntau

    (@hvntau)

    Hi Kobi,I did exactly as you instructed and nothing new came up under console besides:

    “Uncaught TypeError: Cannot read property ‘controller’ of undefined.”

    pointing to this file again:
    /wp-content/plugins/elementor/assets/js/editor.min.js?ver=0.8.1

    Link to screenshot:

    https://pasteboard.co/2oXnZhpT5.jpg

    • This reply was modified 8 years, 2 months ago by hvntau.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Element: Uncaught TypeError’ is closed to new replies.