XF 2.0 Config.php externalDataPath not readable

Improvs

Member
Hello! Sorry for my bad language, i need your advice.

I have two forums working with one DB and i have encountered with the next issue.

When i trying to indicate externalDataPath in config.php

MyExample:
Code:
$config['externalDataPath'] = '/home/s/user/domain.com/public_html/data';

During uploading i got such error:
Code:
LogicException: The root path /home/s/user/domain.com/public_html/data is not readable. in src/vendor/league/flysystem/src/Adapter/Local.php at line 79

I don't want to change permition for data directory to 777, because it seems not savety. Isn't?

Is there a way to indicate some params to externalDataPath to connect via ftp?
 
Top Bottom