Error updating Joomla 3.6.0 to 3.6.2 - Joomla! Forum - community, help and support
hello everyone,
i newby forum.
i encounter error message trying update joomla 3.6.0 3.6.2.
the database right , updated joomla update component first.
still, there following message after hitting install button:
catchable fatal error: argument 3 passed jclientftp::getinstance() must of type array, null given, called in /var/www/web264/html/sidepeek.com/libraries/joomla/filesystem/file.php on line 488 , defined in /var/www/web264/html/sidepeek.com/libraries/joomla/client/ftp.php on line 194
do have ideas?
i googled couldn't find useful.
i appreciate help.
thank you.
kai
i newby forum.
i encounter error message trying update joomla 3.6.0 3.6.2.
the database right , updated joomla update component first.
still, there following message after hitting install button:
catchable fatal error: argument 3 passed jclientftp::getinstance() must of type array, null given, called in /var/www/web264/html/sidepeek.com/libraries/joomla/filesystem/file.php on line 488 , defined in /var/www/web264/html/sidepeek.com/libraries/joomla/client/ftp.php on line 194
do have ideas?
i googled couldn't find useful.
i appreciate help.
thank you.
kai
sounds went wrong overwriting files. in j362 should line 487 , should read
$ftp = jclientftp::getinstance($ftpoptions['host'], $ftpoptions['port'], array(), $ftpoptions['user'], $ftpoptions['pass']);
you might want overwrite files again after checking.
$ftp = jclientftp::getinstance($ftpoptions['host'], $ftpoptions['port'], array(), $ftpoptions['user'], $ftpoptions['pass']);
you might want overwrite files again after checking.
Comments
Post a Comment