Jump to content

Archived

This topic is now archived and is closed to further replies.

Alfredo

Oops, There may be an issue loading.

Recommended Posts

Alfredo

Hi

I am not able to use the DMS editor on Chrome, I get this:

Quote

 

Oops, There may be an issue loading.

DMS typically loads in less than 5 seconds. Please check for Javascript or PHP errors.
(Typically, slow or incomplete loading is related to plugin conflicts or server issues.)

 

 
In the Console this is what I see, it seems to be related so js:
 
Quote

Uncaught TypeError: store.get is not a function
    at HTMLBodyElement.<anonymous> (pl.toolbox.js:328)
    at Function.each (jquery.js:2)
    at a.fn.init.each (jquery.js:2)
    at a.fn.init.$.fn.toolbox (pl.toolbox.js:313)
    at Object.startUp (pl.editor.js:74)
    at HTMLDocument.<anonymous> (pl.editor.js:10)
    at i (jquery.js:2)
    at Object.fireWith [as resolveWith] (jquery.js:2)
    at Function.ready (jquery.js:2)
    at HTMLDocument.K (jquery.js:2)

And this is the js line where the issue happens:
 

Quote

 

            else if ( this.isShown = store.get('toolboxShown') )

 

How to fix this?

Thank you

 

Share this post


Link to post
Share on other sites
Andrew

Are you using the most recent version of DMS? 

Have you checked for plugin conflicts? 

Share this post


Link to post
Share on other sites

×