No Code Attached Yet bug
avatar brianteeman
brianteeman
5 Jul 2023

Steps to reproduce the issue

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

image

from the command line do the update
php .\cli\joomla.php core:update

Expected result

update completes without error

administrator\logs\joomla_update.php
contains details of the update

Actual result

image

administrator\logs\joomla_update.php
no details of the update

Additional comments

appears to have update to j5 but dont know if it actually did everything

avatar brianteeman brianteeman - open - 5 Jul 2023
avatar joomla-cms-bot joomla-cms-bot - change - 5 Jul 2023
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 5 Jul 2023
avatar richard67
richard67 - comment - 5 Jul 2023

Possibly related to or caused by #40257 .

avatar richard67 richard67 - change - 5 Jul 2023
Labels Added: bug
avatar richard67 richard67 - labeled - 5 Jul 2023
avatar alikon
alikon - comment - 5 Jul 2023

if you change
use Joomla\CMS\Filesystem\File;

to

use Joomla\Filesystem\File;

should work

but is already like that in 5.0

avatar richard67
richard67 - comment - 5 Jul 2023

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.

avatar alikon
alikon - comment - 5 Jul 2023

yes should be changed on 4.4 too then

avatar HLeithner
HLeithner - comment - 5 Jul 2023

File::exists have to be replaced by is_file() or file_exists()

avatar alikon
alikon - comment - 6 Jul 2023

please test #41117

avatar alikon alikon - change - 6 Jul 2023
Status New Closed
Closed_Date 0000-00-00 00:00:00 2023-07-06 10:04:10
Closed_By alikon
avatar alikon alikon - close - 6 Jul 2023

Add a Comment

Login with GitHub to post a comment