This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

ELFilemanager Temporal Solution
#1
ELFilemanager Temporal Solution
Test in Ubuntu :

The problem with this module is because snuffleupagus and his rules stop some functions, if use other php version this not happend.

The solution is install Filemanager (elFinder) inside /etc/sentora/panel/etc/apps/elFinder

Configurate and rename connector.minimal.php inside folder php of elFinder, with right paths to the public_html in /var/sentora, ...etc.

Also need modificate inside apache2 configuration file and put this code

Code:
<IfModule mod_proxy_fcgi.c>
    <Directory /etc/sentora/panel/etc/apps/elFinder>
        <FilesMatch \.php$>
            SetHandler "proxy:unix:/run/php/php5.6-fpm.sock|fcgi://localhost/"
        </FilesMatch>
    </Directory>
</IfModule>

Until you must use and install fpm, etc and dont use php 7.4.3 for running this Filemanager, by this is important change php version if use Sentora 2.01.

When you make this, you can access perfectly and run the Filemanager, other way is use subdomain, and configurate paths, but this solution can be integrate with simple iframe module inside CP.

Also could change rules for snuffleupagus, the problem is with php 7.4.3, because no longer uses suhosin.

Howewer from staff can tell us the best way for change these rules and works without problem in CP, but at the moment this solution works for me, you can download script from here :

https://studio-42.github.io/elFinder/#elf_l1_Lw

Regards
Reply
Thanks given by: TGates


Possibly Related Threads…
Thread Author Replies Views Last Post
New solution for extplorer? MarkDark 4 12 ,865 02-27-2015, 04:04 PM
Last Post: zHostingSolutions

Forum Jump:


Users browsing this thread: 1 Guest(s)