Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attributes are not creating in magento #18

Open
baladpi opened this issue Feb 29, 2020 · 2 comments
Open

Attributes are not creating in magento #18

baladpi opened this issue Feb 29, 2020 · 2 comments

Comments

@baladpi
Copy link

baladpi commented Feb 29, 2020

I am using magento commerce 2.3.3, getting error StreamLogger.CRITICAL: An attribute code must not be less than 1 and more than 200 characters. I increased the size but the attribute name size is less than 20 only.

if the new checksum is coming from pimcore, it creating an attribute set but it's unable to create an attribute for an attribute-set so it set 500 in DB and throws "StreamLogger.CRITICAL: An attribute code must not be less than 1 and more than 200 characters". if the checksum is same, its saves the value in that attribute-set but in that also it's not checking the attribute.

Please help me in this...

@sdouma
Copy link

sdouma commented Mar 17, 2020

I have a similar issue. I would be interested in knowing how this is supposed to function

@mbolka
Copy link

mbolka commented Mar 18, 2020

@baladpi can you send me the result of this query on your pimcore instance:

[pimcore-isntance-url]/webservice/rest/product?apikey=[PicmoreApiKEY]&id=[productId]&instanceUrl=[MangetoIsntanceURL]&storeViewId=[StoreViewId]

(pimcore.localhost/webservice/rest/product?apikey=111111111450b16993efbe9008703ec60eea6beae036eb0f8cd1111111111111&id=10&instanceUtl=magento.localhost&storeViewId=0)

for the product that throws an error. It might be connected with your Pimcore product structure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants