• The variables $Time and $Salt are used and not defined in these files:

    • Shortcodes/Insert_Edit_Profile.php
    • Shortcodes/Insert_Edit_Account.php
    • Shortcodes/Insert_User_Search.php

    I took the values from Shortcodes/Insert_Register_Form.php and placed them right below $Custom_CSS near the top of each of the documents. Seems to be working.

    https://wordpress.org/plugins/front-end-only-users/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tannermccoleman

    (@tannermccoleman)

    Shortcodes/Insert_Edit_Profile.php has issues with $Req_Text as well.

    Change this:
    if ($Field->Field_Required == "Yes") {$Req_Text = "required";}

    Replace with:
    if ($Field->Field_Required == "Yes") {$Req_Text = "required";} else {$Req_Text = "";}

    Thread Starter tannermccoleman

    (@tannermccoleman)

    Update: These are still relevant in v1.23

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Undefined Variables: $Time and $Salt’ is closed to new replies.