not able to see the list of categories or able to choose them for particular products

How to configure and adapt Aimeos based shops as developer
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!
Maryam DY
Posts: 11
Joined: 16 Nov 2020, 07:23

not able to see the list of categories or able to choose them for particular products

Post by Maryam DY » 16 Nov 2020, 07:42

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
Attachments
3.png
3.png (32.3 KiB) Viewed 2104 times
2.png
2.png (19.85 KiB) Viewed 2104 times
thumbnail.jpg
thumbnail.jpg (97.27 KiB) Viewed 2104 times

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: not able to see the list of categories or able to choose them for particular products

Post by aimeos » 17 Nov 2020, 09:30

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, Image give us a star

Maryam DY
Posts: 11
Joined: 16 Nov 2020, 07:23

Re: not able to see the list of categories or able to choose them for particular products

Post by Maryam DY » 24 Nov 2020, 11:48

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"
},
Attachments
Untitled.png
Untitled.png (68.91 KiB) Viewed 2035 times

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: not able to see the list of categories or able to choose them for particular products

Post by aimeos » 25 Nov 2020, 11:56

Do you have Laminas Diactoros installed? The Aimeos package requires that by default and your output of "composer show" should contain this:

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...
Your error message looks like one of the packages is missing for a reason we currently don't know.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Maryam DY
Posts: 11
Joined: 16 Nov 2020, 07:23

Re: not able to see the list of categories or able to choose them for particular products

Post by Maryam DY » 08 Dec 2020, 07:11

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

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: not able to see the list of categories or able to choose them for particular products

Post by aimeos » 08 Dec 2020, 07:48

Can you please post the output of "composer show"?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Maryam DY
Posts: 11
Joined: 16 Nov 2020, 07:23

Re: not able to see the list of categories or able to choose them for particular products

Post by Maryam DY » 16 Dec 2020, 22:47

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

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: not able to see the list of categories or able to choose them for particular products

Post by aimeos » 17 Dec 2020, 15:21

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, Image give us a star

Post Reply