Hello,
When customizing the Item Form for our use case, I receive the error, 1069, ‘Too many keys specified; max 64 keys allowed’ and am no longer able to update the form. Since the error message is non-specific, it does not let me know where something I did messed up the form!
Any hints on tracking this down?
Moreover, it seems like this type of error could be eliminated from ERPNext by using a different programming method for creating indexes:
The solution for this problem is simple: provide an explicit name for every MySQL index you create.
Oct 8th, 2014
MySQL
Comments
Back to TopPosted by Ike Walker
cf. http://mechanics.flite.com/blog/2014/10/08/avoiding-mysql-error-1069-by-explicitly-naming-indexes/
Thank you!