We get 404 error for projects with no illustration on Projects catalogue display.
Here is xsl extract for illustration checking
<xsl:if test="illustration"> <img src="{resolver:resolveCroppedImage(illustration/@type, $path, '272', '400', false(), true())}" alt="" /> </xsl:if>