+ Reply to Thread
Results 1 to 2 of 2

Thread: PHP error message

  1. #1
    wolf is offline Roundcube Newcomer
    Join Date
    Mar 2010
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default PHP error message

    I’m running Roundcube 0.3.1 under Debian 4.0.
    In my syslog I get to following PHP error messages:

    PHP Warning: Cannot use a scalar value as an array in /var/www/roundcubemail-0.3.1/program/ste
    ps/mail/getunread.inc on line 33

    PHP Warning: Cannot use a scalar value as an array in /var/www/roundcubemail-0.3.1/program/ste
    ps/mail/func.inc on line 629

    PHP Warning: Cannot use a scalar value as an array in /var/www/roundcubemail-0.3.1/program/ste
    ps/mail/move_del.inc on line 109

    Looking into the programs it seems that the error has something to do with $_SESSION['unseen_count'] variable:

    Program line 33 says: $_SESSION['unseen_count'][$mbox_row] = $unseen;
    Program line 629 says: $_SESSION['unseen_count'][$mbox_name] = $unseen;
    Program line 109 says : $_SESSION['unseen_count'][$mbox] = $unseen_count;

    Can anybody help me to get rid of the error messages.

  2. #2
    ElrondBCN is offline Roundcube Newcomer
    Join Date
    Mar 2010
    Posts
    2
    Downloads
    0
    Uploads
    0

    Default

    I am seeing these nonstop as well.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts