Uploaded image for project: 'COmanage'
  1. COmanage
  2. CO-902

Approving petition return error page

    XMLWordPrintable

Details

    Description

      Approved a petition and got error page. Snip follows. Basically looks like there is no check for $permitted == null in CoIdentifierAssignment.php.

      ----- response -------
      Notice (8): Array to string conversion [APP/Model/CoIdentifierAssignment.php, line 460]
      Code Context

      // Do the actual parameter replacement, blocking out characters that aren't permitted

      $charregex = '/'. _txt('en.chars.permitted.re.not', null, $permitted) . '/';

      $format = '(#)'
      $name = array(
      'id' => '102',
      'honorific' => '',
      'given' => 'Tom',
      'middle' => '',
      'family' => 'Turtle',
      'suffix' => '',
      'type' => 'O',
      'language' => 'en',
      'co_person_id' => '58',
      'org_identity_id' => null,
      'primary_name' => true,
      'created' => '2014-07-02 00:25:11',
      'modified' => '2014-07-02 00:25:11'
      )
      $permitted = null
      $base = ''
      $i = (int) 1
      $width = ''

      Attachments

        Activity

          People

            benn.oshrin@at.internet2.edu Benn Oshrin
            michael.manske@at.internet2.edu Michael Manske
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: