JFolder::create: Could not create directory - Joomla

后端 未结 4 1445
南笙
南笙 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:28

    After a lot of trouble with this error, I got a break through. In the configuration.php file, edit the var logpath n tmppath values as below var $log_path = '/home/public_html/sitename/logs'; var $tmp_path = '/home/public_html/sitename/tmp';

    This definately will work. And works for me.

提交回复
热议问题