Title: error loading Elementor live editor
Last modified: September 1, 2016

---

# error loading Elementor live editor

 *  Resolved [DeaJae](https://wordpress.org/support/users/deajae/)
 * (@deajae)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/error-loading-elementor-live-editor/)
 * Currently experiencing a loading issue just before the newest version of Elementor.
   does the same after update (also deleted/updated) and with all plugins deactivated.
   
   Error in console is: `app.min.js?ver=0.2.4:3 Uncaught TypeError: DialogsManager.
   getWidgetType is not a function` Server setup: == Server Environment == Operating
   System: Linux Software: Apache/2.4.18 (Unix) MySQL version: 5.5.47 PHP Version:
   5.5.36 PHP Max Input Vars: 1000 PHP Max Post Size: 64M GD Installed: Yes
 * == WordPress Environment ==
    Version: 4.5.2
 * [https://wordpress.org/plugins/elementor/](https://wordpress.org/plugins/elementor/)

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

 *  [Kobi Zaltzberg](https://wordpress.org/support/users/jzaltzberg/)
 * (@jzaltzberg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/error-loading-elementor-live-editor/#post-7473366)
 * Hey, it’s seems like a browser caching issue. Please try to empty your browser
   cache and try again.
 * Please let us know whether it solved this issue.
 *  Thread Starter [DeaJae](https://wordpress.org/support/users/deajae/)
 * (@deajae)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/error-loading-elementor-live-editor/#post-7473377)
 * It didn’t help when using fresh cache last night, nor from a fresh PC this morning.
   
   I’ve Put cloudflare into Development mode and it seems to have cleared that error
   and loaded the editor, with a few more errors about mapping a source: `Failed
   to parse SourceMap: /wp-content/plugins/elementor/assets/admin/js/lib/backbone.
   radio.min.js.map` Doesn’t seem to affect editor though. Will investigate more
   when back with coffee.
 *  Plugin Author [Yakir Sitbon](https://wordpress.org/support/users/kingyes/)
 * (@kingyes)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/error-loading-elementor-live-editor/#post-7473383)
 * Hi [@deajae](https://wordpress.org/support/users/deajae/),
    Please enable the
   debug mode by add this lines to your `wp-config.php` and show me the JS error
   from the console:
 *     ```
       define( 'WP_DEBUG', true );
       define( 'SCRIPT_DEBUG', true );
       ```
   
 *  Thread Starter [DeaJae](https://wordpress.org/support/users/deajae/)
 * (@deajae)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/error-loading-elementor-live-editor/#post-7473392)
 * Added debug switches to wp-config.php
    Elementor front end editor doesn’t load
   again, console outputs:
 *     ```
       Uncaught TypeError: Cannot set property 'elType' of null
       Failed to parse SourceMap: http://site.dev/wp-content/plugins/elementor/assets/admin/js/lib/backbone.radio.min.js.map
       ```
   
 * same in development mode in cloudflare plugin.
    Edit: Okay, now works in new 
   pages, but not existing? Server environment/php is not upgradable and currently
   setting up a DO droplet for possible long term use. It might solve it, might 
   not.
 *  Plugin Author [Yakir Sitbon](https://wordpress.org/support/users/kingyes/)
 * (@kingyes)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/error-loading-elementor-live-editor/#post-7473393)
 * You don’t enable the `SCRIPT_DEBUG` line. Please do that for better log information
   for me.
 *  Thread Starter [DeaJae](https://wordpress.org/support/users/deajae/)
 * (@deajae)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/error-loading-elementor-live-editor/#post-7473400)
 * Found more than one WP_DEBUG in config file, fixed.
 *     ```
       JQMIGRATE: Migrate is installed with logging active, version 1.4.0
       jquery-migrate.js?ver=1.4.0:45 JQMIGRATE: jQuery is not compatible with Quirks Mode
       jquery-migrate.js?ver=1.4.0:47 console.trace()migrateWarn @ jquery-migrate.js?ver=1.4.0:47(anonymous function) @ jquery-migrate.js?ver=1.4.0:83(anonymous function) @ jquery-migrate.js?ver=1.4.0:717
       element.js:41Uncaught TypeError: Cannot set property 'elType' of nullinitialize @ element.js:41e.Model @ backbone.min.js?ver=1.2.3:1n @ backbone.min.js?ver=1.2.3:1model @ element.js:219_prepareModel @ backbone.min.js?ver=1.2.3:1set @ backbone.min.js?ver=1.2.3:1add @ backbone.min.js?ver=1.2.3:1add @ element.js:214reset @ backbone.min.js?ver=1.2.3:1e.Collection @ backbone.min.js?ver=1.2.3:1n @ backbone.min.js?ver=1.2.3:1onStart @ app.js:118(anonymous function) @ backbone.marionette.js?ver=2.4.5:689Marionette.triggerMethod @ backbone.marionette.js?ver=2.4.5:713start @ backbone.marionette.js?ver=2.4.5:35801.elementor-layouts/panel/panel @ app.js:294s @ _prelude.js:1e @ _prelude.js:1(anonymous function) @ _prelude.js:1
       ```
   
 *  Plugin Author [Yakir Sitbon](https://wordpress.org/support/users/kingyes/)
 * (@kingyes)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/error-loading-elementor-live-editor/#post-7473409)
 * Hi [@deajae](https://wordpress.org/support/users/deajae/),
    Thanks for you report.
   I fixed this in our [Github repo](https://github.com/pojome/elementor). I’ll 
   publish this later.
 * Thanks!
 *  Plugin Author [Yakir Sitbon](https://wordpress.org/support/users/kingyes/)
 * (@kingyes)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/error-loading-elementor-live-editor/#post-7473505)
 * Please update to v0.2.5 to fix this issue.
 *  Thread Starter [DeaJae](https://wordpress.org/support/users/deajae/)
 * (@deajae)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/error-loading-elementor-live-editor/#post-7473527)
 * New version seems to be much faster as well as working properly. nice one
 *  Plugin Author [Yakir Sitbon](https://wordpress.org/support/users/kingyes/)
 * (@kingyes)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/error-loading-elementor-live-editor/#post-7473530)
 * Cool, thanks! 🙂

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

The topic ‘error loading Elementor live editor’ is closed to new replies.

 * ![](https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228)
 * [Elementor Website Builder - more than just a page builder](https://wordpress.org/plugins/elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elementor/reviews/)

 * 10 replies
 * 3 participants
 * Last reply from: [Yakir Sitbon](https://wordpress.org/support/users/kingyes/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/error-loading-elementor-live-editor/#post-7473530)
 * Status: resolved