JFolder::create: Could not create directory
- Goto your Hosting panel >> File Manager >> Select your Domain/Sub-Domain and then open the
configuration.php
file. - Find var $log_path, it will contain the Directory path of your Old Server. Just replace the whole line with the code
var $log_path = './logs';
- Find var $tmp_path, it will also have the Directory path of your Old Server. Replace the whole line with the code
var $tmp_path = './tmp';