You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joomla 5.2.3 / PHP 8.2
Main branch und andere PR's
Wenn ich bei den Kategorien einige anklicke und über die Stapelverarbeitung "Kopieren" möchte, bringt es einen Fehler:
Fehlermeldung:
Es ist ein Fehler aufgetreten.
0 key_exists(): Argument #2 ($array) must be of type array, string given
hier der Call-Stack:
`
Es ist ein Fehler aufgetreten.
<blockquote class="blockquote">
<span class="badge bg-secondary">0</span>
key_exists(): Argument #2 ($array) must be of type array, string given </blockquote>
<div>
<h2 id="caption">Call Stack</h2>
Joomla 5.2.3 / PHP 8.2
Main branch und andere PR's
Wenn ich bei den Kategorien einige anklicke und über die Stapelverarbeitung "Kopieren" möchte, bringt es einen Fehler:
Fehlermeldung:
Es ist ein Fehler aufgetreten.
0 key_exists(): Argument #2 ($array) must be of type array, string given
hier der Call-Stack:
`
Es ist ein Fehler aufgetreten.
| Function | Location
-- | -- | --
`1 | () | JROOT/administrator/components/com_joomgallery/src/Model/CategoryModel.php:465
2 | key_exists() | JROOT/administrator/components/com_joomgallery/src/Model/CategoryModel.php:465
3 | Joomgallery\Component\Joomgallery\Administrator\Model\CategoryModel->save() | JROOT/administrator/components/com_joomgallery/src/Model/CategoryModel.php:746
4 | Joomgallery\Component\Joomgallery\Administrator\Model\CategoryModel->duplicate() | JROOT/administrator/components/com_joomgallery/src/Controller/CategoriesController.php:54
5 | Joomgallery\Component\Joomgallery\Administrator\Controller\CategoriesController->duplicate() | JROOT/libraries/src/MVC/Controller/BaseController.php:730
6 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_joomgallery/src/Controller/JoomAdminController.php:124
7 | Joomgallery\Component\Joomgallery\Administrator\Controller\JoomAdminController->execute() | JROOT/libraries/src/Dispatcher/ComponentDispatcher.php:143
8 | Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch() | JROOT/administrator/components/com_joomgallery/src/Dispatcher/Dispatcher.php:32
9 | Joomgallery\Component\Joomgallery\Administrator\Dispatcher\Dispatcher->dispatch() | JROOT/libraries/src/Component/ComponentHelper.php:361
10 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/AdministratorApplication.php:150
11 | Joomla\CMS\Application\AdministratorApplication->dispatch() | JROOT/libraries/src/Application/AdministratorApplication.php:205
12 | Joomla\CMS\Application\AdministratorApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:306
13 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/administrator/includes/app.php:58
14 | require_once() | JROOT/administrator/index.php:32
The text was updated successfully, but these errors were encountered: