-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Settings for auto numbering give database error #1469
Comments
it has to be something with the blocks. I see in the code that query, it looks ok. |
Hi did you find any explanation for this? |
The module has not been installed correctly. Very hard to say why and difficult to fix. We have to look in the database to see what steps of the installation are missing and launch them again separately in order to finish the installation and proceed. Can you please look for me on Gitter (joebordes) and we can discuss it? I will try to help. |
Hello there,
I wanted to change a few records for aut numbering due to the beginning of the year. Whenever I try to change an entry I receive this error message:
Input array has 1 params, does not match query: SELECT vtiger_field.tablename,vtiger_field.columnname,vtiger_field.uitype,vtiger_field.fieldname,vtiger_field.fieldid,vtiger_field.fieldlabel,vtiger_field.maximumlength,vtiger_field.block,vtiger_field.generatedtype,vtiger_field.tabid,vtiger_field.defaultvalue,vtiger_field.typeofdata,vtiger_field.sequence,vtiger_field.displaytype, vtiger_field.readonly FROM vtiger_field WHERE vtiger_field.tabid=? AND vtiger_field.block IN () AND vtiger_field.displaytype = 1 AND info_type = ? and vtiger_field.presence in (0,2) ORDER BY block,sequence'
As far as I cann see all updates have been run but something seems to be missing. I would very much appreciate advice to fix this.
Henning
The text was updated successfully, but these errors were encountered: