-
Notifications
You must be signed in to change notification settings - Fork 39
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
mysql error: Incorrect integer value: 'Source1' for column rSysLog
.logcon_savedreports
.sourceid
at row 1
#58
Comments
fix db_template, "db_update_v12" missing.
Fix problem generate new savedreports, now the following error occurs when modifying an already created savereports.
|
fix db_template, "db_update_v12" missing.
I am still seeing this issue when 'Add savedreport and save changes' or 'Add savedreport and return to report list. Adiscon LogAnalyzer Version 4.1.11 Any way I can fix it? I tried updating files from this repo, and run upgrade.php Any ideas welcome so I can get the reports working
|
Perhaps database update did report an error? Try running the SQL command manually: |
aahh, I did not see any error, I do see this in the db_update_v_12.txt , but it was still set to int(11), Going through the updates now making sure they have all been applied Many thanks. |
Adding savereport and the source is configured in the config.php file produces the following error since the 'sourceid' column is of type INT and adding a STRING is being tried.
The text was updated successfully, but these errors were encountered: