Thanks. Removed them as suggested and the error is gone.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: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.Code:
public $ftp_host = '';public $ftp_port = '';public $ftp_user = '';public $ftp_pass = '';public $ftp_root = '';public $ftp_enable = '0';
Statistics: Posted by bazza12 — Mon Aug 05, 2024 2:29 pm