FileManager with TinyMCE not working Topic is solved

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
andrewvideouk
Forum Members
Forum Members
Posts: 156
Joined: Thu Aug 20, 2020 10:49 pm

FileManager with TinyMCE not working

Post by andrewvideouk »

Hi Guys

I can't get FileManager to work with TinyMCE. I get page not found when you try open FileManager using TinyMCE. Content Page >> Option >> Image works, MicroTiny works too.

I been having problems with FileManager awhile if I try change the defult folders loctions change the config file. Other module like gallary cant see the imges.

How can I fix it and how to work out what is going worrng..


Cheres.
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1800
Joined: Wed Feb 25, 2009 4:25 am

Re: FileManager with TinyMCE not working

Post by DIGI3 »

This is from the TinyMCE module's help:
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
Gallery probably hardcodes some paths, that would be a separate issue and should probably be in its own post with more information and steps to recreate.

Also: This forum should only be for core modules, TinyMCE is third-party (MicroTiny is core, and TinyMCE used to be, so I know it's a bit confusing)
Not getting the answer you need? CMSMS support options
andrewvideouk
Forum Members
Forum Members
Posts: 156
Joined: Thu Aug 20, 2020 10:49 pm

Re: FileManager with TinyMCE not working

Post by andrewvideouk »

Thank you so much. Thats worked. Without you guys I couldnt get my website up and runing. Big thank youl
Post Reply

Return to “CMSMS Core”