Activate the Website Offline (=Wartungsmodus) Option
Login with the Login-Mask
You can view the normal website
Bei Problemen ist der Administrator dieser Website zuständig.
0 Unknown named parameter $params
Call stack
1 () JROOT\libraries\src\Editor\Editor.php:200
2 Joomla\CMS\Editor\Editor->display() JROOT\plugins\system\inlinecontent\inlinecontent.php:298
3 PlgSystemInlineContent->onAfterDispatch() JROOT\libraries\src\Plugin\CMSPlugin.php:285
4 Joomla\CMS\Plugin\CMSPlugin->Joomla\CMS\Plugin{closure}() JROOT\libraries\vendor\joomla\event\src\Dispatcher.php:486
5 Joomla\Event\Dispatcher->dispatch() JROOT\libraries\src\Application\EventAware.php:111
6 Joomla\CMS\Application\WebApplication->triggerEvent() JROOT\libraries\src\Application\SiteApplication.php:211
7 Joomla\CMS\Application\SiteApplication->dispatch() JROOT\libraries\src\Application\SiteApplication.php:245
8 Joomla\CMS\Application\SiteApplication->doExecute() JROOT\libraries\src\Application\CMSApplication.php:278
9 Joomla\CMS\Application\CMSApplication->execute() JROOT\includes\app.php:63
10 require_once() JROOT\index.php:32
Still after logout and F5 it is broken.
Visiting with another browser or in incognito mode works
Win10, XAMPP Version: 8.0.9
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
ah ok, though it was a Joomla internal plugin, but seems to be sth. from Ark ;)
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-09-16 16:44:45 |
Closed_By | ⇒ | joomdonation |
Closing because of none core issue.
Arguably it is a core issue that should be resolved #33529 (comment)
Without looking at the actual plugin code, I'm unsure. The issue you linked too, causes by JCE editor does not use same method signature with core if I remember correctly and the developer fixed it (with happiness from long time ago).
Its actually a PHP 8 Named Arguments Backward compatibility break as detailed in the issue I raised and the comment I made on how Joomla can better handle it. 3pd should not be expected to have to change their code because Joomla fails to make PHP 8 compatibility a priority.
This is not a Joomla problem. This is a problem with the custom plugin plugins\system\inlinecontent and PHP 8
Same root cause as, and see comments of #33529