Error occurred while adding fields in certain data type

In the process of import, I try to add new fields ( Admin => Studio => Contact => Fields => Add Field ) and facing errors for some data types like ‘Drop Down’, ‘Dynamic Drop Down’, ‘Multiselect’, ‘Phone’ etc.,

The screenshots are attached below.

And also I’m facing error while deleting the field.





Do you have any custom code or add-ons?

Did you install 7.14.x directly?

Check file permissions and ownership (I don’t know how to do it in windows)

Maybe some config is wrong or missing in the xampp or php.ini

You have a problem with a delimiter in one of your import files. SuiteCRM should handle this better, but for now if you can just figure out which line is generating the error and fix it, you could move on.

Look for mismatched delimiter characters probably in this field you call “crumb”:

" ’ ` < > { } \

Actually we are still in the process of adding new fields, once we are done then I will start the import process.

Currently I’m facing error while selecting the DATA TYPE from the dropdrop. It works well for ‘TextField’ datatype but I’m getting errors for ‘DropDown’, ‘Dynamic DownDrop’, ‘Multiselect’ etc.,

Check out that code file on the GitHub:

Look for problems with delimiters, as I said above, in any files under these two directories:

custom/modules/Contacts
custom/Extension/modules/Contacts