help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

Store Event in database fails because of too long ip - solution included

Store Event in database fails because of too long ip - solution included

1 year 2 months ago
#30768
If you have enabled the setting "Store IP" a user might get a 1406 error for a too long IP adress, if they have an nonfonformist IP adress.

Solution: Go to phpmyadmin and change jem_register uip (15) to a higher number

@ developpers. Pleae change file install.mysql.utf8.sql line 161
from
`uip` varchar(15) NOT NULL DEFAULT '',
to
`uip` varchar(50) NOT NULL DEFAULT '',

Please Log in or Create an account to join the conversation.

Re: Store Event in database fails because of too long ip - solution included

1 year 2 months ago
#30769
Thank you for reporting and contributing.

The issue is known in venue and event and fixed in the next release.
It is when the IP address is IPv6 (and not IPv4), which has a size of 39 signs.

See:
www.joomlaeventmanager.net/forum/bugs/12...-when-saving-a-venue
www.joomlaeventmanager.net/forum/bugs/12...when-saving-an-event

Please Log in or Create an account to join the conversation.

Time to create page: 0.462 seconds