hi
i am using
Code:
$_PLUGINS->trigger( 'onAfterUserRegistration', array( &$user, &$user, true ) );
with the cb v2.4.x and when i update my cb to latest , my custom registration form that use Cb trriger , long time to load next page and then return
504 Gateway Time-out
when i comment this line, then it work correctly.
can you help me?
note: my $user object work correctly because i use this line :
Code:
$_PLUGINS->trigger( 'onBeforeUserRegistration', array( &$user, &$user ) );
and not return any problem...