Ticket #243 (closed defect: fixed)

Opened 2 years ago

Last modified 22 months ago

Error message in /asset/{id}/collection

Reported by: Michiel.Schok Owned by: forgacs
Priority: major Milestone: MediaMosa 2.1
Component: Core Version:
Keywords: Cc:
MoSCoW: Must Have Estimated time after impact analysis:
Related to project: none Tested: yes
Accepted: yes Estimated Hours:

Description

When issuing the
/asset/{id}/collection request, we normally get the list of collections an asset is added to.

Now an error appears.

<?xml version="1.0" encoding="UTF-8"?>
<response>
  <header>
    <item_count>0</item_count>
    <item_count_total>0</item_count_total>
    <item_offset>0</item_offset>
    <request_matched_method>GET</request_matched_method>
    <request_matched_uri>/asset/$asset_id/collection</request_matched_uri>
    <request_process_time>0.0401</request_process_time>
    <request_result>success</request_result>
    <request_result_description>The query returned an empty result set (i.e. zero rows).</request_result_description>
    <request_result_id>705</request_result_id>
    <request_uri>[GET] /asset/UeubmHQ6ZSH1YzVGcGDUocZk/collection?limit=100</request_uri>
    <version>2.1.0.236:07ebc5929cac</version>
    <errors>
      <error>Notice: Use of undefined constant VPX_DB_WHERE_AND - assumed 'VPX_DB_WHERE_AND', mediamosa_collection_search::collection_search()() in file /var/opt/www/vpcore/htdocs/sites/all/modules/mediamosa/core/collection/mediamosa_collection_search.inc on line 95.</error>
    </errors>
  </header>
  <items/>
</response>

Change History

Changed 2 years ago by forgacs

  • owner set to forgacs
  • status changed from new to assigned

Changed 23 months ago by robert

  • status changed from assigned to closed
  • resolution set to ready_for_review

Changed 22 months ago by robert

  • status changed from closed to reopened
  • resolution ready_for_review deleted

Changed 22 months ago by robert

  • status changed from reopened to closed
  • resolution set to fixed

Changed 22 months ago by Michiel.Schok

  • tested changed from no to yes
  • accepted changed from no to yes

no error message anymore.
We get the expected list of collections

Note: See TracTickets for help on using tickets.