Cannot add a product
Hi to all.
I am using drupal commerce 7.x-1.0 , chaos tools 7.x-1.0-rc1 , Views 7.x-3.0-rc1, Rules 7.x-2.0-rc2, Entity API 7.x-1.0-beta10.
I have created a product type and added all the fields i want.
Some days ago i could create a product.
Now each time i go to create a product and press " Save product" the list is empty and says no products have been created yet.
Also the table commerce_product in my database has not been updated at all.
Any ideas??
Thanks a lot in advance
Comments
I cannot add a product as well
Using:
Drupal 7.8 with 7.x-1.0-rc1 commerce kickstart
ctools 7.x-1.0-rc1
Entity API 7.x-1.0-beta10
views 7.x-3.0-rc1
The three default products are present with the product type and display. I have created a new type and a display but when creating a product and clicking Save nothing happens, no errors etc.
Look in the error log?
Did you look in admin/reports/dblog to see if Drupal reported anything? Did you look in the webserver error log for clues there?
Please make sure that you have disabled all non-core Commerce modules to see if it's a contrib module causing the behavior.
If someone will export their products as a [feature](http://drupal.org/project/features) I'll take a look at this.
I just did a fresh install with commerce kickstart and am unable to demonstrate this problem.
Found the problem
I have finally found what caused this error.
I had installed the metatags module and when i disabled it, product saved correctly.
any idea why this happened?
Thanks for posting.
Same issue here. It would have taken me hours to find this cause.