Uploaded image for project: 'VCL'
  1. VCL
  2. VCL-447

Notice: Uninitialized string offset: 0 in .../vcl/.ht-inc/utils.php on line 3206

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.2.1
    • 2.2.2, 2.3
    • web gui (frontend)
    • None
    • CentOS 5.5, httpd-2.2.15, php-5.2.14

    Description

      After upgrading 2.2.1 from 2.2, we have encountered the following error after entering user id and password to access VCL web frontend server:

      Notice: Uninitialized string offset: 0 in .../apache2/htdocs/vcl/.ht-inc/utils.php on line 3206

      Warning: Cannot modify header information - headers already sent by (output started at .../apache2/htdocs/vcl/.ht-inc/utils.php:3206) in /cloud/apache2/htdocs/vcl/.ht-inc/authentication.php on line 494

      Warning: Cannot modify header information - headers already sent by (output started at .../apache2/htdocs/vcl/.ht-inc/utils.php:3206) in /cloud/apache2/htdocs/vcl/.ht-inc/authentication.php on line 498

      Warning: Cannot modify header information - headers already sent by (output started at .../apache2/htdocs/vcl/.ht-inc/utils.php:3206) in /cloud/apache2/htdocs/vcl/.ht-inc/authentication.php on line 499

      We could fix the error by changing the line 3206 of vcl/.ht-inc/utils.php from

      if ($user['groupperms']) $perms = $user['groupperms'];

      to

      if (isset($user['groupperms'])) $perms = $user['groupperms'];

      Attachments

        Activity

          People

            Unassigned Unassigned
            kajita Shoji Kajita
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: