\enlarging registrant email container

  • Wynand Louw
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
1 year 7 months ago #160735 by Wynand Louw
\enlarging registrant email container was created by Wynand Louw
Hi Guys

I have a registrant with an email consisting of 55 characters

 

How do I make the change since it cuts off the last letter of the ZA extension, which results in the email bouncing.

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

More
1 year 7 months ago #160743 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic \enlarging registrant email container
Hello

By default, the email field in #__eb_registrants table accept 100 characters, so I do not know why it could not store email with 55 characters as you said

If it is possible, could you please access to your site database via PHPMYADMIN, check #__eb_registrants table, look at the email field and change the structure/definition of that field to varchar(100) or varchar(255)

If you do not know how to do that, submit a support ticket giving me access to your site database via PHPMYADMIN. I will help making the change

Regards,

Tuan

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

More
1 year 7 months ago #160744 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic \enlarging registrant email container
Or if giving access to PHPMYADMIN is hard for you, give me access to administrator area of your site with a super user account

I will then write some code and execute it to change that field to allow it to store more data

Tuan

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

  • Wynand Louw
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
1 year 6 months ago #160924 by Wynand Louw
Replied by Wynand Louw on topic \enlarging registrant email container
It seems like it is set to 50.
 
Changed it to 100 now.
 With updates, will it go back to 50?

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

More
1 year 6 months ago #160956 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic \enlarging registrant email container
Hello Wynand

Guess it was there from quite old version of the extension (mean the extension was installed long time ago because from latest version, we are having it set to varchar(100) already

So for now, please change it. And don't worry, after changing, it won't be changed back

Tuan
The following user(s) said Thank You: Wynand Louw

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

Moderators: Tuan Pham Ngoc