No Code Attached Yet
avatar ChristineWk
ChristineWk
2 Oct 2021

Steps to reproduce the issue

Since update to: 4.1: After Login and/or Klick on: Home Dashboard (part of view):

screen shot 2021-10-02 at 13 57 36

An error has occurred.
0 Access to undeclared static property: Joomla\Module\Quickicon\Administrator\Helper\QuickIconHelper::$buttons

Click on: Global Configuration: View is OK.

Actual result

see above.

System information (as much as possible)

System: installed: 4.1.0-dev
Server: https://update.joomla.org/core/nightlies/next_minor_list.xml

Joomla CMS
Joomla! 4 Content Management System.
Site
File
No Problems
Database: 4.0.3-2021-09-05
‎Manifest: 4.1.0-dev

Additional comments

Can anyone confirm that, or is it just me?

avatar ChristineWk ChristineWk - open - 2 Oct 2021
avatar ChristineWk ChristineWk - change - 2 Oct 2021
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 2 Oct 2021
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 2 Oct 2021
avatar ChristineWk ChristineWk - change - 2 Oct 2021
Title
[4.1-dev]
[4.1-dev] 0 Access to undeclared static property: Joomla\Module\Quickicon\Administrator\Helper\QuickIconHelper::$buttons
avatar ChristineWk ChristineWk - edited - 2 Oct 2021
avatar PhilETaylor
PhilETaylor - comment - 3 Oct 2021

please enable debug mode and error_reporting to development and then report the stack trace shown when the error occurs.

avatar ChristineWk
ChristineWk - comment - 3 Oct 2021

@PhilETaylor
Tks. I hope, it helps. If not successful or other unknown reason, then I will go back to Version 4.0.3

screen shot 2021-10-03 at 15 46 26

screen shot 2021-10-03 at 15 46 40


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

avatar PhilETaylor
PhilETaylor - comment - 3 Oct 2021

And shall I assume you are on some very high PHP 8 version? Which version exactly?

avatar ChristineWk
ChristineWk - comment - 3 Oct 2021

PHP 8 not yet :-)

Database Type mysql
5.7.33-log
latin1_swedish_ci
utf8mb4_general_ci
None
Yes
7.4.21
Apache
cgi-fcgi
Joomla! 4.1.0-dev Development [ Kuamini ] 28-September-2021 18:25 GMT
avatar ghazal
ghazal - comment - 4 Oct 2021

Confirming this error.
PHP 8.0.10
MariaDB 10.4.21
Joomla 4.1.0-dev (today's NightlyBuild ie 10/4)
Only in the Home Dashboard.

avatar ghazal
ghazal - comment - 5 Oct 2021

I guess I found where the error lies:
/administrator/modules/mod_quickicon/src/Helper/QuickIconHelper.php
Around show_tags (new?) feature.

I guess it should not be:
//self::$buttons[$key][] = $tmp;
but:
$this->buttons[$key][] = $tmp;

avatar PhilETaylor
PhilETaylor - comment - 5 Oct 2021
avatar ghazal
ghazal - comment - 5 Oct 2021

Its a 4.1 dev pb

avatar PhilETaylor
PhilETaylor - comment - 5 Oct 2021

ah that would do it yes

avatar PhilETaylor
PhilETaylor - comment - 5 Oct 2021

#32223 related

avatar PhilETaylor
PhilETaylor - comment - 5 Oct 2021

Please test #35754

avatar ChristineWk ChristineWk - change - 5 Oct 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-10-05 12:03:13
Closed_By ChristineWk
avatar ChristineWk ChristineWk - close - 5 Oct 2021

Add a Comment

Login with GitHub to post a comment