TeamPass icon indicating copy to clipboard operation
TeamPass copied to clipboard

Error Malformed UTF-8 data

Open useronkel opened this issue 3 years ago • 1 comments

Hi again ;-) Absolute new install on new host with new db and all new!!! ;-)

With the newest commit #5f4a9c6 the csrfp plugin is doing strange things. Editing ldap settings and the following box appears: grafik

In the Dev-Console i can see html code which says

<section class="content">
        <div class="error-page" style="width:100%;">
            <h2 class="headline text-danger">500</h2>

            <div class="error-content">
                <h3><i class="fa fa-warning text-danger"></i> Oops! ERROR NOT ALLOWED.</h3>

                <p>
                    For security reason, you have been disconnected. Click to <a href="./includes/core/logout.php?user_id=" + 1>log in</a>.
                </p>

            </div>
            <!-- /.error-content -->
        </div>
        <!-- /.error-page -->
    </section>
    <!-- /.content -->
    ```
Detected in users.queries.php with type 'get_list_of_users_in_ldap'

useronkel avatar Aug 03 '22 19:08 useronkel

Same problem for me -> #3270

oscardsi avatar Aug 05 '22 13:08 oscardsi

Same error in my case. Any solution?

Esware80 avatar Jan 23 '23 15:01 Esware80