Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when creating offerings #1431

Closed
jrjohnson opened this issue May 25, 2016 · 0 comments
Closed

Error when creating offerings #1431

jrjohnson opened this issue May 25, 2016 · 0 comments
Assignees
Labels

Comments

@jrjohnson
Copy link
Member

I'm getting An exception occurred while executing 'INSERT INTO audit_log (action, createdAt, objectId, objectClass, valuesChanged, user_id) VALUES (?, ?, ?, ?, ?, ?)' with params ["create", "2016-05-25 19:19:07", "", "Ilios\\CoreBundle\\Entity\\Offering", "room,site,startDate,endDate,updatedAt,session", 16]:↵↵SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'objectId' at row 1

When attempting to create a new offering using

$mysql --version
$mysql  Ver 14.14 Distrib 5.6.30, for Linux (x86_64) using  EditLine wrapper

Looks like it is an issue possible with attempting to insert a string for and integer value when creating a new offering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants