Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: HookExecutor class not found

Status Resolved
Add-on / Version Bloqs 3.2.0
Severity
EE Version 3.5.11

David Clough

Sep 21, 2017

Description: I recently upgraded from 3.1.5 to 3.2.0

Accessing the admin > addons > and running the update to 3.2.0

The CMS seems to work fine without issue.

However the frontend on any page where bloqs is in use I get the error

Class ‘EEBlocks\Controller\HookExecutor’ not found

Error
…/system/user/addons/bloqs/ft.bloqs.php58
(      $this->_hookExecutor = new \EEBlocks\Controller\HookExecutor( ee() ); ) - this is line 58

I’ve checked that I updated correctly, and the issue wasn’t present before the update, 3.1.5 was working fine, but I’m not in a position where basically the whole website is broken and giving me this error.

#1

BoldMinded (Brian)

Comment has been marked private.

#2

David Clough

Great thanks, in the interim I found a work around adding

require_once dirname(FILE).’/vendor/autoload.php’;

to

upd.bloqs.php and ft.bloqs.php

around the first few lines has resolved it, but obviously I don’t want to be running a modified version so if you’re able to provide a full time fix that would be great.

Thanks

Dave

#3

BoldMinded (Brian)

Comment has been marked private.

#4

David Clough

Thanks for that updated code it’s resolved the issue so we’re all good now, thanks very much.

Dave

Login to reply