WAIT: "CODE SIGNATURES ARE LOCKED" error

Hi forum,

I just updated to the lastest version of bricks V. 1.11.1.1

Trying to sign a code in the code block element I get the error message “CODE SIGNATURES ARE LOCKED” even though I’ve set the code execution properly still the same error

I also discovered that there is an error message whenever I try to save changes on the editor

I will like your contribution to solving the problem. I added screenshots as attachment.

Thanks.
1000557984
1000557985

Hi Emma,
Thanks so much for your report!

The message should only appear after the following line has been added to functions.php:

if ( ! defined( 'BRICKS_LOCK_CODE_SIGNATURES' ) ) {
    define( 'BRICKS_LOCK_CODE_SIGNATURES', true );
}

Please check whether this is the case for you. If not, please deactivate all plugins and see if this solves the problem. If so, activate one after the other until you have found the culprit.

Best regards,
timmse

I will do just as you recommend @timmse

Thanks very much for your response and your all time support.

1 Like