Closed (fixed)
Project:
Make Meeting Scheduler
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2012 at 11:25 UTC
Updated:
3 Jun 2012 at 19:11 UTC
I just installed 7.0-2.x-beta on drupal 7.12. I created an "event" content type and associated the makemeeting field to it. When I added new content, the new node was produced, but viewing the node displays a blank screen. when going back to the home page the following error is on the screen:
Notice: Array to string conversion in form_builder() (line 1811 of /var/www/bockbrew.com/bockbrew/includes/form.inc).
Notice: Array to string conversion in form_builder() (line 1811 of /var/www/bockbrew.com/bockbrew/includes/form.inc).
Thanks,
Kevin
Comments
Comment #1
SebCorbin commentedCan you tell me what options you put in the makemeeting field so I can reproduce this bug?
Comment #2
SebCorbin commentedOk I've managed to reproduce the bug, here's a workaround until I fix this: simply fill the suggestion field for each date (even with a whitespace)
Comment #3
SebCorbin commentedFixed in the last commit http://drupal.org/commitlog/commit/9924/bcc8af717c8fa93b8c417a8aae4c0379...
Another beta will be released soon with this commit.