Hi @justaguy ,
Thanks for the email.
Kindly refer to this thread
Hi @SweaterVest & @chrism ,
Thanks for reporting the issue.
This has been reported via email by another user and we already got a fix in the next release.
Meanwhile, if you want to use Bricks 1.9.7.1, you can change the code manually in the Bricks theme.
includes/admin/admin-screen-settings.php line 2041 - 2049 replace with these
$users_with_execute_code_cap = get_users(
[
'role' => Capabilities::EXECUTE_CODE,
]
);
The final code should look like this.
[image]
Regards,
…
Please manually change the script to avoid the memory issue. (I am sorry that I am not allowed to use the Theme Editor so kindly change the code following that thread)
Regards,
Jenn
1 Like