Benutzer-Einstellungen

Lothar Thurm


Error Undefined array key "status":
Array
(
    [0] => Array
        (
            [file] => /var/www/html/familie/includes/_record.php
            [line] => 398
            [function] => xerror
            [args] => Array
                (
                    [0] => 2
                    [1] => Undefined array key "status"
                    [2] => /var/www/html/familie/includes/_record.php
                    [3] => 398
                )

        )

    [1] => Array
        (
            [file] => /var/www/html/familie/includes/userprofil.php
            [line] => 104
            [function] => get
            [class] => _record
            [type] => ->
            [args] => Array
                (
                    [0] => status
                )

        )

)
Kontaktdaten eMail:

Festnetz-Telefonnummer:

mobil:
Freigabe Wer darf meine Fots/Videos sehen?
(Jedes einzelnes Medium kann später extra beschränkt werden)
Error Trying to access array offset on null:
Array
(
    [0] => Array
        (
            [file] => /var/www/html/familie/includes/sqlconnect.php
            [line] => 46
            [function] => xerror
            [args] => Array
                (
                    [0] => 2
                    [1] => Trying to access array offset on null
                    [2] => /var/www/html/familie/includes/sqlconnect.php
                    [3] => 46
                )

        )

    [1] => Array
        (
            [file] => /var/www/html/familie/includes/_role.php
            [line] => 55
            [function] => db_single
            [args] => Array
                (
                    [0] => SELECT nr FROM bnk_subwallet WHERE eigner = 2 LIMIT 1
                )

        )

    [2] => Array
        (
            [file] => /var/www/html/familie/includes/_role.php
            [line] => 71
            [function] => berechtigung
            [args] => Array
                (
                )

        )

    [3] => Array
        (
            [file] => /var/www/html/familie/includes/userprofil.php
            [line] => 136
            [function] => freigabeFormInhalt
            [args] => Array
                (
                    [0] => Array
                        (
                            [nr] => 71
                            [username] => Lothar
                            [role] => admin,webmaster
                            [tng_people] => 62
                            [tng_user_id] => 1
                            [festnetz] => 
                            [mobil_nr] => 
                            [email] => [email protected]
                            [mail_request] => 1e2f1ff142890675cfa9066d7cabd3ab.NzF8MTc0Nzg3MTA2NA==
                            [mail_checked] => 0
                            [freigabe] => friend,familie,editor
                            [fremdgesperrt] => 0
                            [gedcom_changed] => 09 JAN 2023
                            [password] => 1MutEORhnC30EPukpaGcFQ==
                            [cloud] => 1
                            [grab] => 1
                            [checked] => 13
                            [export_verzeichnis] => D:/export
                        )

                )

        )

)


Error Undefined array key "status":
Array
(
    [0] => Array
        (
            [file] => /var/www/html/familie/includes/_record.php
            [line] => 398
            [function] => xerror
            [args] => Array
                (
                    [0] => 2
                    [1] => Undefined array key "status"
                    [2] => /var/www/html/familie/includes/_record.php
                    [3] => 398
                )

        )

    [1] => Array
        (
            [file] => /var/www/html/familie/includes/userprofil.php
            [line] => 148
            [function] => get
            [class] => _record
            [type] => ->
            [args] => Array
                (
                    [0] => status
                )

        )

)

script> const dialog = document.getElementById('myDialog'); const inputField = document.getElementById('inputField'); inputField.addEventListener('keydown', (event) => { if (event.key === 'Enter') { event.preventDefault(); // Prevent the default Enter key behavior dialog.close(); // Close the dialog when Enter is pressed within the input field } })