How to solve JFolder::create: Could not create directory
Jan 01, 1970
Author: Dr_ViRuS
One of most common headache when you deploying from local version joomla to production server is :
JFolder::create: Could not create directory
So from where is coming this problem?
Is coming from configuration.php file.
You must edit joomla configuration.php file this vars
var $log_path = '/usr/home/web/joomla/logs'; var $tmp_path = '/usr/home/web/joomla/tmp';in something like this
var $log_path = './logs'; var $tmp_path = './tmp';
views 1685



