A PHP Error was encountered

Severity: Warning

Message: pg_query(): Query failed: ERROR: 型integerの入力構文が無効です: "8a.shtml" LINE 4: WHERE "store_id" = '8a.shtml' ^

Filename: postgre/postgre_driver.php

Line Number: 242

Backtrace:

File: /var/www/html/coop_aomori/application/models/M_office_dtl.php
Line: 69
Function: get

File: /var/www/html/coop_aomori/application/controllers/C_office_dtl.php
Line: 38
Function: get_store_dtl

File: /var/www/html/coop_aomori/index.php
Line: 315
Function: require_once

Database Error

データベースエラーが発生しました。

Error Number:

ERROR: 型integerの入力構文が無効です: "8a.shtml" LINE 4: WHERE "store_id" = '8a.shtml' ^

SELECT "store"."store_kb", "store"."store_id", "store"."store_name", "kubun"."kb_name", "store"."manager", "store"."intro", "store"."postno", "store"."address", "store"."tel", "store"."fax", "store"."url", "store"."mail", "store"."holiday", "store"."parking", "store"."etc", "store"."start_hh", "store"."start_mi", "store"."end_hh", "store"."end_mi" FROM "t_coop_store" as "store" LEFT JOIN "t_coop_store_kb" as "kubun" ON "store"."store_kb" = "kubun"."store_kb" WHERE "store_id" = '8a.shtml' AND "store"."inv_flg" = '0' AND "store"."del_flg" = '0' AND "kubun"."inv_flg" = '0' AND "kubun"."del_flg" = '0'

Filename: models/M_office_dtl.php

Line Number: 69