After Upgrading from Version 7.10.7 to Version 7.10.29 facing A language key does not found issue

A language key does not found: [ERR_FIELD_FROM_IS_NOT_SET]
A language key does not found: [ERR_FIELD_FROMNAME_IS_NOT_SET]
A language key does not found: [ERR_FIELD_FROM_NAME_IS_NOT_SET]
A language key does not found: [ERR_FIELD_FROM_ADDR_NAME_IS_EMPTY]

Hey,

Are you still having issues with this?

I’ve gone through the upgrade process from 7.10.7->7.10.29 and it appears to have added these strings, for myself.

I’m not sure why these would be missed, perhaps if permissions were incorrect on the instance pre-upgrade?


Either way, was this with any particular language, or just the default English language pack?


If you are still hitting this issue, it seems as though the following lines are added via the upgrade:

    
    // Email Validation Error messages. Typicaly for Email Validation:
    'ERR_FIELD_FROM_IS_NOT_SET' => 'From field is not set.',
    'ERR_FIELD_FROM_IS_EMPTY' => 'From field is empty.',
    'ERR_FIELD_FROM_IS_INVALID' => 'From field is invalid.',
    'ERR_FIELD_FROM_ADDR_IS_NOT_SET' => 'From address is not set.',
    'ERR_FIELD_FROM_ADDR_IS_EMPTY' => 'From address is empty.',
    'ERR_FIELD_FROM_ADDR_IS_INVALID' => 'From address is invalid.',
    'ERR_FIELD_FROMNAME_IS_NOT_SET' => 'From-name is not set.',
    'ERR_FIELD_FROMNAME_IS_EMPTY' => 'From-name is empty.',
    'ERR_FIELD_FROMNAME_IS_INVALID' => 'From-name is invalid.',
    'ERR_FIELD_FROM_NAME_IS_NOT_SET' => 'From name is not set.',
    'ERR_FIELD_FROM_NAME_IS_EMPTY' => 'From name is empty.',
    'ERR_FIELD_FROM_NAME_IS_INVALID' => 'From name is invalid.',
    'ERR_FIELD_FROM_ADDR_NAME_IS_NOT_SET' => 'From address and name pair is not set.',
    'ERR_FIELD_FROM_ADDR_NAME_IS_EMPTY' => 'From address and name pair is empty.',
    'ERR_FIELD_FROM_ADDR_NAME_IS_INVALID' => 'From address and name pair is invalid.',
    'ERR_FIELD_FROM_ADDR_NAME_DOESNT_MATCH_REGEX' => 'From address and name pair format is incorrect, use "from@emailaddress.org <Name of Person>" format.',
    'ERR_FIELD_FROM_ADDR_NAME_INVALID_NAME_PART' => 'Invalid name part of From address and name pair.',
    'ERR_FIELD_FROM_ADDR_NAME_INVALID_EMAIL_PART' => 'Invalid email address part of From address and name pair.',
    'ERR_FIELD_FROM_ADDR_NAME_INVALID_EMAIL_PART_TO_FIELD_FROM' => 'From address and name pair does not match to from name or email address.',
    'ERR_FIELD_FROM_ADDR_NAME_INVALID_EMAIL_PART_TO_FIELD_FROM_ADDR' => 'From address and name pair does not match to from address.',
    'ERR_FIELD_FROM_ADDR_NAME_INVALID_EMAIL_PART_TO_FIELD_FROMNAME' => 'From address and name pair does not match to from-name.',
    'ERR_FIELD_FROM_ADDR_NAME_INVALID_EMAIL_PART_TO_FIELD_FROM_NAME' => 'From address and name pair does not match to from name.',


You should be able to manually add these into the end of the file:
modules/Emails/language/en_us.lang.php