Egnarts94 / JEM-Project

JEM - an Event Manager for Joomla
0 stars 2 forks source link

Event Contact - on Save of Event Sometimes Resetting to Contact ID = 127 #54

Closed depebo closed 5 years ago

depebo commented 5 years ago

Had this issue long time ago, just today realized what is the problem: table field definition. In table Events field contactid is defined as tinyint(4), which has max value 127. It is only apparent on sites with large number of contacts. If you have similar problem redefine events.contactid as int(11) unsigned

depebo commented 5 years ago

never mind, it is already done in this version.