aimeos / aimeos-core

Aimeos PHP e-commerce framework for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce

Home Page:https://aimeos.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Catalog New : Error

MahmoudDevo opened this issue · comments

Hi;
PostgreSQL 9.6.15
Laravel Framework 8.37.0
PHP 7.4.16
"php": "^7.3|^8.0",
"aimeos/aimeos-laravel": "~2021.04",
The categories are not displayed in the admin part;
if i add a category it displays an error in the homepage

error_catalog

Please check the browser console if there's a JS error or the server doesn't respond with a 200 code.

Thank you 👍 ,
the error because in my extension, not available class mynewdatadomain
ext\devoext\config\admin.php

return [
'jqadm' => [

],
'jsonadm' => [
	'domains' => [
        'mynewdatadomain' => 'mynewdatadomain'
    ],
    'resources' => [
        'mynewdatadomain/config' => 'mynewdatadomain/config'
    ],
],

];
thank you