• littlelulu1986

    (@littlelulu1986)


    Displays this error:

    … Warning: Invalid argument supplied for foreach() in /home/*****/public_html/wp-content/plugins/tinychat/tinychat-admin.php on line 183

    when I try to see the list of users in my chat on the List Users Page.

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

    (@littlelulu1986)

    The bolded part is line 183, but I included the entire command.

    <?php foreach($users[‘users’] as $user) { ?>
    <tr>
    <td style=’width: 25%’>
    <?php echo $user[‘name’]; ?>
    </td>
    <td style=’width: 25%’>
    <?php echo $user[‘ip’]; ?>
    </td>
    <td style=’width: 25%’>
    <?php echo $user[‘broadcasting’] == ‘0’ ? ” : __( ‘Broadcasting’, ‘menu-tinychat’ ); ?>

    Thread Starter littlelulu1986

    (@littlelulu1986)

    Anyone have any ideas? Please. I’d be so grateful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tinychat List Users Page Error’ is closed to new replies.