Welcome to Geeklog, Anonymous Thursday, March 28 2024 @ 05:22 pm EDT

Geeklog Forums

CUSTOM_userCreate() is called twice?


Status: offline

OMAL

Forum User
Regular Poster
Registered: 12/06/17
Posts: 107
I use CUSTOM_userCreate() to add additional data to an additional table when admin creates an user.
But I got the fatal error of "Duplicate entry for key 'PRIMARY' to the table" when I create an user.

USER_createAccount() in lib-user.php has the following lines and that causes the error.
Text Formatted Code
    // call custom registration function and plugins
    if ($_CONF['custom_registration'] && function_exists('CUSTOM_userCreate')) {
        CUSTOM_userCreate($uid, $batchImport);
    }
    PLG_createUser($uid);


CUSTOM_userCreate function is called here, and again in the PLG_createUser funcion.

I deleted one function call in PLG_createUser() funcion so it seems solved, but I think it looks like a bug for everyone.

What do you think?

Thanks.
 Quote

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
Location:Canada
Looks like a bug. Will be fixed next version of Geeklog. Added GitHub report here:

https://github.com/Geeklog-Core/geeklog/issues/952

Thanks!
One of the Geeklog Core Developers.
 Quote

All times are EDT. The time is now 05:22 pm.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content