Hi,

After installing version 6.x-2.0-beta7, when I wanted to create a content type with merci settings, I had an error message indicating a bad number of columns line 2098 of merci.module. I added a %d at the end of existing values (corresponding to weekend_price), it seems to have fixed the problem, but I didn't take the time to really see what should have a %f and what should have a %d.

Comments

kreynen’s picture

Status: Active » Fixed

This issue was selfcheckout was duplicated in the SQL...

autocheckin = %d, selfcheckout = %d, selfcheckout = %d, daypart1_price = %d

Committed that fix and along with a few others. Thanks for the feedback! We will roll a new beta in the next 2 or 3 days, so keep reporting any issues you find.

simon georges’s picture

Right, ok... I didn't even check ;) Good to know you'll roll soon a new beta.
I've spotted one or two other things, I'll try to create the corresponding issues tomorrow.

simon georges’s picture

They seem already fixed in the current dev version. Good work ;)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.