Hello, I'm getting the following error on the page the pops up after completing the registration.
Warning: cbforums - syncUser SQL Error: in (WEBSITE)public_html/components/com_comprofiler/plugin/user/plug_cbforums/models/kunena20.php on line 850
I have checked the line 850:
trigger_error( CBTxt::T( 'FORUMS_SYNC_USER_ERROR', '[element] - syncUser SQL Error: [error]', array( '[element]' => $plugin->element, '[error]' => $exists->getError() ) ), E_USER_WARNING );
Any Ideas on what I need to do to fix this error?
if you would like to test it you can find the registration page here -
This message contains confidential information
Running CB version 2.3.0+build.2019.01.03.15.47.19.d779ad205
And Kanena Version: 5.1.8
Any help would be greatly appreciated.