JFolder::create: Could not create directory - Joomla

后端 未结 4 1448
南笙
南笙 2021-01-12 13:53

I end up with below error when I try to install a component,module or plugin.

JFolder::create: Could not create directory

What could be th

4条回答
  •  佛祖请我去吃肉
    2021-01-12 14:14

    Change the below variable to in your configuration file(configuration.php) as shown.

    public $log_path = '/logs';
    public $tmp_path = '/tmp';
    

    Also make sure that these folder has the folder permission 755.

    Read more

提交回复
热议问题