Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1567

Administration Joomla! 5.x • Re: Cannot update 5.03 to 5.1.2 Logging does not work.

$
0
0
FTP Settings were part of the Server tab of the Global Configuration in Joomla 3 but they were removed in Joomla 4. Was the website upgraded from Joomla 3?

If the file configuration.php in the main Joomla folder still has the following lines, remove them:

Code:

public $ftp_host = '';public $ftp_port = '';public $ftp_user = '';public $ftp_pass = '';public $ftp_root = '';public $ftp_enable = '0';
The PHP code that refers to FTP in Joomla 5, libraries/vendor/joomla/filesystem/src/Client/FTPClient.php, looks like a remnant from previous versions.
Thanks. Removed them as suggested and the error is gone.

Statistics: Posted by bazza12 — Mon Aug 05, 2024 2:29 pm



Viewing all articles
Browse latest Browse all 1567

Trending Articles