An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: /drupal/batch?id=10&op=do StatusText: OK ResponseText: Fatal error: Call to undefined function date_increment_round() in C:\xampp\htdocs\drupal\sites\all\modules\date\date.devel_generate.inc on line 32
Run into this error when generating content for a node that has a date field.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | date_1054458.patch | 423 bytes | levelos |
Comments
Comment #1
salvisI think this should go to the Date queue.
Comment #2
bryancasler commentedThanks, wasn't sure
Comment #3
bryancasler commentedAnyone else had this problem?
Comment #4
axolx commentedI ran into this one too. I grepped for the function in the project code but it doesn't look like it's there.
Comment #5
levelos commentedThis simple patch takes care of the problem.
Comment #6
mdixoncm commentedSame problem here - patch in #5 fixed the issue perfectly.
Comment #7
chellman commentedWorks here too, also via drush.
Comment #8
karens commentedI can't replicate the problem. The patch is probably fine, but I'd like to know why anyone is getting this error.
Comment #9
karens commentedIt looks like there are a few times where that function is needed outside the process of generating forms, so I am going to move it into the Date API module. That should fix this problem.