Uploaded image for project: 'Couchbase PHP client library'
  1. Couchbase PHP client library
  2. PCBC-290

"PHP Notice: Undefined index: error in CouchbaseNative on line 872" shown in views

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Major
    • 2.0.0-beta2
    • 2.0.0-dp2
    • library
    • Security Level: Public
    • None

    Description

      This notice is printed out during any view query. Looking in the source code, something like this might work:

      -" if ($out['error']) {\n" \
      +" if (array_key_exists($out, 'error') && $out['error']) {\n" \

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            brett19 Brett Lawson
            mnunberg Mark Nunberg (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty