Building out a new Drupal site - which has been a clean build-out for the last few weeks - until now. Downloaded DimDim module, added my dimdim account information, set permissions. When creating a DimDim node, the first error was the time was in the past (even thought I set it ahead). I then edited the node, set it again in the future, and ended up getting the same previous error plus a SQL insert error. Each time I click to edit the node, the time zone is back on Africa and the time is within a minute of the time I start editing (these fields are not showing the previous entries). All submitted edit attempts return a SQL error "user warning: Duplicate entry '57' for key 1 query: INSERT INTO dimdim (nid, duration_hours, duration_minutes, start_date, meeting_status, host, features, recording) VALUES (57, 1, 0, 0, 0, 1,......." The module appears to be trying to insert the edited record into the database, not updating?

I've checked my account on the DimDim site, and no meetings were scheduled.

Also, what's up with the timezones? What is it with those U.S. time zones (i.e. East-Indiana)? BTW, there is a central time zone here.

Thanks

Comments

massstone’s picture

I met the same error using the latest version(March 2010), everytime I create a new dimdim node and save it, the date changes to "Wednesday, Dec 31 1969". And when I edit the date and save it again, an SQL error occurs:
"user warning: Duplicate entry '87' for key 'PRIMARY' query: INSERT INTO dimdim (nid, duration_hours, duration_minutes, start_date, meeting_status, host, features, recording) VALUES (87, 1, 0, 1277200200, 0, 1, 'a:16:{s:11:\"attendeeKey\";s:32:\"54229abfcfa5649e7003b83dd4755294\";s:11:\"waitingarea\";i:0;s:15:\"displayDialInfo\";i:0;s:16:\"participantsList\";i:0;s:18:\"featurePrivateChat\";i:0;s:17:\"featurePublicChat\";i:0;s:16:\"featurePublisher\";i:0;s:16:\"assistantEnabled\";i:0;s:15:\"assignMicOnJoin\";i:0;s:17:\"featureWhiteboard\";i:0;s:15:\"featureDocShare\";i:0;s:15:\"featureWebShare\";i:0;s:16:\"featureRecording\";i:0;s:19:\"allowAttendeeInvide\";i:0;s:15:\"handsFreeOnLoad\";i:0;s:16:\"sendEmailOnStart\";i:0;}', '') in localhost/drupal/includes/common.inc on line 3477".

I saw the issue appeared before and got fixed in previous posts, maybe it is because of the new API update?

Thanks