Tags/topics: 
1
Answers
Vote up!
1
Vote down!

Newbie Installation Issues

hi. I searched through this area prior to posting, so if I missed something please excuse me. I have tried several times to get the commerce-kickstart working with little success. I can get a plain Drupal site up, but not the commerce site.

I am testing the commerce-kickstart on a Ubuntu 12.04 LTS virtual machine. Each time I've tried to install commerce-kickstart I have deleted the VM and started over. Basically what happens is that it get up to the point of installing the sample store then starts giving errors like the following:

Notice: Undefined index: module in FieldInfo->prepareInstanceWidget() (line 575 of /var/www/commerce/modules/field/field.info.class.inc).
Notice: Undefined index: module in FieldInfo->prepareInstanceDisplay() (line 610 of /var/www/commerce/modules/field/field.info.class.inc).
Notice: Undefined index: module in FieldInfo->prepareInstanceWidget() (line 575 of /var/www/commerce/modules/field/field.info.class.inc).
Notice: Undefined index: module in FieldInfo->prepareInstanceDisplay() (line 610 of /var/www/commerce/modules/field/field.info.class.in
...

I read the docs and the suggested fix doesn't work.

The site loads but none of the shop loads at all (no products are there from the sample shop). The login button is not there and to re-login I have to use the following URL: www.commerce.com/?q=user (once you logout there's no login button to let you back in).

I really do not know how to fix these errors or who to turn to for help. Any guidance is appreciated.

Asked by: newsy
on March 8, 2014

1 Answer

Vote up!
0
Vote down!

I've been running into the same problem, for some reason FieldInfo->prepareInstanceWidget() is receiving an array with only a weight:

Array
(
[type] =>
[module] =>
[weight] => 52
[settings] => Array
(
)

)

Answer by: Trey Felton
Posted: Aug 21, 2014

Comments

This was intended to be a comment, not an answer... but I can't seem to delete it.

- Trey Felton on August 21, 2014