using latest 4.4
set the update channel to testing https://update.joomla.org/core/nightlies/next_major_list.xml
from the command line verify that an update is available
php .\cli\joomla.php core:check-updates
from the command line do the update
php .\cli\joomla.php core:update
update completes without error
administrator\logs\joomla_update.php
contains details of the update
administrator\logs\joomla_update.php
no details of the update
appears to have update to j5 but dont know if it actually did everything
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
if you change
use Joomla\CMS\Filesystem\File;
to
use Joomla\Filesystem\File;
should work
but is already like that in 5.0
if you change use Joomla\CMS\Filesystem\File;
to
use Joomla\Filesystem\File;
should work
but is already like that in 5.0
Yes, but when updating from 4.4 it might still be the 4.4 PHP file which is running.
yes should be changed on 4.4 too then
File::exists have to be replaced by is_file()
or file_exists()
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-07-06 10:04:10 |
Closed_By | ⇒ | alikon |
Possibly related to or caused by #40257 .