donShakespeare / TinymceWrapperMODX

A wrapper for TinyMCE and many other goodies for MODX Revolution
3 stars 6 forks source link

Permissions issue with file browser and MODX 2.8.2 #14

Open claytonk opened 3 years ago

claytonk commented 3 years ago

After upgrading to MODX 2.8.2 I am now getting an access denied error when attempting to access the file browser (native) I get {"success":false,"message":"Access denied.","total":0,"data":[],"object":{"code":401}} in my console as the response from connectors/modx.config.js.php?action=browser&wctx=web

Tried switching to the responsive file manager, but that doesn't appear to be working either. Config paths weren't correct, but after fixing them I get a message that no media source is set (it is).

Prefer the native browser if it's still an option, but need you to point me the right direction as to the cause of the permissions issue.