• Hello,

    i have testes the plugin with PHP 7.2.
    at STEP 4 in registration and profilebuilder it stucks. (accept or change username)

    PHP7.0 working fine

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jacques Malgrange

    (@sojahu)

    Hi,

    I’m working on PHP 7.2 and I don’t have any error.
    Can you give me more details ?

    Regards

    Thread Starter limone111

    (@limone111)

    hi jaques,

    i test the registration on php7.2

    i dont have enabled rapid registration, so the user have 4 steps to create their profile.

    at step4, the user can optionally change his username.
    now if the user press “ok” or “next” to finish his userprofile, then only appears a blank white page and nothing happens.

    if i change to php 7.0 all working fine and the user can finsih his profile, but not with php 7.2

    i tested already on two different pages and webhosts.

    Plugin Author Jacques Malgrange

    (@sojahu)

    Can you enable debug mode (true) in wp_config.php to get error ?

    Can you also check PHP error_log file ?
    Error_log path :
    <?php $p = ini_get('error_log'); echo 'ERROR PATH : '.$p; ?>

    Regards

    Thread Starter limone111

    (@limone111)

    in debug mode this:

    Fatal error: Uncaught ArgumentCountError: Too few arguments to function wc_maybe_store_user_agent(), 1 passed in /home/transgen/public_html/wp-includes/class-wp-hook.php on line 286 and exactly 2 expected in /home/transgen/public_html/wp-content/plugins/woocommerce/includes/wc-user-functions.php:679 Stack trace: #0 /home/transgen/public_html/wp-includes/class-wp-hook.php(286): wc_maybe_store_user_agent(‘gulle’) #1 /home/transgen/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #2 /home/transgen/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /home/transgen/public_html/wp-content/plugins/rencontre/rencontre.php(992): do_action(‘wp_login’, ‘gulle’) #4 /home/transgen/public_html/wp-content/plugins/rencontre/rencontre.php(362): Rencontre::rencIniUser() #5 /home/transgen/public_html/wp-includes/class-wp-hook.php(286): Rencontre->rencwidget(”) #6 /home/transgen/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #7 /home/transgen/public_ht in /home/transgen/public_html/wp-content/plugins/woocommerce/includes/wc-user-functions.php on line 679

    errorlog doenst work.
    if i call my errorlogfile its emty…
    i cant test not longer, because i have to much people all the time on my website.

    Plugin Author Jacques Malgrange

    (@sojahu)

    Ok, thanks for the job.

    I will check…

    Plugin Author Jacques Malgrange

    (@sojahu)

    Hi,

    This is fixed ! V2.3.5.

    Thanks for your report.

    Regards

    Thread Starter limone111

    (@limone111)

    i say thank you….just tested and working fine again ??

    • This reply was modified 6 years, 6 months ago by limone111.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Registration with PHP7.2 not working’ is closed to new replies.