I was wondering if anybody has had a similar issue in drupal
Recoverable fatal error: Object of class DateTime could not be converted to string in DatabaseStatementBase->execute() (line 2171 of /path-to-drupal-folder/includes/database/database.inc).
This occurs when I am trying to submit a form that does not have any DateTime objects
https://www.drupal.org/node/1851478 following that link, do I have to uninstall the Date/Time module? If that is a solution, is there another?