Closed (works as designed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Cart
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2011 at 04:20 UTC
Updated:
24 Mar 2011 at 09:06 UTC
Alright, I was having some serious issues with my previous configuration, so I wiped out my DB and re-built everything. So this is a fresh install of the latest dev version.
Everything installed fine and looked like it was going to be okay. But as soon as I put the 'cart' block in my right hand column, my site can't load any pages. I'll have to figure out how to disable the block in the database. But... I get this error:
Fatal error: Call to a member function set_display() on a non-object in /home/..../public_html/sites/all/modules/commerce/commerce.module on line 163
Comments
Comment #1
rszrama commentedCurious... can you tell me when the last time you updated Views and Commerce to their latest dev versions was? Views recently included changes for the new UI and we had to update our default integration accordingly, but we were a couple days apart.
Comment #2
Ceb commentedI just did a fresh install of all of them within the last few hours. I installed from the latest dev versions as I did a url based module install.
Comment #3
Ceb commentedThe only module I didn't use a dev version of was chaos tools.
Comment #4
Ceb commentedIt looks like that was the source of my problem. Whatever they changed between the 17th and the 19th on ctools looks to be the cause.
Comment #5
Caffeine Addict commentedI'm having the same error now. I've commented out the following lines to get my site up and running again :
163,166,169,170
Fatal error: Call to a member function set_display() on a non-object in D:\Websites\nadmin\zmodules_nforced_co_uk\sites\all\modules\commerce\commerce.module on line 163
The modules I have installed are as follows :
Chaos tools 7.x-1.0-alpha3
Commerce 7.x-1.x-dev
Address Field 7.x-1.0-alpha1
Rules 7.x-2.0-alpha5
Views 7.x-3.x-dev
Ceb do you have this working now, if so what should i change?
Kind regards,
Kevin
Comment #6
Caffeine Addict commentedDo i need to uninstall all the modules and get the dev versions?
Comment #7
pcambraThe new views UI changes caused this, it should be ok now with latests devs of commerce, ctools and views
Comment #8
Caffeine Addict commentedCheers pcambra i'll reinstall and test again.
Comment #9
Caffeine Addict commentedAll working now, thanks for the tip.