Odd error after loading images cant get website to come back up.

Permalink
I was trying to load some images for a new page tumbail. For some reason I got this error in the front end and also in the admin side after the image upload failed. I cant seem to figure out what the issue is. The error log also does not see anything. Any help would be appreciate it.

Website:http://epidemicideas.com/

Error:
syntax error, unexpected end of file, expecting variable (T_VARIABLE) or ${ (T_DOLLAR_OPEN_CURLY_BRACES) or {$ (T_CURLY_OPEN)

virgiltu
 
hutman replied on at Permalink Best Answer Reply
hutman
It looks like you have a PHP error somewhere in your code. If you edit the /application/config/generated_overrides/concrete.php and add this it should tell you which file has the error in it.

'debug' => [
        'detail' => 'debug',
        'display_errors' => true,
    ],