_PLUGINS->trigger( 'onAfterDeleteUser', array( $user, true ) );
"Call to undefined method stdClass::get() in components\com_comprofiler\plugin\user\plug_cbactivity\plugin.cbactivity.php on line 576"
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That is not the correct fix. You shouldn't be deleting anything during registration. The correct fix is a fix to the image field validation function to validate the extension and mime type, which prevents registration from happening to begin with. If you simply want to delete a user on error on that trigger you can do so using CB Auto Actions without having to touch the core code.Will it possible for you to share review if that is correct fix. File is attached. It is a request and not a push.
That's already fixed in latest CB Activity release.There is one fatal exception coming in cbactivity delete user, when below code is getting fired through CB delete user functionality.
Our site security does not allow certain files to prevent malicious intent as PHP files are executable so they can not be uploaded.I am not able to attach php file or zip file as www.joomlapolis.com/forum page breaks up and display blank page.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.