Here is an image of error
SYNTAX :-
JFolder::create: Could not create directory
Warning! Failed to move file.
This error occurs when you move from one host to another host. It is because when we move a Joomla site from one server to another server, the log & tmp functions present in the configuration.php file contains the directory path where you had previously installed Joomla i.e. on the old server.
Fix for ‘JFolder::create: Could not create directory’ Error
Unlike other Errors, the fix for this error is pretty Simple. Follow the steps below to fix it.
#1 Goto your Hosting panel >> File Manager >> Select your Domain/Sub-Domain and then open theconfiguration.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. Replace the whole line with the code var $tmp_path = './tmp';
That’s it! Your problem will be solved with this small tweak in the code. Make sure that you properly copy paste the code. If you still face any problem then don’t hesitate to put in a Comment with your query.
No comments:
Post a Comment