User tests: Successful: Unsuccessful:
Fixes #28385
Fixes the update of Joomla 3.10 to Joomla 4.0
Upgrade from 3.10 to 4.0. Before you get the error 0 Call to a member function attributes() on null
because the manifest file for the repeatable fields plugin has been removed in the deleteUnexistingFiles
function before the uninstallRepeatableFieldsPlugin
. So I've just moved the uninstallation up the pecking order.
None
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_admin |
Title |
|
Labels |
Added:
?
|
I have tested this item
Tested updating a current 3.10-dev branch to latest 4.0-dev nightly with following custom URLs:
The latter is the nightly of tonight plus the patch of this PR applied.
Additional hint for other testers:
Without this PR applied, you get in addition to the error described in the description of this PR an error in your PHP error log (if that is switched on in your PHP settings):
PHP Warning: simplexml_load_file(): I/O warning : failed to load external entity "/home/richard/lamp/public_html/joomla-cms-3.10-dev/plugins/fields/repeatable/repeatable.xml"; in /home/richard/lamp/public_html/joomla-cms-3.10-dev/libraries/src/Installer/Installer.php on line 2034
.
With this PR applied, this error disappears (but others might remains, which are not subject of this PR).
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-03-20 10:48:27 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Thanks guys!
Thanks too, guy
Can’t do real test now, but review looks good. Correction fits to what was reported in PHP error log.