• Resolved mrpatulski

    (@mrpatulski)


    Here is the error message:
    …wp-content/plugins/register-plus-redux/register-plus-redux.php on line 783

    Is it possible to get an older version while this is fixed?

Viewing 4 replies - 1 through 4 (of 4 total)
  • …wp-content/plugins/register-plus-redux/register-plus-redux.php on line 783

    Line 783 is….
    if ( is_array($options["invitation_code_bank"]) {

    the IF statement is missing a closing parenthesis “)” and should be…
    if ( is_array($options["invitation_code_bank"])) {

    I made this change and was able to activate just fine. However, no matter what I do now, I cannot upload a custom logo even after I Unchecked “Organize my uploads into month- and year-based folders” as directed.

    Plugin Author radiok

    (@radiok)

    This issue be resolved in 3.6.5, let me know if you still have issues.

    Thread Starter mrpatulski

    (@mrpatulski)

    HI, tried it but now it won’t let me use any required fields and I am geting a fatal error on line 1275

    v3.6.5

    Plugin Author radiok

    (@radiok)

    mrpatulski, I’m not getting any fatal errors, regardless, I made some changes to custom fields, can you try out 3.6.6?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Register Plus Redux] Getting fatal error when activating’ is closed to new replies.