Oops, I am getting after installing this new CB-GJ build an Error 500 crash after new group creation (with or without uploading a logo).
The error is triggerd by a CB Auto Action - code - PHP
trigger: gj_onAfterCreateGroup
code:
Code:
$group = $variables['var1'];
$group->params()->set( 'about_content', "followed with a lot of HTML with multiple embedded CB substitutions....";
$group->set( 'params',$group->params()->asJson() );
$group->store();
It's an Auto Action I am using for many years without change and errors.
Any idea why it now generates an Error 500 server crash after installing your latest build with the group logo fix? Do your last build do something with those group $variables, that make my Auto Action crashing the website?
Any idea how to fix this?