Comments

  1. Salem says:

    I am getting this error:

    Undefined property: clogout::$Username in /Applications/MAMP/htdocs/gms.drc.dk/app/logout.php on line 205

    changing $UserProfile->SaveProfileToDatabase($this->Username);

    to

    $UserProfile->SaveProfileToDatabase($sUsername);

    seems to fix the problem. Can you please check?

    • Salem says:

      I get also this error on registration:

      Undefined property: cuser::$Username in /Applications/MAMP/htdocs/gms.drc.dk/app/register.php on line 792

      $UserProfile->SaveProfileToDatabase($employees->Username->CurrentValue);
      this seems problematic, also the name of my table is “user” not employees …

    • Thanks for bringing this issue up. Already fixed it with the following code:

      $UserProfile->SaveProfileToDatabase($sUsername);

Speak Your Mind

s2Member®