Active
Project:
Duration
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2010 at 10:20 UTC
Updated:
13 Oct 2010 at 05:12 UTC
Attached a duration_combo field that I tried to import. It returns a blank screen and the field is not added. No idea if that is a problem of the duration module or the content_copy.module, but I have to start somewhere reporting this bug. I think however that it is sufficiently a bug for content_copy that it did not return with a sensitive error message or at least some explanation in watchdog.
| Comment | File | Size | Author |
|---|---|---|---|
| DrupalBugReportDurationExport.txt | 4.31 KB | ñull |
Comments
Comment #1
karens commentedReport this on the Duration queue. The data in that field is totally non-standard, I'm not surprised it won't work.
Comment #2
yurtboy commentedKarenS,
Is there a better module or way to do this? Or is it worth fixing this module to be more standard?
Thanks
Comment #4
cdale commentedI was able to fix this by adding the following function into the Duration class in duration.inc. NOTE: This will require PHP 5.1.0 or greater to work