RTC PHP 8.x PR-5.2-dev Pending

User tests: Successful: Unsuccessful:

avatar chmst
chmst
20 Oct 2024

Pull Request for Issue #44317

Summary of Changes

Set Variables correctly

Testing Instructions

see #44317

Actual result BEFORE applying this Pull Request

Deprecated messages and Undefined Property messages

Expected result AFTER applying this Pull Request

no messages

Link to documentations

Please select:

  • Documentation link for docs.joomla.org:

  • No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar chmst chmst - open - 20 Oct 2024
avatar chmst chmst - change - 20 Oct 2024
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 20 Oct 2024
Category Modules Administration
avatar brianteeman brianteeman - test_item - 20 Oct 2024 - Tested unsuccessfully
avatar brianteeman
brianteeman - comment - 20 Oct 2024

I have tested this item 🔴 unsuccessfully on 5f70630


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44318.

avatar brianteeman
brianteeman - comment - 20 Oct 2024

After applying the PR most of the core menu module disapears
image

avatar chmst chmst - change - 20 Oct 2024
Labels Added: PHP 8.x PR-5.2-dev
avatar chmst
chmst - comment - 20 Oct 2024

I change this to draft as the behaviour with recover seems to be wrong.

avatar brianteeman
brianteeman - comment - 20 Oct 2024

Still not correct.

With this PR
Before enabling recovery

image

After enabling recovery

image

avatar chmst
chmst - comment - 20 Oct 2024

Thank you for testing. I cannot replicate that - in my test it is:

grafik

grafik

be08873 20 Oct 2024 avatar chmst cs
avatar fgsw fgsw - test_item - 21 Oct 2024 - Tested successfully
avatar fgsw
fgsw - comment - 21 Oct 2024

I have tested this item ✅ successfully on d62377f


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44318.

avatar brianteeman
brianteeman - comment - 21 Oct 2024

This video shows that the recovery mode does not work.

chrome_tUW7ufmkPe.mp4
avatar fgsw fgsw - test_item - 21 Oct 2024 - Not tested
avatar fgsw
fgsw - comment - 21 Oct 2024

I have not tested this item.

@brianteeman now i understand, what you meant.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44318.

avatar tkuschel
tkuschel - comment - 22 Oct 2024

I think, it would be more clear, instead of your variable define of camel-case $itemLink:

if (substr($item->link, 0, 8) === 'special:') {

change to:

if (isset($item->link) && substr($item->link, 0, 8) === 'special:') {
avatar chmst chmst - change - 23 Oct 2024
The description was changed
avatar chmst chmst - edited - 23 Oct 2024
avatar chmst
chmst - comment - 23 Oct 2024

@brianteeman I have re-opened your issue. This PR is a partial fix for PHP warnings but does not resolve the issue with recovery mode.

avatar chmst
chmst - comment - 23 Oct 2024

@brianteeman do you remember which version was correct?

avatar joomla-cms-bot joomla-cms-bot - change - 26 Oct 2024
Category Modules Administration Modules Administration Libraries
avatar chmst chmst - change - 26 Oct 2024
The description was changed
avatar chmst chmst - edited - 26 Oct 2024
avatar brianteeman brianteeman - test_item - 27 Oct 2024 - Tested successfully
avatar brianteeman
brianteeman - comment - 27 Oct 2024

I have tested this item ✅ successfully on adac1a5


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44318.

avatar fgsw fgsw - test_item - 28 Oct 2024 - Tested successfully
avatar fgsw
fgsw - comment - 28 Oct 2024

I have tested this item ✅ successfully on adac1a5


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44318.

avatar fgsw
fgsw - comment - 1 Nov 2024

Ready to Commit?

avatar alikon alikon - change - 1 Nov 2024
Status Pending Ready to Commit
avatar alikon
alikon - comment - 1 Nov 2024

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44318.

avatar pe7er pe7er - change - 14 Nov 2024
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2024-11-14 08:20:22
Closed_By pe7er
Labels Added: RTC
avatar pe7er pe7er - close - 14 Nov 2024
avatar pe7er pe7er - merge - 14 Nov 2024
avatar pe7er
pe7er - comment - 14 Nov 2024

Thanks @chmst !

Add a Comment

Login with GitHub to post a comment