Exception Occurred: /home/arvcon1/public_html/updates/concrete5-8.3.2/concrete/src/Http/ResponseFactory.php:246 Class 'Concrete\Core\Http\Loader' not found (1)
Permalink
Hi C5,
I have pages and pages of this exception in my logs:
Exception Occurred: /home/arvcon1/public_html/updates/concrete5-8.3.2/concrete/src/Http/ResponseFactory.php:246 Class 'Concrete\Core\Http\Loader' not found (1)
It is flagged as EMERGENCY but I have no clue what it means or what action to take if any.
Any insight that can be offered is most appreciated.
Thanks,
Marc
I have pages and pages of this exception in my logs:
Exception Occurred: /home/arvcon1/public_html/updates/concrete5-8.3.2/concrete/src/Http/ResponseFactory.php:246 Class 'Concrete\Core\Http\Loader' not found (1)
It is flagged as EMERGENCY but I have no clue what it means or what action to take if any.
Any insight that can be offered is most appreciated.
Thanks,
Marc
It's a bug in 8.3.2. It only happens if the website is in maintenance mode (so low impact, I'd say). The only way to fix it is to disable the maintenance mode, or upgrading to a newer concrete5 core.
PS. The problem is fixed in this commit:https://github.com/concrete5/concrete5/commit/09140de0c9e7cffffd8bc1...