SITES/ALL/MODULES/SPEED_FORM_BLOCKS/SPEED_FORM_BLOCKS.ADMIN.INC speed_form_blocks.admin.inc Line -1: @file block missing (Drupal Docs) SHOWSITES/ALL/MODULES/SPEED_FORM_BLOCKS/SPEED_FORM_BLOCKS.BLOCK_CREATION.INC HIDESITES/ALL/MODULES/SPEED_FORM_BLOCKS/SPEED_FORM_BLOCKS.EXPORT.INC speed_form_blocks.export.inc Line 117: use stdClass caseCapitalization, it's the one exception to the mixed case style standard $response_data = new StdClass(); Line 128: String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms if (!isset($response_data->{$block->page . " Page "})) { Line 140: String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms if (!isset($response_data->{$block_name . " Block "})) { Line 142: String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms $response_data->{$block_name . " Block "} = array($column_headers); Line 143: String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms array_push($response_data->{$block_name . " Block "}, $block_data); Line 148: String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms array_push($response_data->{$block_name . " Block "}, $block_data);