Warning (2): session_start() [function.session-start]: open(/opt/remi/php56/root/var/lib/php/session/sess_lunq5snl243cqfv08orm16pbd2, O_RDWR) failed: Read-only file system (30) [CORE/cake/libs/cake_session.php, line 587]
To view Cookies, add CookieComponent to Controller
Query | Error | Affected | Num. rows | Took (ms) | Actions |
---|---|---|---|---|---|
SELECT COUNT(*) AS `count` FROM `complaints` AS `Complaint` LEFT JOIN `countries` AS `Country` ON (`Complaint`.`country_id` = `Country`.`id`) LEFT JOIN `regions` AS `ImposingRegion` ON (`Complaint`.`imposing_region_id` = `ImposingRegion`.`id`) LEFT JOIN `countries` AS `ReportingCountry` ON (`Complaint`.`reporting_country_id` = `ReportingCountry`.`id`) LEFT JOIN `regions` AS `ReportingRegion` ON (`Complaint`.`reporting_region_id` = `ReportingRegion`.`id`) LEFT JOIN `locations` AS `Location` ON (`Complaint`.`location_id` = `Location`.`id`) LEFT JOIN `ntb_types` AS `NtbType` ON (`Complaint`.`ntb_type_id` = `NtbType`.`id`) LEFT JOIN `ntm_codes` AS `NtmCode` ON (`Complaint`.`ntm_code_id` = `NtmCode`.`id`) LEFT JOIN `location_types` AS `LocationType` ON (`Complaint`.`location_type_id` = `LocationType`.`id`) LEFT JOIN `statuses` AS `Status` ON (`Complaint`.`status_id` = `Status`.`id`) LEFT JOIN `comments` AS `ResolutionComment` ON (`ResolutionComment`.`complaint_id` = `Complaint`.`id` AND `ResolutionComment`.`resolution` = 1) WHERE `Status`.`default` = 0 AND `Status`.`rejected` = 0 AND `Status`.`resolved` = 1 AND `Status`.`nonactionable` = 0 | 1 | 1 | 0 | ||
SELECT `Complaint`.`id`, `Complaint`.`unique_number`, `Complaint`.`user_id`, `Complaint`.`user_details`, `Complaint`.`user_email`, `Complaint`.`complaint`, `Complaint`.`original_complaint`, `Complaint`.`country_id`, `Complaint`.`town_id`, `Complaint`.`imposing_region_id`, `Complaint`.`reporting_country_id`, `Complaint`.`reporting_region_id`, `Complaint`.`location_type_id`, `Complaint`.`location_id`, `Complaint`.`location_other`, `Complaint`.`date_of_incident`, `Complaint`.`ntb_type_id`, `Complaint`.`ntb_type_other`, `Complaint`.`ntm_code_id`, `Complaint`.`status_id`, `Complaint`.`product_description`, `Complaint`.`country_origin_id`, `Complaint`.`currency_id`, `Complaint`.`value`, `Complaint`.`original_locale`, `Complaint`.`is_spam`, `Complaint`.`resolved_date`, `Complaint`.`created`, `Complaint`.`created_by`, `Complaint`.`modified`, `Complaint`.`modified_by`, `Complaint`.`progress_update`, `Complaint`.`offline`, `Complaint`.`offline_comment`, `Complaint`.`policy`, `Country`.`id`, `Country`.`name`, `Country`.`short_name`, `Country`.`fre_name`, `Country`.`fre_short_name`, `Country`.`por_name`, `Country`.`por_short_name`, `Country`.`currency`, `Country`.`member`, `ImposingRegion`.`id`, `ImposingRegion`.`name`, `ReportingCountry`.`id`, `ReportingCountry`.`name`, `ReportingCountry`.`short_name`, `ReportingCountry`.`fre_name`, `ReportingCountry`.`fre_short_name`, `ReportingCountry`.`por_name`, `ReportingCountry`.`por_short_name`, `ReportingCountry`.`currency`, `ReportingCountry`.`member`, `ReportingRegion`.`id`, `ReportingRegion`.`name`, `Location`.`id`, `Location`.`name`, `Location`.`location_type_id`, `Location`.`country_id`, `NtbType`.`id`, `NtbType`.`name`, `NtbType`.`short_name`, `NtbType`.`description`, `NtbType`.`parent_id`, `NtbType`.`heading_number`, `NtbType`.`allow`, `NtbType`.`link_id`, `NtbType`.`ntm_code_id`, `NtbType`.`position`, (CONCAT(`NtbType`.`heading_number`, IF(`NtbType`.`parent_id` is null, '.0. ', '. '), `NtbType`.`name`)) AS `NtbType__headingName`, (CONCAT(IF(`NtbType`.`parent_id` is null, 'Category ', ''), `NtbType`.`heading_number`, IF(`NtbType`.`parent_id` is null, ': ', '. '), `NtbType`.`name`)) AS `NtbType__fullName`, `NtmCode`.`id`, `NtmCode`.`level`, `NtmCode`.`code`, `NtmCode`.`description`, `NtmCode`.`parent_id`, `LocationType`.`id`, `LocationType`.`name`, `LocationType`.`order`, `LocationType`.`select_box`, `Status`.`id`, `Status`.`name`, `Status`.`order`, `Status`.`default`, `Status`.`rejected`, `Status`.`resolved`, `Status`.`nonactionable`, `ResolutionComment`.`id`, `ResolutionComment`.`complaint_id`, `ResolutionComment`.`user_id`, `ResolutionComment`.`comment`, `ResolutionComment`.`resolution`, `ResolutionComment`.`created`, `ResolutionComment`.`modified` FROM `complaints` AS `Complaint` LEFT JOIN `countries` AS `Country` ON (`Complaint`.`country_id` = `Country`.`id`) LEFT JOIN `regions` AS `ImposingRegion` ON (`Complaint`.`imposing_region_id` = `ImposingRegion`.`id`) LEFT JOIN `countries` AS `ReportingCountry` ON (`Complaint`.`reporting_country_id` = `ReportingCountry`.`id`) LEFT JOIN `regions` AS `ReportingRegion` ON (`Complaint`.`reporting_region_id` = `ReportingRegion`.`id`) LEFT JOIN `locations` AS `Location` ON (`Complaint`.`location_id` = `Location`.`id`) LEFT JOIN `ntb_types` AS `NtbType` ON (`Complaint`.`ntb_type_id` = `NtbType`.`id`) LEFT JOIN `ntm_codes` AS `NtmCode` ON (`Complaint`.`ntm_code_id` = `NtmCode`.`id`) LEFT JOIN `location_types` AS `LocationType` ON (`Complaint`.`location_type_id` = `LocationType`.`id`) LEFT JOIN `statuses` AS `Status` ON (`Complaint`.`status_id` = `Status`.`id`) LEFT JOIN `comments` AS `ResolutionComment` ON (`ResolutionComment`.`complaint_id` = `Complaint`.`id` AND `ResolutionComment`.`resolution` = 1) WHERE `Status`.`default` = 0 AND `Status`.`rejected` = 0 AND `Status`.`resolved` = 1 AND `Status`.`nonactionable` = 0 ORDER BY `Complaint`.`date_of_incident` asc LIMIT 20 | 20 | 20 | 0 | ||
SELECT `ComplaintsLocale`.`trans_id`, `ComplaintsLocale`.`id`, `ComplaintsLocale`.`complaint`, `ComplaintsLocale`.`locale` FROM `complaints_locales` AS `ComplaintsLocale` WHERE `ComplaintsLocale`.`id` IN ('54d391ed-6bf0-4f28-a3f8-41c3c5bdc882', '58b9a41c-d0d4-42b1-964c-4af0c5bdc882', '58b9a72a-2fa8-43e0-bef6-4712c5bdc882', '58b9a961-bd24-4eed-b26e-49cdc5bdc882', '58bed1ee-b7b4-4f30-8c55-6a68c5bdc882', '5a815bdc-3ec8-4ac7-8813-6c91c0a80304', '5a7c2cff-8b98-4a35-8984-569ec0a80304', '5a815e32-57d4-4f25-b139-6c8cc0a80304', '59d4f165-9cdc-43fa-9ff6-471fc5bdc882', '5a7c2e7b-a544-4314-b21d-5673c0a80304', '5a815fd3-cc28-48b3-a0ca-7077c0a80304', '5a81632f-15d4-4f1e-97e9-6c90c0a80304', '5a817759-88e8-4b17-a769-6c91c0a80304', '5a817879-ecf0-4a51-a4db-6c92c0a80304', '5a7c4484-1888-49d5-85af-5672c0a80304', '5a817992-2178-4635-944d-6c8dc0a80304', '5a817a66-8884-4fc8-8d07-6c8fc0a80304', '5a817b0a-1bac-4774-9f62-6c92c0a80304', '5a79b21d-e678-45cc-ade9-2232c5bdc882', '5a7ae7dd-dc88-40b9-8c5e-5b6ac0a80304') | 6 | 6 | 0 | ||
SELECT `TariffCode`.`id`, `TariffCode`.`heading`, `TariffCode`.`description`, `TariffCode`.`parent_id`, `TariffCode`.`lft`, `TariffCode`.`rght`, (concat(`TariffCode`.`heading`, ": ", `TariffCode`.`description`)) AS `TariffCode__name`, `ComplaintsTariffCode`.`id`, `ComplaintsTariffCode`.`complaint_id`, `ComplaintsTariffCode`.`tariff_code_id` FROM `tariff_codes` AS `TariffCode` JOIN `complaints_tariff_codes` AS `ComplaintsTariffCode` ON (`ComplaintsTariffCode`.`complaint_id` IN ('54d391ed-6bf0-4f28-a3f8-41c3c5bdc882', '58b9a41c-d0d4-42b1-964c-4af0c5bdc882', '58b9a72a-2fa8-43e0-bef6-4712c5bdc882', '58b9a961-bd24-4eed-b26e-49cdc5bdc882', '58bed1ee-b7b4-4f30-8c55-6a68c5bdc882', '5a815bdc-3ec8-4ac7-8813-6c91c0a80304', '5a7c2cff-8b98-4a35-8984-569ec0a80304', '5a815e32-57d4-4f25-b139-6c8cc0a80304', '59d4f165-9cdc-43fa-9ff6-471fc5bdc882', '5a7c2e7b-a544-4314-b21d-5673c0a80304', '5a815fd3-cc28-48b3-a0ca-7077c0a80304', '5a81632f-15d4-4f1e-97e9-6c90c0a80304', '5a817759-88e8-4b17-a769-6c91c0a80304', '5a817879-ecf0-4a51-a4db-6c92c0a80304', '5a7c4484-1888-49d5-85af-5672c0a80304', '5a817992-2178-4635-944d-6c8dc0a80304', '5a817a66-8884-4fc8-8d07-6c8fc0a80304', '5a817b0a-1bac-4774-9f62-6c92c0a80304', '5a79b21d-e678-45cc-ade9-2232c5bdc882', '5a7ae7dd-dc88-40b9-8c5e-5b6ac0a80304') AND `ComplaintsTariffCode`.`tariff_code_id` = `TariffCode`.`id`) | 0 | 0 | 0 | ||
SELECT `Country`.`id`, `Country`.`name`, `Country`.`short_name`, `Country`.`fre_name`, `Country`.`fre_short_name`, `Country`.`por_name`, `Country`.`por_short_name`, `Country`.`currency`, `Country`.`member`, `FocalPoint`.`id`, `FocalPoint`.`country_id` FROM `countries` AS `Country` LEFT JOIN `focal_points` AS `FocalPoint` ON (`FocalPoint`.`country_id` = `Country`.`id`) WHERE `Country`.`member` = 1 ORDER BY `name` ASC | 15 | 15 | 0 | ||
SELECT `FocalPoint`.`id`, `FocalPoint`.`country_id` FROM `focal_points` AS `FocalPoint` WHERE `FocalPoint`.`country_id` = 'BJ' | 1 | 1 | 0 | ||
SELECT `Region`.`name`, `FocalPointsRegion`.`id`, `FocalPointsRegion`.`focal_point_id`, `FocalPointsRegion`.`region_id` FROM `regions` AS `Region` JOIN `focal_points_regions` AS `FocalPointsRegion` ON (`FocalPointsRegion`.`focal_point_id` = '5417da7b-3aac-4895-879c-3ac9c0a80305' AND `FocalPointsRegion`.`region_id` = `Region`.`id`) | 1 | 1 | 0 | ||
SELECT `FocalPoint`.`id`, `FocalPoint`.`country_id` FROM `focal_points` AS `FocalPoint` WHERE `FocalPoint`.`country_id` = 'BF' | 1 | 1 | 0 | ||
SELECT `Region`.`name`, `FocalPointsRegion`.`id`, `FocalPointsRegion`.`focal_point_id`, `FocalPointsRegion`.`region_id` FROM `regions` AS `Region` JOIN `focal_points_regions` AS `FocalPointsRegion` ON (`FocalPointsRegion`.`focal_point_id` = '5418fa29-b610-4f6a-bb28-0612c0a8e186' AND `FocalPointsRegion`.`region_id` = `Region`.`id`) | 1 | 1 | 0 | ||
SELECT `FocalPoint`.`id`, `FocalPoint`.`country_id` FROM `focal_points` AS `FocalPoint` WHERE `FocalPoint`.`country_id` = 'CV' | 0 | 0 | 0 | ||
SELECT `FocalPoint`.`id`, `FocalPoint`.`country_id` FROM `focal_points` AS `FocalPoint` WHERE `FocalPoint`.`country_id` = 'CI' | 1 | 1 | 0 | ||
SELECT `Region`.`name`, `FocalPointsRegion`.`id`, `FocalPointsRegion`.`focal_point_id`, `FocalPointsRegion`.`region_id` FROM `regions` AS `Region` JOIN `focal_points_regions` AS `FocalPointsRegion` ON (`FocalPointsRegion`.`focal_point_id` = '5417da84-7460-4ef7-9eb6-39fac0a80305' AND `FocalPointsRegion`.`region_id` = `Region`.`id`) | 1 | 1 | 0 | ||
SELECT `FocalPoint`.`id`, `FocalPoint`.`country_id` FROM `focal_points` AS `FocalPoint` WHERE `FocalPoint`.`country_id` = 'GM' | 0 | 0 | 0 | ||
SELECT `FocalPoint`.`id`, `FocalPoint`.`country_id` FROM `focal_points` AS `FocalPoint` WHERE `FocalPoint`.`country_id` = 'GH' | 1 | 1 | 0 | ||
SELECT `Region`.`name`, `FocalPointsRegion`.`id`, `FocalPointsRegion`.`focal_point_id`, `FocalPointsRegion`.`region_id` FROM `regions` AS `Region` JOIN `focal_points_regions` AS `FocalPointsRegion` ON (`FocalPointsRegion`.`focal_point_id` = '5417da69-13d8-49d0-ad22-3ac9c0a80305' AND `FocalPointsRegion`.`region_id` = `Region`.`id`) | 1 | 1 | 0 | ||
SELECT `FocalPoint`.`id`, `FocalPoint`.`country_id` FROM `focal_points` AS `FocalPoint` WHERE `FocalPoint`.`country_id` = 'GN' | 0 | 0 | 0 | ||
SELECT `FocalPoint`.`id`, `FocalPoint`.`country_id` FROM `focal_points` AS `FocalPoint` WHERE `FocalPoint`.`country_id` = 'GW' | 0 | 0 | 0 | ||
SELECT `FocalPoint`.`id`, `FocalPoint`.`country_id` FROM `focal_points` AS `FocalPoint` WHERE `FocalPoint`.`country_id` = 'LR' | 0 | 0 | 0 | ||
SELECT `FocalPoint`.`id`, `FocalPoint`.`country_id` FROM `focal_points` AS `FocalPoint` WHERE `FocalPoint`.`country_id` = 'ML' | 0 | 0 | 0 | ||
SELECT `FocalPoint`.`id`, `FocalPoint`.`country_id` FROM `focal_points` AS `FocalPoint` WHERE `FocalPoint`.`country_id` = 'NE' | 0 | 0 | 0 | ||
SELECT `FocalPoint`.`id`, `FocalPoint`.`country_id` FROM `focal_points` AS `FocalPoint` WHERE `FocalPoint`.`country_id` = 'NG' | 1 | 1 | 0 | ||
SELECT `Region`.`name`, `FocalPointsRegion`.`id`, `FocalPointsRegion`.`focal_point_id`, `FocalPointsRegion`.`region_id` FROM `regions` AS `Region` JOIN `focal_points_regions` AS `FocalPointsRegion` ON (`FocalPointsRegion`.`focal_point_id` = '5417da8c-b374-4d89-96a0-39f9c0a80305' AND `FocalPointsRegion`.`region_id` = `Region`.`id`) | 1 | 1 | 0 | ||
SELECT `FocalPoint`.`id`, `FocalPoint`.`country_id` FROM `focal_points` AS `FocalPoint` WHERE `FocalPoint`.`country_id` = 'SN' |