Discussions

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

Posted: Sep 21, 2011

Comments

jeppy64 on September 26, 2011

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.

rfay Randy Fay on September 26, 2011

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.

frixos on September 27, 2011

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?