An error occured in script '/var/www/mercury/profiles/functions/getProfileSummary.php' on line 29:
Undefined index: IsPublicProfile
Date/Time: 7-4-2025 15:40:41

Array
(
    [LoginId] => 2
    [sql] => select * from UserProfile where LoginId = 2
    [p] => Array
        (
        )

    [profileSummary] => Array
        (
        )

)

An error occured in script '/var/www/mercury/profiles/functions/getProfileSummary.php' on line 30:
Undefined index: City
Date/Time: 7-4-2025 15:40:41

Array
(
    [LoginId] => 2
    [sql] => select * from UserProfile where LoginId = 2
    [p] => Array
        (
        )

    [profileSummary] => Array
        (
            [IsPublicProfile] => 
        )

)

An error occured in script '/var/www/mercury/profiles/functions/getProfileSummary.php' on line 31:
Undefined index: AboutMe
Date/Time: 7-4-2025 15:40:41

Array
(
    [LoginId] => 2
    [sql] => select * from UserProfile where LoginId = 2
    [p] => Array
        (
        )

    [profileSummary] => Array
        (
            [IsPublicProfile] => 
            [City] => 
        )

)

An error occured in script '/var/www/mercury/profiles/functions/getProfileSummary.php' on line 32:
Undefined index: Birthday
Date/Time: 7-4-2025 15:40:41

Array
(
    [LoginId] => 2
    [sql] => select * from UserProfile where LoginId = 2
    [p] => Array
        (
        )

    [profileSummary] => Array
        (
            [IsPublicProfile] => 
            [City] => 
            [AboutMe] => 
        )

)

An error occured in script '/var/www/mercury/profiles/functions/getProfileSummary.php' on line 33:
Undefined index: ShowAge
Date/Time: 7-4-2025 15:40:41

Array
(
    [LoginId] => 2
    [sql] => select * from UserProfile where LoginId = 2
    [p] => Array
        (
        )

    [profileSummary] => Array
        (
            [IsPublicProfile] => 
            [City] => 
            [AboutMe] => 
            [Birthday] => 
        )

)

An error occured in script '/var/www/mercury/profiles/functions/getProfileSummary.php' on line 34:
Undefined index: ShowBirthday
Date/Time: 7-4-2025 15:40:41

Array
(
    [LoginId] => 2
    [sql] => select * from UserProfile where LoginId = 2
    [p] => Array
        (
        )

    [profileSummary] => Array
        (
            [IsPublicProfile] => 
            [City] => 
            [AboutMe] => 
            [Birthday] => 
            [ShowAge] => 
        )

)

An error occured in script '/var/www/mercury/profiles/functions/getProfileSummary.php' on line 35:
Undefined index: Location
Date/Time: 7-4-2025 15:40:41

Array
(
    [LoginId] => 2
    [sql] => select * from UserProfile where LoginId = 2
    [p] => Array
        (
        )

    [profileSummary] => Array
        (
            [IsPublicProfile] => 
            [City] => 
            [AboutMe] => 
            [Birthday] => 
            [ShowAge] => 
            [ShowBirthday] => 
        )

)

An error occured in script '/var/www/mercury/profiles/functions/getProfileSummary.php' on line 36:
Undefined index: Hometown
Date/Time: 7-4-2025 15:40:41

Array
(
    [LoginId] => 2
    [sql] => select * from UserProfile where LoginId = 2
    [p] => Array
        (
        )

    [profileSummary] => Array
        (
            [IsPublicProfile] => 
            [City] => 
            [AboutMe] => 
            [Birthday] => 
            [ShowAge] => 
            [ShowBirthday] => 
            [Location] => 
        )

)

An error occured in script '/var/www/mercury/profiles/functions/getProfileSummary.php' on line 37:
Undefined index: LoginId
Date/Time: 7-4-2025 15:40:41

Array
(
    [LoginId] => 2
    [sql] => select * from UserProfile where LoginId = 2
    [p] => Array
        (
        )

    [profileSummary] => Array
        (
            [IsPublicProfile] => 
            [City] => 
            [AboutMe] => 
            [Birthday] => 
            [ShowAge] => 
            [ShowBirthday] => 
            [Location] => 
            [Hometown] => 
        )

)

An error occured in script '/var/www/mercury/profiles/functions/getProfileSummary.php' on line 38:
Undefined index: Quote
Date/Time: 7-4-2025 15:40:41

Array
(
    [LoginId] => 2
    [sql] => select * from UserProfile where LoginId = 2
    [p] => Array
        (
        )

    [profileSummary] => Array
        (
            [IsPublicProfile] => 
            [City] => 
            [AboutMe] => 
            [Birthday] => 
            [ShowAge] => 
            [ShowBirthday] => 
            [Location] => 
            [Hometown] => 
            [LoginId] => 
        )

)

Invalid query:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Groups g, GroupMembers gm where gm.LoginId = 2 and g.GroupId = gm.Grou' at line 2

Whole query:
select g.* from Groups g, GroupMembers gm where gm.LoginId = 2 and g.GroupId = gm.GroupId and g.ArchiveDateTime is null order by Rand() limit 0,3