while updating the php to php7.0, it gives FastCGI sent in stderr: "PHP message: PHP Fatal error: 'continue' not in the 'loop' or 'switch' context sites/all/modules/contrib/editablefields/editablefields.module on line 231" while reading response header
inside the editablefields.module
function editablefields_field_formatter_view($entity_type, $entity, $field, $instance, $langcode, &$items, $display) {
if (!$display['type'] == 'editable') {
continue;
}
what i should i do ? anybody here facing same problem
Comments