Since update to: 4.1: After Login and/or Klick on: Home Dashboard (part of view):
An error has occurred.
0 Access to undeclared static property: Joomla\Module\Quickicon\Administrator\Helper\QuickIconHelper::$buttons
Click on: Global Configuration: View is OK.
see above.
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
Can anyone confirm that, or is it just me?
| Labels |
Removed:
?
|
||
| Labels |
Added:
No Code Attached Yet
|
||
| Title |
|
||||||
@PhilETaylor
Tks. I hope, it helps. If not successful or other unknown reason, then I will go back to Version 4.0.3
And shall I assume you are on some very high PHP 8 version? Which version exactly?
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 |
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.
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;
Looking at the file https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/modules/mod_quickicon/src/Helper/QuickIconHelper.php I do not see any self::$buttons[$key][] = $tmp;
Its a 4.1 dev pb
ah that would do it yes
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-10-05 12:03:13 |
| Closed_By | ⇒ | ChristineWk |
please enable debug mode and error_reporting to development and then report the stack trace shown when the error occurs.