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

rszrama’s picture

Curious... 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.

Ceb’s picture

I 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.

Ceb’s picture

The only module I didn't use a dev version of was chaos tools.

Ceb’s picture

Status: Active » Closed (works as designed)

It 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.

Caffeine Addict’s picture

I'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

Caffeine Addict’s picture

Status: Closed (works as designed) » Active

Do i need to uninstall all the modules and get the dev versions?

pcambra’s picture

Status: Active » Closed (works as designed)

The new views UI changes caused this, it should be ok now with latests devs of commerce, ctools and views

Caffeine Addict’s picture

Cheers pcambra i'll reinstall and test again.

Caffeine Addict’s picture

Priority: Normal » Minor

All working now, thanks for the tip.