not able to see the list of categories or able to choose them for particular products
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
not able to see the list of categories or able to choose them for particular products
I was trying to play with the current system and learn more about it, I was trying to create categories in a dashboard but I was not able to see the list of them or able to choose them for particular products please see below , but I can see them in front end. Would you please help me find out why category is not showing in the dashboard system or if I am doing something wrong here?
PHP Version : 7.4.3
Laravel Framework 6.0.4
Aimeos version": "2020.10.2",
Environment: Win
PHP Version : 7.4.3
Laravel Framework 6.0.4
Aimeos version": "2020.10.2",
Environment: Win
- Attachments
-
- 3.png (32.3 KiB) Viewed 4849 times
-
- 2.png (19.85 KiB) Viewed 4849 times
-
- thumbnail.jpg (97.27 KiB) Viewed 4849 times
Re: not able to see the list of categories or able to choose them for particular products
Most likely, your web server doesn't return a response for the HTTP OPTIONS request. Please open the network console in your browser and check what is returned by the web server.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: not able to see the list of categories or able to choose them for particular products
HI
Thank you for the reply, if I understand your question correctly you mean check this section? if yes how to fix this error? i have the package but it does not find it?
these are what i have in Composer.json
"require": {
"php": "^7.4.3",
"aimeos/aimeos-laravel": "~2020.10.3",
"doctrine/dbal": "^2.9",
"doctrine/migrations": "^3.0",
"fideloper/proxy": "^4.0",
"guzzlehttp/guzzle": "~6.0",
"jeroennoten/laravel-adminlte": "^1.25",
"laravel/framework": "6.0.*",
"laravel/tinker": "^1.0",
"laravel/ui": "^1.0",
"mews/captcha": "^3.0",
"mobiledetect/mobiledetectlib": "^2.8",
"predis/predis": "^1.1",
"rutorika/sortable": "^6.0",
"spatie/laravel-honeypot": "^1.4",
"symfony/orm-pack": "^2.0",
"symfony/psr-http-message-bridge": "^2.0"
},
Thank you for the reply, if I understand your question correctly you mean check this section? if yes how to fix this error? i have the package but it does not find it?
these are what i have in Composer.json
"require": {
"php": "^7.4.3",
"aimeos/aimeos-laravel": "~2020.10.3",
"doctrine/dbal": "^2.9",
"doctrine/migrations": "^3.0",
"fideloper/proxy": "^4.0",
"guzzlehttp/guzzle": "~6.0",
"jeroennoten/laravel-adminlte": "^1.25",
"laravel/framework": "6.0.*",
"laravel/tinker": "^1.0",
"laravel/ui": "^1.0",
"mews/captcha": "^3.0",
"mobiledetect/mobiledetectlib": "^2.8",
"predis/predis": "^1.1",
"rutorika/sortable": "^6.0",
"spatie/laravel-honeypot": "^1.4",
"symfony/orm-pack": "^2.0",
"symfony/psr-http-message-bridge": "^2.0"
},
- Attachments
-
- Untitled.png (68.91 KiB) Viewed 4780 times
Re: not able to see the list of categories or able to choose them for particular products
Do you have Laminas Diactoros installed? The Aimeos package requires that by default and your output of "composer show" should contain this:
Your error message looks like one of the packages is missing for a reason we currently don't know.
Code: Select all
laminas/laminas-diactoros 2.5.0 PSR HTTP Message implementations
laminas/laminas-zendframework-bridge 1.1.1 Alias legacy ZF class names t...
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: not able to see the list of categories or able to choose them for particular products
Thanks for the response, I have installed the 2 new packages but I still can not see the categories and have the same issue.
"require": {
"php": "^7.4.3",
"aimeos/aimeos-laravel": "~2020.10.3",
"doctrine/dbal": "^2.9",
"doctrine/migrations": "^3.0",
"fideloper/proxy": "^4.0",
"guzzlehttp/guzzle": "~6.0",
"jeroennoten/laravel-adminlte": "^1.25",
"laminas/laminas-diactoros": "^2.5",
"laminas/laminas-zendframework-bridge": "^1.1",
"laravel/framework": "6.0.*",
"laravel/tinker": "^1.0",
"laravel/ui": "^1.0",
"mews/captcha": "^3.0",
"mobiledetect/mobiledetectlib": "^2.8",
"predis/predis": "^1.1",
"rutorika/sortable": "^6.0",
"spatie/laravel-honeypot": "^1.4",
"symfony/orm-pack": "^2.0",
"symfony/psr-http-message-bridge": "^2.0"
},
still having same issue, I don't know why I can not see my categories . is there any way to fix this? as categories are one of the most important part of the system.
Thanks
"require": {
"php": "^7.4.3",
"aimeos/aimeos-laravel": "~2020.10.3",
"doctrine/dbal": "^2.9",
"doctrine/migrations": "^3.0",
"fideloper/proxy": "^4.0",
"guzzlehttp/guzzle": "~6.0",
"jeroennoten/laravel-adminlte": "^1.25",
"laminas/laminas-diactoros": "^2.5",
"laminas/laminas-zendframework-bridge": "^1.1",
"laravel/framework": "6.0.*",
"laravel/tinker": "^1.0",
"laravel/ui": "^1.0",
"mews/captcha": "^3.0",
"mobiledetect/mobiledetectlib": "^2.8",
"predis/predis": "^1.1",
"rutorika/sortable": "^6.0",
"spatie/laravel-honeypot": "^1.4",
"symfony/orm-pack": "^2.0",
"symfony/psr-http-message-bridge": "^2.0"
},
still having same issue, I don't know why I can not see my categories . is there any way to fix this? as categories are one of the most important part of the system.
Thanks
Re: not able to see the list of categories or able to choose them for particular products
Can you please post the output of "composer show"?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: not able to see the list of categories or able to choose them for particular products
HI I sent you a private message and replied to the last request few days a go, I just wanted to know if you have received my post?
Thanks
Maryam
Thanks
Maryam
Re: not able to see the list of categories or able to choose them for particular products
Your installed packages are older and you should run "composer update" to get the lastest ones. Maybe it's fixed then. You can also try to remove the ./vendor/ folder completely before executing "composer update". Maybe your installed packages are missing files for an unknown reason.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
