iwizard
Member
- May 30, 2020
- 50
- 32
- 18
I found the problem....
Version 1.1.1 put an extra license check on \includes\BricksExtrasMain.php on line 236 when registering elements.
if ( class_exists("\Bricks\Elements") && get_option( $this->prefix . 'license_key' ) ) {
This was not on version 1.0.8.
Removed the license key check and the elements are now working well.
if ( class_exists("\Bricks\Elements")) {
My case was not on clean install. I was updating from the previous version 1.0.8 from babiato.
Last edited: