Class 'BlockController' not found on test block error

Permalink
Your tutorial for the new concrete5 block design doesn't work?

I guess you cant currently build blocks if the basic template wont work?

Class 'BlockController' not found


Carl

carl101lee
 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi carl101lee,

Which tutorial are you referring to?

What version of concrete5 are you using?

If you are using concrete5 version 7, check that your block controller has this code under the namespace.
use Concrete\Core\Block\BlockController;