web design quote

Web Design Los Angeles

JFolder::create: Could not create directory


JFolder::create: Could not create directory
Warning! Failed to move file.

Happens when you move from one host to another. When we move a Joomla site from one server to another, the log & tmp functions present in the configuration.php file contains the directory path where you had previously installed Joomla on the old server.

The fix for this error is very simple. Just follow the steps below:

1. Using  any FTP client goto your root Joomla folder and open the configuration.php file.

2. 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';

3. Find var $tmp_path, it will also have the directory path of your old server.
Just replace the whole line with the code var $tmp_path = './tmp';

That’s it! Your problem is solved!

 

Add comment


Security code
Refresh