hey guys i hope this solves your issue. it worked for me ??
That issue is happening recently with the GoDaddy hosting. To fix it, please add the following to your .htaccess file
# BEGIN Line too long fix
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
# END Line too long fix