Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.87 KB | None | 0 0
  1. {
  2. "error": "Alsma:: PGSQL_EMPTY_QUERY\nERROR: syntax error at or near \")\"\nLINE 58: ..._settings' and products_profiles.shipping_profiles_id in () \n ^\nselect distinct products_profiles.shipping_profiles_id,\n shipping_state_names_ml.value as shipping_state_name,\nshipping_state_names_ml.ct_language_id as shipping_state_name_language_id,\n user_state_names_ml.value as user_state_name,\nuser_state_names_ml.ct_language_id as user_state_name_language_id,\n\n service_options.id as service_option_id,\n\t service_options.include_dimensional_weight,\n service_options.dimensional_factor,\n service_options.size_unit_id,\n service_options.weight_unit_id,\n service_options.max_product_weight as so_max_product_weight,\n service_options.max_length as so_max_length,\n service_options.max_width as so_max_width,\n service_options.max_height as so_max_height,\n service_options.currency_id as currency_id,\n price_model.id as price_model_id,\n model_component.id as model_component_id,\n model_component.rate_per_order, \n model_component.order_weight_from, \n model_component.order_weight_to, \n model_component.order_item_number_from, \n model_component.order_item_number_to, \n model_component.order_price_from, \n model_component.order_price_to, \n model_component.rate_per_weight_unit, \n model_component.rate_per_item,\n s_service_options_name_ml.value as name,\n shipping_address_to.ct_state_id as shipping_state_id,\n location.id location_id,\n location.handling_fee location_handling_fee,\n location.service location_service,\n location.currency_id location_currency_id\n from ct_products_shipping_profiles products_profiles \n join cts_shipping_profiles profile on products_profiles.shipping_profiles_id = profile.id\n join ct_shipping_profiles_location_schemas profiles_locations on profile.id = profiles_locations.shipping_profiles_id\n join cts_location_schemas location on profiles_locations.location_schemas_id = location.id\n join cts_shipping_location_schemas_to_addresses location_to_address on location_to_address.shipping_location_schemas_id = location.id\n join ct_addresses shipping_address_to on shipping_address_to.id = location_to_address.addresses_id\n left join ct_states shipping_address_to_states on shipping_address_to_states.id = shipping_address_to.ct_state_id\n \/*Need to be replaced with default user address*\/\n join ct_addresses user_address on user_address.id = '2882303762963419330'\n left join ct_states user_address_states on user_address_states.id = user_address.ct_state_id\n left join ct_location_schemas_service_options location_service_options on location_service_options.location_schemas_id = location.id\n \n left join cts_service_options service_options on location_service_options.service_options_id = service_options.id\n left join cts_service_options_name_ml s_service_options_name_ml on s_service_options_name_ml.id = (SELECT t1.id FROM cts_service_options_name_ml AS t1 WHERE service_options.name_tid=t1.s_service_options_name_id AND t1.value != '' ORDER BY (CASE t1.ct_language_id WHEN '1' THEN -1000 WHEN NULL THEN -999 ELSE t1.ct_language_id END) LIMIT 1 )\n left join ct_service_options_price_models service_options_price_models on service_options_price_models.service_options_id = service_options.id\n left join cts_price_models price_model on service_options_price_models.price_models_id = price_model.id\n left join cts_price_model_price_model_components price_models_components on price_models_components.price_models_id = price_model.id\n left join cts_pricing_model_components model_component on model_component.id = price_models_components.price_components_id\n \n left join ct_state_names_ml shipping_state_names_ml on shipping_state_names_ml.id = (SELECT t1.id FROM ct_state_names_ml AS t1 WHERE shipping_address_to_states.name_tid=t1.ct_state_name_id AND t1.value != '' ORDER BY (CASE t1.ct_language_id WHEN '1' THEN -1000 WHEN NULL THEN -999 ELSE t1.ct_language_id END) LIMIT 1 )\n left join ct_state_names_ml user_state_names_ml on user_state_names_ml.id = (SELECT t1.id FROM ct_state_names_ml AS t1 WHERE user_address_states.name_tid=t1.ct_state_name_id AND t1.value != '' ORDER BY (CASE t1.ct_language_id WHEN '1' THEN -1000 WHEN NULL THEN -999 ELSE t1.ct_language_id END) LIMIT 1 )\n \/* @Todo add conditions for order values: http:\/\/prntscr.com\/krcxs9 *\/\n \n \n where location.service = 'manual_shipping_settings' and products_profiles.shipping_profiles_id in () \n and ARRAY[shipping_address_to.ct_country_id]::bigint[] <@ ARRAY[user_address.ct_country_id]::bigint[]",
  3. "traces": [{
  4. "file": "\/var\/www\/synergy-domains\/pp00\/erp\/core\/db.php",
  5. "line": "105",
  6. "function": "exec",
  7. "class": "ErrorThrowDatabase",
  8. "type": "->",
  9. "args": [
  10. "select distinct products_profiles.shipping_profiles_id,\n shipping_state_names_ml.value as shipping_state_name,\nshipping_state_names_ml.ct_language_id as shipping_state_name_language_id,\n user_state_names_ml.value as user_state_name,\nuser_state_names_ml.ct_language_id as user_state_name_language_id,\n\n service_options.id as service_option_id,\n\t service_options.include_dimensional_weight,\n service_options.dimensional_factor,\n service_options.size_unit_id,\n service_options.weight_unit_id,\n service_options.max_product_weight as so_max_product_weight,\n service_options.max_length as so_max_length,\n service_options.max_width as so_max_width,\n service_options.max_height as so_max_height,\n service_options.currency_id as currency_id,\n price_model.id as price_model_id,\n model_component.id as model_component_id,\n model_component.rate_per_order, \n model_component.order_weight_from, \n model_component.order_weight_to, \n model_component.order_item_number_from, \n model_component.order_item_number_to, \n model_component.order_price_from, \n model_component.order_price_to, \n model_component.rate_per_weight_unit, \n model_component.rate_per_item,\n s_service_options_name_ml.value as name,\n shipping_address_to.ct_state_id as shipping_state_id,\n location.id location_id,\n location.handling_fee location_handling_fee,\n location.service location_service,\n location.currency_id location_currency_id\n from ct_products_shipping_profiles products_profiles \n join cts_shipping_profiles profile on products_profiles.shipping_profiles_id = profile.id\n join ct_shipping_profiles_location_schemas profiles_locations on profile.id = profiles_locations.shipping_profiles_id\n join cts_location_schemas location on profiles_locations.location_schemas_id = location.id\n join cts_shipping_location_schemas_to_addresses location_to_address on location_to_address.shipping_location_schemas_id = location.id\n join ct_addresses shipping_address_to on shipping_address_to.id = location_to_address.addresses_id\n left join ct_states shipping_address_to_states on shipping_address_to_states.id = shipping_address_to.ct_state_id\n \/*Need to be replaced with default user address*\/\n join ct_addresses user_address on user_address.id = '2882303762963419330'\n left join ct_states user_address_states on user_address_states.id = user_address.ct_state_id\n left join ct_location_schemas_service_options location_service_options on location_service_options.location_schemas_id = location.id\n \n left join cts_service_options service_options on location_service_options.service_options_id = service_options.id\n left join cts_service_options_name_ml s_service_options_name_ml on s_service_options_name_ml.id = (SELECT t1.id FROM cts_service_options_name_ml AS t1 WHERE service_options.name_tid=t1.s_service_options_name_id AND t1.value != '' ORDER BY (CASE t1.ct_language_id WHEN '1' THEN -1000 WHEN NULL THEN -999 ELSE t1.ct_language_id END) LIMIT 1 )\n left join ct_service_options_price_models service_options_price_models on service_options_price_models.service_options_id = service_options.id\n left join cts_price_models price_model on service_options_price_models.price_models_id = price_model.id\n left join cts_price_model_price_model_components price_models_components on price_models_components.price_models_id = price_model.id\n left join cts_pricing_model_components model_component on model_component.id = price_models_components.price_components_id\n \n left join ct_state_names_ml shipping_state_names_ml on shipping_state_names_ml.id = (SELECT t1.id FROM ct_state_names_ml AS t1 WHERE shipping_address_to_states.name_tid=t1.ct_state_name_id AND t1.value != '' ORDER BY (CASE t1.ct_language_id WHEN '1' THEN -1000 WHEN NULL THEN -999 ELSE t1.ct_language_id END) LIMIT 1 )\n left join ct_state_names_ml user_state_names_ml on user_state_names_ml.id = (SELECT t1.id FROM ct_state_names_ml AS t1 WHERE user_address_states.name_tid=t1.ct_state_name_id AND t1.value != '' ORDER BY (CASE t1.ct_language_id WHEN '1' THEN -1000 WHEN NULL THEN -999 ELSE t1.ct_language_id END) LIMIT 1 )\n \/* @Todo add conditions for order values: http:\/\/prntscr.com\/krcxs9 *\/\n \n \n where location.service = 'manual_shipping_settings' and products_profiles.shipping_profiles_id in () \n and ARRAY[shipping_address_to.ct_country_id]::bigint[] <@ ARRAY[user_address.ct_country_id]::bigint[]"]
  11. }, {
  12. "file": "\/var\/www\/synergy-domains\/pp00\/api\/application\/classes\/Db.php",
  13. "line": "214",
  14. "function": "execute",
  15. "class": "Database",
  16. "type": "->",
  17. "args": [
  18. "select distinct products_profiles.shipping_profiles_id,\n shipping_state_names_ml.value as shipping_state_name,\nshipping_state_names_ml.ct_language_id as shipping_state_name_language_id,\n user_state_names_ml.value as user_state_name,\nuser_state_names_ml.ct_language_id as user_state_name_language_id,\n\n service_options.id as service_option_id,\n\t service_options.include_dimensional_weight,\n service_options.dimensional_factor,\n service_options.size_unit_id,\n service_options.weight_unit_id,\n service_options.max_product_weight as so_max_product_weight,\n service_options.max_length as so_max_length,\n service_options.max_width as so_max_width,\n service_options.max_height as so_max_height,\n service_options.currency_id as currency_id,\n price_model.id as price_model_id,\n model_component.id as model_component_id,\n model_component.rate_per_order, \n model_component.order_weight_from, \n model_component.order_weight_to, \n model_component.order_item_number_from, \n model_component.order_item_number_to, \n model_component.order_price_from, \n model_component.order_price_to, \n model_component.rate_per_weight_unit, \n model_component.rate_per_item,\n s_service_options_name_ml.value as name,\n shipping_address_to.ct_state_id as shipping_state_id,\n location.id location_id,\n location.handling_fee location_handling_fee,\n location.service location_service,\n location.currency_id location_currency_id\n from ct_products_shipping_profiles products_profiles \n join cts_shipping_profiles profile on products_profiles.shipping_profiles_id = profile.id\n join ct_shipping_profiles_location_schemas profiles_locations on profile.id = profiles_locations.shipping_profiles_id\n join cts_location_schemas location on profiles_locations.location_schemas_id = location.id\n join cts_shipping_location_schemas_to_addresses location_to_address on location_to_address.shipping_location_schemas_id = location.id\n join ct_addresses shipping_address_to on shipping_address_to.id = location_to_address.addresses_id\n left join ct_states shipping_address_to_states on shipping_address_to_states.id = shipping_address_to.ct_state_id\n \/*Need to be replaced with default user address*\/\n join ct_addresses user_address on user_address.id = '2882303762963419330'\n left join ct_states user_address_states on user_address_states.id = user_address.ct_state_id\n left join ct_location_schemas_service_options location_service_options on location_service_options.location_schemas_id = location.id\n \n left join cts_service_options service_options on location_service_options.service_options_id = service_options.id\n left join cts_service_options_name_ml s_service_options_name_ml on s_service_options_name_ml.id = (SELECT t1.id FROM cts_service_options_name_ml AS t1 WHERE service_options.name_tid=t1.s_service_options_name_id AND t1.value != '' ORDER BY (CASE t1.ct_language_id WHEN '1' THEN -1000 WHEN NULL THEN -999 ELSE t1.ct_language_id END) LIMIT 1 )\n left join ct_service_options_price_models service_options_price_models on service_options_price_models.service_options_id = service_options.id\n left join cts_price_models price_model on service_options_price_models.price_models_id = price_model.id\n left join cts_price_model_price_model_components price_models_components on price_models_components.price_models_id = price_model.id\n left join cts_pricing_model_components model_component on model_component.id = price_models_components.price_components_id\n \n left join ct_state_names_ml shipping_state_names_ml on shipping_state_names_ml.id = (SELECT t1.id FROM ct_state_names_ml AS t1 WHERE shipping_address_to_states.name_tid=t1.ct_state_name_id AND t1.value != '' ORDER BY (CASE t1.ct_language_id WHEN '1' THEN -1000 WHEN NULL THEN -999 ELSE t1.ct_language_id END) LIMIT 1 )\n left join ct_state_names_ml user_state_names_ml on user_state_names_ml.id = (SELECT t1.id FROM ct_state_names_ml AS t1 WHERE user_address_states.name_tid=t1.ct_state_name_id AND t1.value != '' ORDER BY (CASE t1.ct_language_id WHEN '1' THEN -1000 WHEN NULL THEN -999 ELSE t1.ct_language_id END) LIMIT 1 )\n \/* @Todo add conditions for order values: http:\/\/prntscr.com\/krcxs9 *\/\n \n \n where location.service = 'manual_shipping_settings' and products_profiles.shipping_profiles_id in () \n and ARRAY[shipping_address_to.ct_country_id]::bigint[] <@ ARRAY[user_address.ct_country_id]::bigint[] "]
  19. }, {
  20. "file": "\/var\/www\/synergy-domains\/pp00\/api\/application\/classes\/Concept\/ShippingProfile.php",
  21. "line": "388",
  22. "function": "getAll",
  23. "class": "Alsma\\Db",
  24. "type": "::",
  25. "args": [
  26. "select distinct products_profiles.shipping_profiles_id,\n shipping_state_names_ml.value as shipping_state_name,\nshipping_state_names_ml.ct_language_id as shipping_state_name_language_id,\n user_state_names_ml.value as user_state_name,\nuser_state_names_ml.ct_language_id as user_state_name_language_id,\n\n service_options.id as service_option_id,\n\t service_options.include_dimensional_weight,\n service_options.dimensional_factor,\n service_options.size_unit_id,\n service_options.weight_unit_id,\n service_options.max_product_weight as so_max_product_weight,\n service_options.max_length as so_max_length,\n service_options.max_width as so_max_width,\n service_options.max_height as so_max_height,\n service_options.currency_id as currency_id,\n price_model.id as price_model_id,\n model_component.id as model_component_id,\n model_component.rate_per_order, \n model_component.order_weight_from, \n model_component.order_weight_to, \n model_component.order_item_number_from, \n model_component.order_item_number_to, \n model_component.order_price_from, \n model_component.order_price_to, \n model_component.rate_per_weight_unit, \n model_component.rate_per_item,\n s_service_options_name_ml.value as name,\n shipping_address_to.ct_state_id as shipping_state_id,\n location.id location_id,\n location.handling_fee location_handling_fee,\n location.service location_service,\n location.currency_id location_currency_id\n from ct_products_shipping_profiles products_profiles \n join cts_shipping_profiles profile on products_profiles.shipping_profiles_id = profile.id\n join ct_shipping_profiles_location_schemas profiles_locations on profile.id = profiles_locations.shipping_profiles_id\n join cts_location_schemas location on profiles_locations.location_schemas_id = location.id\n join cts_shipping_location_schemas_to_addresses location_to_address on location_to_address.shipping_location_schemas_id = location.id\n join ct_addresses shipping_address_to on shipping_address_to.id = location_to_address.addresses_id\n left join ct_states shipping_address_to_states on shipping_address_to_states.id = shipping_address_to.ct_state_id\n \/*Need to be replaced with default user address*\/\n join ct_addresses user_address on user_address.id = '2882303762963419330'\n left join ct_states user_address_states on user_address_states.id = user_address.ct_state_id\n left join ct_location_schemas_service_options location_service_options on location_service_options.location_schemas_id = location.id\n \n left join cts_service_options service_options on location_service_options.service_options_id = service_options.id\n left join cts_service_options_name_ml s_service_options_name_ml on s_service_options_name_ml.id = (SELECT t1.id FROM cts_service_options_name_ml AS t1 WHERE service_options.name_tid=t1.s_service_options_name_id AND t1.value != '' ORDER BY (CASE t1.ct_language_id WHEN '1' THEN -1000 WHEN NULL THEN -999 ELSE t1.ct_language_id END) LIMIT 1 )\n left join ct_service_options_price_models service_options_price_models on service_options_price_models.service_options_id = service_options.id\n left join cts_price_models price_model on service_options_price_models.price_models_id = price_model.id\n left join cts_price_model_price_model_components price_models_components on price_models_components.price_models_id = price_model.id\n left join cts_pricing_model_components model_component on model_component.id = price_models_components.price_components_id\n \n left join ct_state_names_ml shipping_state_names_ml on shipping_state_names_ml.id = (SELECT t1.id FROM ct_state_names_ml AS t1 WHERE shipping_address_to_states.name_tid=t1.ct_state_name_id AND t1.value != '' ORDER BY (CASE t1.ct_language_id WHEN '1' THEN -1000 WHEN NULL THEN -999 ELSE t1.ct_language_id END) LIMIT 1 )\n left join ct_state_names_ml user_state_names_ml on user_state_names_ml.id = (SELECT t1.id FROM ct_state_names_ml AS t1 WHERE user_address_states.name_tid=t1.ct_state_name_id AND t1.value != '' ORDER BY (CASE t1.ct_language_id WHEN '1' THEN -1000 WHEN NULL THEN -999 ELSE t1.ct_language_id END) LIMIT 1 )\n \/* @Todo add conditions for order values: http:\/\/prntscr.com\/krcxs9 *\/\n \n \n where location.service = 'manual_shipping_settings' and products_profiles.shipping_profiles_id in () \n and ARRAY[shipping_address_to.ct_country_id]::bigint[] <@ ARRAY[user_address.ct_country_id]::bigint[] "]
  27. }, {
  28. "file": "\/var\/www\/synergy-domains\/pp00\/api\/application\/classes\/Concept\/ShippingProfile.php",
  29. "line": "672",
  30. "function": "getShippingValuesFromDBByProducts",
  31. "class": "Alsma\\Concept\\ShippingProfile",
  32. "type": "::",
  33. "args": [{
  34. "2882303762963418263": {
  35. "oi_id": "2882303762963420557",
  36. "quantity": "1",
  37. "product_id": "2882303762963418263",
  38. "order_id": "2882303762963420451",
  39. "max_ancestor_chain": "[2882303762963418263]",
  40. "shipping_group_id": null,
  41. "shipping_service_amount": null,
  42. "box_id": null,
  43. "is_digital": false,
  44. "is_physical": false,
  45. "no_packing": false,
  46. "is_collect_taxes": false,
  47. "width": null,
  48. "length": null,
  49. "height": null,
  50. "weight": null,
  51. "weight_unit_id": null,
  52. "size_unit_id": null,
  53. "keep_vertical": false,
  54. "product_packaging_margin": null,
  55. "pack_individually": false,
  56. "location_schema_id": null,
  57. "ups_account_number": "sdfdsfs",
  58. "ups_account_key": "sdgdsfdsfsdf",
  59. "estimated_processing_date": "2019-11-14 13:22:44.693487+00",
  60. "ship_address_id": "2882303762963419337",
  61. "address_id": "2882303762963419330"
  62. }
  63. },
  64. "2882303762963419330",
  65. "-1"]
  66. }, {
  67. "file": "\/var\/www\/synergy-domains\/pp00\/api\/application\/classes\/Concept\/ShippingGroup.php",
  68. "line": "1065",
  69. "function": "getShippingServiceOptionsByProducts",
  70. "class": "Alsma\\Concept\\ShippingProfile",
  71. "type": "::",
  72. "args": [{
  73. "2882303762963418263": {
  74. "oi_id": "2882303762963420557",
  75. "quantity": "1",
  76. "product_id": "2882303762963418263",
  77. "order_id": "2882303762963420451",
  78. "max_ancestor_chain": "[2882303762963418263]",
  79. "shipping_group_id": null,
  80. "shipping_service_amount": null,
  81. "box_id": null,
  82. "is_digital": false,
  83. "is_physical": false,
  84. "no_packing": false,
  85. "is_collect_taxes": false,
  86. "width": null,
  87. "length": null,
  88. "height": null,
  89. "weight": null,
  90. "weight_unit_id": null,
  91. "size_unit_id": null,
  92. "keep_vertical": false,
  93. "product_packaging_margin": null,
  94. "pack_individually": false,
  95. "location_schema_id": null,
  96. "ups_account_number": "sdfdsfs",
  97. "ups_account_key": "sdgdsfdsfsdf",
  98. "estimated_processing_date": "2019-11-14 13:22:44.693487+00",
  99. "ship_address_id": "2882303762963419337",
  100. "address_id": "2882303762963419330"
  101. }
  102. },
  103. "2882303762963419330",
  104. "-1"]
  105. }, {
  106. "file": "\/var\/www\/synergy-domains\/pp00\/api\/application\/classes\/Concept\/Order.php",
  107. "line": "1268",
  108. "function": "recalculate",
  109. "class": "Alsma\\Concept\\ShippingGroup",
  110. "type": "::",
  111. "args": [
  112. [
  113. "2882303762963420451"],
  114. [
  115. "-1"]
  116. ]
  117. }, {
  118. "file": "\/var\/www\/synergy-domains\/pp00\/api\/application\/classes\/Concept\/Order.php",
  119. "line": "1236",
  120. "function": "recalculateSGs",
  121. "class": "Alsma\\Concept\\Order",
  122. "type": "::",
  123. "args": [
  124. [
  125. "2882303762963420451"],
  126. [
  127. "-1"]
  128. ]
  129. }, {
  130. "file": "\/var\/www\/synergy-domains\/pp00\/api\/application\/classes\/Concept\/Order.php",
  131. "line": "684",
  132. "function": "recalculate",
  133. "class": "Alsma\\Concept\\Order",
  134. "type": "::",
  135. "args": [
  136. "2882303762963420451",
  137. true]
  138. }, {
  139. "file": "\/var\/www\/synergy-domains\/pp00\/api\/application\/classes\/Concept\/ShoppingCart.php",
  140. "line": "43",
  141. "function": "putProductToOrder",
  142. "class": "Alsma\\Concept\\Order",
  143. "type": "::",
  144. "args": [
  145. "2882303762963418263", {
  146. "2882303762418200682": ""
  147. },
  148. "2882303762875850576", []]
  149. }, {
  150. "file": "\/var\/www\/synergy-domains\/pp00\/api\/application\/classes\/Concept\/Selector\/SpSelectorServiceDetail.php",
  151. "line": "911",
  152. "function": "addProduct",
  153. "class": "Alsma\\Concept\\ShoppingCart",
  154. "type": "::",
  155. "args": [
  156. "2882303762963418263", {
  157. "2882303762418200682": ""
  158. },
  159. "2882303762875850576", {
  160. "2882303762963418263": null
  161. }, []]
  162. }, {
  163. "file": "\/var\/www\/synergy-domains\/pp00\/api\/application\/classes\/Concept\/CollectorBase.php",
  164. "line": "331",
  165. "function": "addToCartActivity",
  166. "class": "Alsma\\Concept\\Selector\\SpSelectorServiceDetail",
  167. "type": "->",
  168. "args": [
  169. "2882303762963418263", {
  170. "logo": {
  171. "id": "2882303762963417424",
  172. "url": "\/files\/2882303761861101017\/2882303762963417424.jpeg"
  173. },
  174. "sandp_name": {
  175. "tid": "2882303762963417814",
  176. "value": [{
  177. "value": "Raspberry Pi 4",
  178. "lang_id": "1"
  179. }]
  180. },
  181. "rating_scale": {
  182. "scale_id": "2882303761859357401",
  183. "type": "star",
  184. "name": "Five star rating scale",
  185. "description": null,
  186. "titles": [{
  187. "title": "Poor",
  188. "from_value": "0",
  189. "to_value": "1"
  190. }, {
  191. "title": "Not so Hot",
  192. "from_value": "1",
  193. "to_value": "2"
  194. }, {
  195. "title": "Ok",
  196. "from_value": "2",
  197. "to_value": "3"
  198. }, {
  199. "title": "Efficient",
  200. "from_value": "3",
  201. "to_value": "4"
  202. }, {
  203. "title": "Very Efficient",
  204. "from_value": "4",
  205. "to_value": "5"
  206. }]
  207. },
  208. "price_currency_name": {
  209. "tid": "2882303762963418263",
  210. "value": [{
  211. "value": "$ ",
  212. "lang_id": "1"
  213. }]
  214. },
  215. "sit_erty": "",
  216. "classifications_tbl": [],
  217. "gallery_videos": null,
  218. "images": [],
  219. "add_to_cart": "",
  220. "vendor_id": {
  221. "id": "2882303762875791033",
  222. "name": [{
  223. "value": "Liberty Tax Service",
  224. "lang_id": "1"
  225. }]
  226. },
  227. "sandp_description": {
  228. "tid": "2882303762963418266",
  229. "value": [{
  230. "value": "Raspberry Pi 4",
  231. "lang_id": "1"
  232. }]
  233. },
  234. "company_name": {
  235. "tid": null,
  236. "value": [{
  237. "value": "",
  238. "lang_id": "1"
  239. }]
  240. },
  241. "price": {
  242. "tid": "2882303762963418263",
  243. "value": [{
  244. "value": "200.99",
  245. "lang_id": "1"
  246. }]
  247. },
  248. "company": {
  249. "id": null,
  250. "name": [{
  251. "value": "",
  252. "lang_id": "1"
  253. }]
  254. },
  255. "product_packaging_margin": {
  256. "tid": null,
  257. "value": [{
  258. "value": "",
  259. "lang_id": "1"
  260. }]
  261. },
  262. "product_purchasing_type": {
  263. "id": "2882303762387251482",
  264. "name": [{
  265. "value": "One time purchase",
  266. "lang_id": "1"
  267. }]
  268. }
  269. }, [{
  270. "filter_id": "2882303762876212032",
  271. "items": [{
  272. "value_id": "2882303762875850576"
  273. }]
  274. }]]
  275. }, {
  276. "file": "\/var\/www\/synergy-domains\/pp00\/api\/application\/classes\/Concept\/SpSelector.php",
  277. "line": "2271",
  278. "function": "submit_activity",
  279. "class": "Alsma\\Concept\\CollectorBase",
  280. "type": "->",
  281. "args": [
  282. "2882303762963418263", {
  283. "logo": {
  284. "id": "2882303762963417424",
  285. "url": "\/files\/2882303761861101017\/2882303762963417424.jpeg"
  286. },
  287. "sandp_name": {
  288. "tid": "2882303762963417814",
  289. "value": [{
  290. "value": "Raspberry Pi 4",
  291. "lang_id": "1"
  292. }]
  293. },
  294. "rating_scale": {
  295. "scale_id": "2882303761859357401",
  296. "type": "star",
  297. "name": "Five star rating scale",
  298. "description": null,
  299. "titles": [{
  300. "title": "Poor",
  301. "from_value": "0",
  302. "to_value": "1"
  303. }, {
  304. "title": "Not so Hot",
  305. "from_value": "1",
  306. "to_value": "2"
  307. }, {
  308. "title": "Ok",
  309. "from_value": "2",
  310. "to_value": "3"
  311. }, {
  312. "title": "Efficient",
  313. "from_value": "3",
  314. "to_value": "4"
  315. }, {
  316. "title": "Very Efficient",
  317. "from_value": "4",
  318. "to_value": "5"
  319. }]
  320. },
  321. "price_currency_name": {
  322. "tid": "2882303762963418263",
  323. "value": [{
  324. "value": "$ ",
  325. "lang_id": "1"
  326. }]
  327. },
  328. "sit_erty": "",
  329. "classifications_tbl": [],
  330. "gallery_videos": null,
  331. "images": [],
  332. "add_to_cart": "",
  333. "vendor_id": {
  334. "id": "2882303762875791033",
  335. "name": [{
  336. "value": "Liberty Tax Service",
  337. "lang_id": "1"
  338. }]
  339. },
  340. "sandp_description": {
  341. "tid": "2882303762963418266",
  342. "value": [{
  343. "value": "Raspberry Pi 4",
  344. "lang_id": "1"
  345. }]
  346. },
  347. "company_name": {
  348. "tid": null,
  349. "value": [{
  350. "value": "",
  351. "lang_id": "1"
  352. }]
  353. },
  354. "price": {
  355. "tid": "2882303762963418263",
  356. "value": [{
  357. "value": "200.99",
  358. "lang_id": "1"
  359. }]
  360. },
  361. "company": {
  362. "id": null,
  363. "name": [{
  364. "value": "",
  365. "lang_id": "1"
  366. }]
  367. },
  368. "product_packaging_margin": {
  369. "tid": null,
  370. "value": [{
  371. "value": "",
  372. "lang_id": "1"
  373. }]
  374. },
  375. "product_purchasing_type": {
  376. "id": "2882303762387251482",
  377. "name": [{
  378. "value": "One time purchase",
  379. "lang_id": "1"
  380. }]
  381. }
  382. },
  383. "add_to_cart", [{
  384. "filter_id": "2882303762876212032",
  385. "items": [{
  386. "value_id": "2882303762875850576"
  387. }]
  388. }]]
  389. }, {
  390. "file": "\/var\/www\/synergy-domains\/pp00\/api\/application\/controllers\/ViewController.php",
  391. "line": "726",
  392. "function": "submit_activity",
  393. "class": "Alsma\\Concept\\SpSelector",
  394. "type": "->",
  395. "args": [
  396. "2882303762963418263", {
  397. "logo": {
  398. "id": "2882303762963417424",
  399. "url": "\/files\/2882303761861101017\/2882303762963417424.jpeg"
  400. },
  401. "sandp_name": {
  402. "tid": "2882303762963417814",
  403. "value": [{
  404. "value": "Raspberry Pi 4",
  405. "lang_id": "1"
  406. }]
  407. },
  408. "rating_scale": {
  409. "scale_id": "2882303761859357401",
  410. "type": "star",
  411. "name": "Five star rating scale",
  412. "description": null,
  413. "titles": [{
  414. "title": "Poor",
  415. "from_value": "0",
  416. "to_value": "1"
  417. }, {
  418. "title": "Not so Hot",
  419. "from_value": "1",
  420. "to_value": "2"
  421. }, {
  422. "title": "Ok",
  423. "from_value": "2",
  424. "to_value": "3"
  425. }, {
  426. "title": "Efficient",
  427. "from_value": "3",
  428. "to_value": "4"
  429. }, {
  430. "title": "Very Efficient",
  431. "from_value": "4",
  432. "to_value": "5"
  433. }]
  434. },
  435. "price_currency_name": {
  436. "tid": "2882303762963418263",
  437. "value": [{
  438. "value": "$ ",
  439. "lang_id": "1"
  440. }]
  441. },
  442. "sit_erty": "",
  443. "classifications_tbl": [],
  444. "gallery_videos": null,
  445. "images": [],
  446. "add_to_cart": "",
  447. "vendor_id": {
  448. "id": "2882303762875791033",
  449. "name": [{
  450. "value": "Liberty Tax Service",
  451. "lang_id": "1"
  452. }]
  453. },
  454. "sandp_description": {
  455. "tid": "2882303762963418266",
  456. "value": [{
  457. "value": "Raspberry Pi 4",
  458. "lang_id": "1"
  459. }]
  460. },
  461. "company_name": {
  462. "tid": null,
  463. "value": [{
  464. "value": "",
  465. "lang_id": "1"
  466. }]
  467. },
  468. "price": {
  469. "tid": "2882303762963418263",
  470. "value": [{
  471. "value": "200.99",
  472. "lang_id": "1"
  473. }]
  474. },
  475. "company": {
  476. "id": null,
  477. "name": [{
  478. "value": "",
  479. "lang_id": "1"
  480. }]
  481. },
  482. "product_packaging_margin": {
  483. "tid": null,
  484. "value": [{
  485. "value": "",
  486. "lang_id": "1"
  487. }]
  488. },
  489. "product_purchasing_type": {
  490. "id": "2882303762387251482",
  491. "name": [{
  492. "value": "One time purchase",
  493. "lang_id": "1"
  494. }]
  495. }
  496. },
  497. "add_to_cart", [{
  498. "filter_id": "2882303762876212032",
  499. "items": [{
  500. "value_id": "2882303762875850576"
  501. }]
  502. }]]
  503. }, {
  504. "function": "submitActivityAction",
  505. "class": "Alsma\\ViewController",
  506. "type": "->",
  507. "args": []
  508. }, {
  509. "file": "\/var\/www\/synergy-domains\/pp00\/erp\/core\/BaseController.php",
  510. "line": "87",
  511. "function": "call_user_func",
  512. "args": [
  513. [{},
  514. "submitActivityAction"]
  515. ]
  516. }, {
  517. "file": "\/var\/www\/synergy-domains\/pp00\/api\/application\/controllers\/BaseController.php",
  518. "line": "276",
  519. "function": "invokeAction",
  520. "class": "ERP_Core_BaseController",
  521. "type": "->",
  522. "args": [
  523. "submit_activity"]
  524. }, {
  525. "file": "\/var\/www\/synergy-domains\/pp00\/erp\/core\/Application.php",
  526. "line": "169",
  527. "function": "invokeAction",
  528. "class": "Alsma\\BaseController",
  529. "type": "->",
  530. "args": [
  531. "submit_activity"]
  532. }, {
  533. "file": "\/var\/www\/synergy-domains\/pp00\/api\/application\/MainApplication.php",
  534. "line": "193",
  535. "function": "processURI",
  536. "class": "ERP_Core_Application",
  537. "type": "->",
  538. "args": []
  539. }, {
  540. "file": "\/var\/www\/synergy-domains\/pp00\/erp\/core\/Application.php",
  541. "line": "59",
  542. "function": "processURI",
  543. "class": "Alsma\\MainApplication",
  544. "type": "->",
  545. "args": []
  546. }, {
  547. "file": "\/var\/www\/synergy-domains\/pp00\/api\/api.php",
  548. "line": "6",
  549. "function": "run",
  550. "class": "ERP_Core_Application",
  551. "type": "->",
  552. "args": []
  553. }],
  554. "error_id": "-1",
  555. "common_fw_time": 2.3928067684174,
  556. "ts": 1573737764788
  557. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement