Setup a 3.10.12 Joomla with these server settings:
Go to component -> Joomla Update
Set update options -> Joomla Next
Check for updates
Joomla4 update pre-check and possibility to update to J4
"I already have the latest version"
see above
I've done some research and i've seen in other discrussion that whene the database shows a prefix (like 5.5.5) some issues may occur. Can this be the case as the database is show as version 5.5.5-10.6.15-MariaDB-cll-lve-log
SSL is present and working and can install extensions from zip or directly from JED without problems.
Labels |
Added:
No Code Attached Yet
|
Hello @richard67 and thanks for your answer.
MySQL type is already MySQLi:
I have those options available:
I will try MySQL (PDO) as soo as i retrieve the FTP credentials in case something goes wrong and can't access the backend anymore, so i will need to restore the configuration.php manually
Title |
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-10-30 11:22:37 |
Closed_By | ⇒ | richard67 |
@PixedBo When an update site times out on connection, e.g. because it is not available, then the update site is disabled automatically. It seems that has happened in past, maybe when we had problems with the update servers on October 17 when we had released 4.4.0 and 5.0.0. So it's always a good idea to check the update sites from time to time.
Closing as solved by enabling the update site again.
Thanks for reporting back.
@PixedBo The version prefix "5.5.5-" should not be the problem, it is stripped off before comparing versions, as far as I know.
Can it be that you are using the native mysql client (database type "MySQL" in global configuration in backend or "mysql" in configuration.php)?
If so, please check in backend which database types are available by trying to change the database type in global configuration.
Which choices does the dropdown offer? There should be "MySQLi" (mind the "i" at the end) or "MySQL (PDO)" or both.
If only one of these 2 is available, chose that one, if both are available, chose one of these 2.
Then save and check again for updates and report back the result.
Thanks in advance.