Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data too long for column 'address' - table emails #67

Open
nunodotferreira opened this issue Jan 3, 2025 · 3 comments
Open

Data too long for column 'address' - table emails #67

nunodotferreira opened this issue Jan 3, 2025 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@nunodotferreira
Copy link

  • Laravel CRM Version: 1.2.2
  • PHP Version: 8.3.14

Description:

When saving or updating the email address gives the error "String data, right truncated: 1406 Data too long for column 'address' at row 1 "
I think migrations or table field address is not with the right size!

Steps To Reproduce:

Go to "settings" and add on "email" a longer one, like this "[email protected]"

@andrewdrake andrewdrake self-assigned this Jan 6, 2025
@andrewdrake andrewdrake added the bug Something isn't working label Jan 6, 2025
@andrewdrake
Copy link
Contributor

Thanks for reporting, an update coming soon with some changes to some of the field sizes.

@whs-development
Copy link

Hi, set LARAVEL_ENCRYPTABLE_ENABLED=false on .env

@nunodotferreira
Copy link
Author

Ok, it worked, but all data is decrypted in database.
this is a workaround solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants