help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
Error when saving a Venue
Error when saving a Venue
1 year 5 months ago
The author_ip field for the table XXXX_jem_venues has the same problem as the one used for events. It should have width 39 to accommodate IPv6 addresses:
"Save failed with the following error: Data too long for column 'author_ip' at row 1"
"Save failed with the following error: Data too long for column 'author_ip' at row 1"
Please Log in or Create an account to join the conversation.
Re: Error when saving a Venue
1 year 5 months ago
Thanks for reporting!
so it is the same here
with "xxxx" being your DB prefix.
so it is the same here
Code:
ALTER TABLE xxxx_jem_venues MODIFY author_ip varchar(39);
Please Log in or Create an account to join the conversation.
Re: Error when saving a Venue
1 year 5 months ago
Hello Forum
Yes, this is missing in Tables for Venues.
now is it perfect.
Yes, this is missing in Tables for Venues.
now is it perfect.
Please Log in or Create an account to join the conversation.
Time to create page: 0.478 seconds