hi, I installed the UberCart e-commerce module wanting to enable an online store in my website and I enabled some poarts of the module, gota a warning that i need to enable some depencies but I can't go back and do it as I aolways get this error now: "Fatal error: Cannot redeclare field_info_cache_clear() (previously declared in /home/content/86/9316986/html/site/modules/field/field.info.inc:29) in /home/content/86/9316986/html/site/sites/all/modules/commerce_kickstart-7.x-1.7/modules/field/field.info.inc on line 38" url: http://wittmerperformance.com/site/ What the heck is going on? Thanks! -- Ron Eggler Web Developer iNetGate (778) 230-9442 ron.eggler@inetgate.ca www.inetgate.ca
looks like the same module (field) was included twice, and the one in /home/content/86/9316986/html/site/modules/field/ was turned on first. you'll probably need to delete the one in /home/content/86/9316986/html/site/sites/all/modules/commerce_kickstart-7.x-1.7/modules/field/ Although since the function that was redeclared occurs on two different lines, they are probably different versions as well. -Don- On 6/4/2012 1:55 AM, Ron Eggler wrote:
hi,
I installed the UberCart e-commerce module wanting to enable an online store in my website and I enabled some poarts of the module, gota a warning that i need to enable some depencies but I can't go back and do it as I aolways get this error now: "Fatal error: Cannot redeclare field_info_cache_clear() (previously declared in /home/content/86/9316986/html/site/modules/field/field.info.inc:29) in /home/content/86/9316986/html/site/sites/all/modules/commerce_kickstart-7.x-1.7/modules/field/field.info.inc on line 38" url: http://wittmerperformance.com/site/
What the heck is going on?
Thanks!
-- Ron Eggler Web Developer iNetGate (778) 230-9442
ron.eggler@inetgate.ca <mailto:ron.eggler@inetgate.ca> www.inetgate.ca <http://www.inetgate.ca>
Yah..i think its a conflict between modules. On Mon, Jun 4, 2012 at 2:22 PM, Don Pickerel <donald@fane.com> wrote:
looks like the same module (field) was included twice, and the one in /home/content/86/9316986/html/site/modules/field/ was turned on first. you'll probably need to delete the one in /home/content/86/9316986/html/site/sites/all/modules/commerce_kickstart-7.x-1.7/modules/field/
Although since the function that was redeclared occurs on two different lines, they are probably different versions as well.
-Don-
On 6/4/2012 1:55 AM, Ron Eggler wrote:
hi,
I installed the UberCart e-commerce module wanting to enable an online store in my website and I enabled some poarts of the module, gota a warning that i need to enable some depencies but I can't go back and do it as I aolways get this error now: "Fatal error: Cannot redeclare field_info_cache_clear() (previously declared in /home/content/86/9316986/html/site/modules/field/field.info.inc:29) in /home/content/86/9316986/html/site/sites/all/modules/commerce_kickstart-7.x-1.7/modules/field/field.info.inc on line 38" url: http://wittmerperformance.com/site/
What the heck is going on?
Thanks!
-- Ron Eggler Web Developer iNetGate (778) 230-9442
ron.eggler@inetgate.ca www.inetgate.ca
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Linux Registered User #383849 http://tdanotech.blogspot.com http://atats.blogspot.com/ http://sedemdbs.blogspot.com/
See Whether You Have Left Any Thing Related To This. And Try. On 6/4/12, Ron Eggler <ron.eggler@inetgate.ca> wrote:
hi,
I installed the UberCart e-commerce module wanting to enable an online store in my website and I enabled some poarts of the module, gota a warning that i need to enable some depencies but I can't go back and do it as I aolways get this error now: "Fatal error: Cannot redeclare field_info_cache_clear() (previously declared in /home/content/86/9316986/html/site/modules/field/field.info.inc:29) in /home/content/86/9316986/html/site/sites/all/modules/commerce_kickstart-7.x-1.7/modules/field/field.info.inc on line 38" url: http://wittmerperformance.com/site/
What the heck is going on?
Thanks!
-- Ron Eggler Web Developer iNetGate (778) 230-9442
ron.eggler@inetgate.ca www.inetgate.ca
Well, the error message tells me that you installed Drupal with the Commerce_kickstart profile, which includes the Commerce package. Why are you trying to drop Ubercart on top of that? I think the best thing to do now is start all over again. Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
________________________________ From: Ron Eggler I installed the UberCart e-commerce module wanting to enable an online store in my website and I enabled some poarts of the module, gota a warning that i need to enable some depencies but I can't go back and do it as I aolways get this error now: "Fatal error: Cannot redeclare field_info_cache_clear() (previously declared in /home/content/86/9316986/html/site/modules/field/field.info.inc:29) in /home/content/86/9316986/html/site/sites/all/modules/commerce_kickstart-7.x-1.7/modules/field/field.info.inc on line 38" url: http://wittmerperformance.com/site/
On Mon, Jun 4, 2012 at 6:44 AM, Ms. Nancy Wichmann <nan_wich@bellsouth.net> wrote:
Well, the error message tells me that you installed Drupal with the Commerce_kickstart profile, which includes the Commerce package. Why are you trying to drop Ubercart on top of that? I think the best thing to do now is start all over again.
But that in itself should not cause the error. The big issue is that /site/sites/all/modules/commerce_kickstart-7.x-1.7/modules/field/field.info.inc conflicts with the now D7 core module /site/modules/field/field.info.inc. Clearly the fix is to remove the /site/sites/all/modules/commerce_kickstart-7.x-1.7/modules/field folder. Or get rid of commerce_kickstart altogether to use Ubercart instead. -- Earnie -- https://sites.google.com/site/earnieboyd
On Mon, Jun 4, 2012 at 5:24 AM, Earnie Boyd <earnie@users.sourceforge.net>wrote:
On Mon, Jun 4, 2012 at 6:44 AM, Ms. Nancy Wichmann <nan_wich@bellsouth.net> wrote:
Well, the error message tells me that you installed Drupal with the Commerce_kickstart profile, which includes the Commerce package. Why are you trying to drop Ubercart on top of that? I think the best thing to do now is start all over again.
But that in itself should not cause the error. The big issue is that
/site/sites/all/modules/commerce_kickstart-7.x-1.7/modules/field/field.info.inc conflicts with the now D7 core module /site/modules/field/field.info.inc. Clearly the fix is to remove the /site/sites/all/modules/commerce_kickstart-7.x-1.7/modules/field folder.
Yep, I did that and it seemed to fix the issue! Thanks!
Or get rid of commerce_kickstart altogether to use Ubercart instead.
Might do that! But Ubercart is not available for D7 yet.... any other recommendations for a good shopping cart/ online store module? Thanks! -- Ron Eggler Web Developer iNetGate (778) 230-9442 ron.eggler@inetgate.ca www.inetgate.ca
Might do that! But Ubercart is not available for D7 yet..
Huh? It's right here: http://drupal.org/project/ubercart and has been for a while. For D7. Fred
Hi Nancy, Like what "all over again"? Can I just disable/erease that additional module "commerce_kickstart" or do I need to start with a complete new drupal install? :o Thanks, Ron On Mon, Jun 4, 2012 at 3:44 AM, Ms. Nancy Wichmann <nan_wich@bellsouth.net>wrote:
Well, the error message tells me that you installed Drupal with the Commerce_kickstart profile, which includes the Commerce package. Why are you trying to drop Ubercart on top of that? I think the best thing to do now is start all over again.
*Nancy* Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
------------------------------ *From:* Ron Eggler I installed the UberCart e-commerce module wanting to enable an online store in my website and I enabled some poarts of the module, gota a warning that i need to enable some depencies but I can't go back and do it as I aolways get this error now: "Fatal error: Cannot redeclare field_info_cache_clear() (previously declared in /home/content/86/9316986/html/site/modules/field/field.info.inc:29) in /home/content/86/9316986/html/site/sites/all/modules/commerce_kickstart-7.x-1.7/modules/field/field.info.inc on line 38" url: http://wittmerperformance.com/site/
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Ron Eggler Web Developer iNetGate (778) 230-9442 ron.eggler@inetgate.ca www.inetgate.ca
participants (7)
-
ALLAHBAKASH ALLAHBAKASH -
Don Pickerel -
Earnie Boyd -
Fred Jones -
Ms. Nancy Wichmann -
Ron Eggler -
tata dano