If you have questions about using mojoPortal, you can post them here.
You may want to first review our site administration documentation to see if your question is answered there.
I have recently upgraded our mojo portal site to version 2.4.0.8
it was on a much older version and we have the site working properly on the new version
the question is that in the last version the File Manager went to the path /data/sites/1
the new version the File Manager path is going to /data/sites/1/media
is there a way to change the path that File Manager is pointing to by default
I was able to locate the solution
I needed to change the web.config entry as below to false
<add key="ForceAdminsToUseMediaFolder" value="false" />