This only happens, when you have in the backend under:
administration->configuration->server
administration->configuration->system
a wrong path but if you have additionally in your configuration.php the correct paths in the variables $log_path and $tmp_path. If you then try to update your joomla version to e.g. joomla 3.8 then it promts the alert
JFolder::create: Das Verzeichnis kann nicht erstellt werden!
Joomla seems not to apply your configuration settings from the configurations.php fully.
If it is set in the backend wrong and in the configuration.php correct then it does NOT work.
You have to set it in the backend and in the configuration.php that means you have to do double work.
It is expected that if you change the configuration.php via ftp that joomla shows those parameters also in the backend.
JFolder::create: Das Verzeichnis kann nicht erstellt werden!
Joomla 3.8
PHP 7
Firefox 55.0.3
Thats the point. The backend is not reading the configuration.php when the parameters $log_path and $tmp_path in the configuration.php is changed. It still keeps the old log and temp paths from the backend which causes an error when you try to update joomla.
thats simply not possible - at least i cannot see how
But some other users had also the same problem:
Seems the problem exists since Joomla 1.5
No it doesnt - the problem is that you have all missed one thing when you did the ftp. You will see that your changed file did NOT get uploaded due to a permissions issue.
Category | ⇒ | com_joomlaupdate |
Status | New | ⇒ | Discussion |
No it doesnt - the problem is that you have all missed one thing when you did the ftp. You will see that your changed file did NOT get uploaded due to a permissions issue.
Classic.
@esenpix The configuration.php cannot just be uploaded and overwritten for permissions restrictions. You need to delete it from the server or change permissions before you can re-upload it, if you want to customize it manually. Otherwise it won't get overwritten.
I am closing this as it is a user error not a joomla error
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-09-29 13:11:31 |
Closed_By | ⇒ | brianteeman |
As those backend views just read the configuration.php file when it is displayed I cannot see how anything other than your expected result is possible