Replies: 0
Hello,
I am having issues with newly created users in wp-admin. After I create a new user and the user logs in the visual editor is not created.
[img]https://i.imgur.com/Jbva1ki.png[/img]
Looking in chrome dev tools -> console i see the following error message:
wp-tinymce.php?c=1&ver=4800-20180716:3 Uncaught TypeError: Cannot read property ‘documentBaseURL’ of undefined
at new Hx (wp-tinymce.php?c=1&ver=4800-20180716:3)
at qtrans_hook_on_tinyMCE (post-new.php:519)
at qtrans_editorInit (post-new.php:711)
at HTMLDocument.<anonymous> (post-new.php:733)
at i (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=4.9.10:2)
at Object.fireWith [as resolveWith] (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=4.9.10:2)
at Function.ready (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=4.9.10:2)
at HTMLDocument.K (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=4.9.10:2)
I have even given the user the same role/permissions as me (admin).
When i log in as Admin the visual editor renders correctly?
Any tips/suggestions?