-
Notifications
You must be signed in to change notification settings - Fork 23
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
Editing contact's extended field does not save the value #90
Comments
What version are you running? |
2.15.3 |
Do you have more trace details on that error? It's not one we've hit and might not be related. Also try refreshing your plugins via /s/plugins/reload |
Hi Heath, When i look in phpmyadmin i can see that the field was created in the "lead_fields" table, but it do not appear under any other table that was created by the plugin (for example, the field i created was an extended text field, it does not appear in the "lead_fields_leads_text_xref" table. Might be a permission issue? |
@OmerGafny Did you resolve this issue? I am having the same problem. Any help would be appreciated |
@heathdutton do you know if there was a resolution to this? im having a similar issue and getting the same message. it seems to be linked to some field types, in my case its select fields. Any help would be appreciated |
guys, can you give me any help here? having installed this plugin I am now getting the same error and am being locked out from all forms that have select fields - I can't even deactivate or remove them. It's even locking me out from some contacts! I've tried to uninstall the plugin but can do that either. I'm getting desperate! |
Hi guys,
I created an extended text area field. When i tried to edit a contact manually, and add some text in the field, the text was not saved, and the following exception was thrown:
[2020-02-13 19:41:37] mautic.CRITICAL: Uncaught PHP Exception Doctrine\ORM\ORMException: "Entity 'Mautic\LeadBundle\Entity\LeadField' has no field 'alias'. You can therefore not call 'findOneByAlias' on the entities' repository" at /opt/bitnami/apps/mautic/htdocs/vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php line 184 {"exception":"[object] (Doctrine\ORM\ORMException(code: 0): Entity 'Mautic\LeadBundle\Entity\LeadField' has no field 'alias'. You can therefore not call 'findOneByAlias' on the entities' repository at /opt/bitnami/apps/mautic/htdocs/vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php:184)"} []
can you please help?
The text was updated successfully, but these errors were encountered: