TinyMCE Filepicker fail in 2.2.15

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
fowlerat
Forum Members
Forum Members
Posts: 30
Joined: Mon Mar 07, 2011 1:02 pm

TinyMCE Filepicker fail in 2.2.15

Post by fowlerat »

Hi,

As of 2.2.15 when using TinyMCE the filepicker goes to a 403 error.

Any quick solutions please?

Thanks
Alan
fowlerat
Forum Members
Forum Members
Posts: 30
Joined: Mon Mar 07, 2011 1:02 pm

Re: TinyMCE Filepicker fail in 2.2.15

Post by fowlerat »

Have found resolution - maybe the default htaccess.txt which is shipped could be updated?

Important: if you're using URL Rewriting, you must update your .htaccess file and replace:
RedirectMatch 403 ^.*/modules/(.*)\.php$ with:
RedirectMatch 403 ^.*/modules/(?!TinyMCE/responsive_filemanager/filemanager/).*\.php$
... in order to make the Responsive File Manager work - If you already did some changes on that line, please update the rule accordingly
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1821
Joined: Wed Feb 25, 2009 4:25 am

Re: TinyMCE Filepicker fail in 2.2.15

Post by DIGI3 »

TinyMCE isn't a core module, so allowing a special exception for it in the core isn't an ideal solution. This does catch a lot of people who miss the instruction in the module's docs, however, so it would be nice if a more permanent solution could be found.
Not getting the answer you need? CMSMS support options
Post Reply

Return to “Modules/Add-Ons”