Notice (8): file_put_contents(): write of 41 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 41 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 8192 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.*, --ポイント付与率% CASE WHEN i_point_rate IS NOT NULL THEN i_point_rate WHEN s_basic_point_rate IS NOT NULL THEN s_basic_point_rate END AS basic_point_rate, --割引率 CASE WHEN i_rate IS NOT NULL THEN round((1 - i_rate) * 100) WHEN mk_rate IS NOT NULL THEN round((1 - mk_rate) * 100) WHEN s_rate IS NOT NULL THEN round((1 - s_rate) * 100) END AS mk_cutrate1, CASE WHEN i_rate5 IS NOT NULL THEN round((1 - i_rate5) * 100) WHEN mk_rate5 IS NOT NULL THEN round((1 - mk_rate5) * 100) WHEN s_rate5 IS NOT NULL THEN round((1 - s_rate5) * 100) END AS mk_cutrate5, --購入商品数1~4の税抜き価格 CASE WHEN i_rate IS NOT NULL THEN round((i_price1 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price1 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price1 * cast(s_rate as numeric))) END AS i_price1_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price2 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price2 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price2 * cast(s_rate as numeric))) END AS i_price2_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price3 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price3 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price3 * cast(s_rate as numeric))) END AS i_price3_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price4 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price4 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price4 * cast(s_rate as numeric))) END AS i_price4_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price5 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price5 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price5 * cast(s_rate as numeric))) END AS i_price5_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price6 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price6 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price6 * cast(s_rate as numeric))) END AS i_price6_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price7 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price7 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price7 * cast(s_rate as numeric))) END AS i_price7_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price8 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price8 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price8 * cast(s_rate as numeric))) END AS i_price8_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price9 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price9 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price9 * cast(s_rate as numeric))) END AS i_price9_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price10 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price10 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price10 * cast( s_rate as numeric))) END AS i_price10_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price11 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price11 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price11 * cast( s_rate as numeric))) END AS i_price11_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price12 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price12 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price12 * cast( s_rate as numeric))) END AS i_price12_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price13 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price13 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price13 * cast( s_rate as numeric))) END AS i_price13_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price14 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price14 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price14 * cast( s_rate as numeric))) END AS i_price14_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price15 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price15 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price15 * cast( s_rate as numeric))) END AS i_price15_zeinuki, ---購入商品数1~4個税込み価格計算 CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price1 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price1 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price1 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price1_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price2 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price2 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price2 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price2_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price3 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price3 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price3 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price3_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price4 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price4 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price4 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price4_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price5 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price5 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price5 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price5_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price6 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price6 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price6 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price6_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price7 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price7 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price7 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price7_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price8 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price8 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price8 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price8_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price9 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price9 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price9 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price9_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price10 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price10 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price10 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price10_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price11 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price11 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price11 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price11_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price12 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price12 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price12 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price12_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price13 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price13 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price13 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price13_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price14 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price14 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price14 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price14_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price15 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price15 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price15 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price15_zeikomi, --購入商品数5~の税抜き価格 CASE WHEN i_rate5 IS NOT NULL THEN round((i_price1 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price1 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price1 * cast(s_rate5 as numeric))) END AS i_price1_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price2 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price2 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price2 * cast(s_rate5 as numeric))) END AS i_price2_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price3 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price3 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price3 * cast(s_rate5 as numeric))) END AS i_price3_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price4 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price4 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price4 * cast(s_rate5 as numeric))) END AS i_price4_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price5 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price5 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price5 * cast(s_rate5 as numeric))) END AS i_price5_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price6 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price6 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price6 * cast(s_rate5 as numeric))) END AS i_price6_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price7 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price7 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price7 * cast(s_rate5 as numeric))) END AS i_price7_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price8 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price8 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price8 * cast(s_rate5 as numeric))) END AS i_price8_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price9 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price9 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price9 * cast(s_rate5 as numeric))) END AS i_price9_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price10 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price10 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price10 * cast(s_rate5 as numeric))) END AS i_price10_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price11 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price11 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price11 * cast(s_rate5 as numeric))) END AS i_price11_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price12 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price12 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price12 * cast(s_rate5 as numeric))) END AS i_price12_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price13 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price13 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price13 * cast(s_rate5 as numeric))) END AS i_price13_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price14 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price14 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price14 * cast(s_rate5 as numeric))) END AS i_price14_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price15 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price15 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price15 * cast(s_rate5 as numeric))) END AS i_price15_zeinuki5, --購入商品数5個~税込み価格計算 CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price1 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price1 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price1 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price1_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price2 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price2 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price2 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price2_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price3 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price3 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price3 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price3_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price4 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price4 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price4 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price4_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price5 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price5 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price5 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price5_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price6 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price6 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price6 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price6_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price7 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price7 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price7 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price7_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price8 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price8 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price8 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price8_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price9 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price9 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price9 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price9_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price10 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price10 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price10 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price10_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price11 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price11 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price11 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price11_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price12 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price12 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price12 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price12_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price13 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price13 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price13 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price13_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price14 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price14 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price14 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price14_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price15 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price15 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price15 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price15_zeikomi5, CASE WHEN i_open_flag = false THEN cast(i_price1 as text) ELSE 'オープン価格' END AS teika_zeinuki, CASE WHEN i_open_flag = false THEN cast( i_price1 + FLOOR(round(i_price1 * s_tax) / 100) as text ) ELSE 'オープン価格' END AS teika_zeikomi ,ic_name ,b2_name ,b2_code ,mk_name ,mk_show_price ,mk_search_hit ,mk_rate ,mk_products_common_term ,cl_name FROM item_info INNER JOIN maker_info AS maker ON (item_info.i_maker_code = maker.mk_code) INNER JOIN bunrui2_info AS bunrui2 ON (item_info.i_category_code2 = bunrui2.b2_code) INNER JOIN itemcode_info AS itemcode ON (item_info.i_item_code = itemcode.ic_code) INNER JOIN catalog_info AS catalog ON (item_info.i_catalog_code = catalog.cl_code) INNER JOIN setup_info AS setup ON 1=1 WHERE i_code = 'AC102' AND mk_code='DL1' AND i_category_code1 = 'SE'; [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 13 ) [1] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '1') AND ("is_i_color_name" = 'ネイビー') AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 2 [time] => 15 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.*, --ポイント付与率% CASE WHEN i_point_rate IS NOT NULL THEN i_point_rate WHEN s_basic_point_rate IS NOT NULL THEN s_basic_point_rate END AS basic_point_rate, --割引率 CASE WHEN i_rate IS NOT NULL THEN round((1 - i_rate) * 100) WHEN mk_rate IS NOT NULL THEN round((1 - mk_rate) * 100) WHEN s_rate IS NOT NULL THEN round((1 - s_rate) * 100) END AS mk_cutrate1, CASE WHEN i_rate5 IS NOT NULL THEN round((1 - i_rate5) * 100) WHEN mk_rate5 IS NOT NULL THEN round((1 - mk_rate5) * 100) WHEN s_rate5 IS NOT NULL THEN round((1 - s_rate5) * 100) END AS mk_cutrate5, --購入商品数1~4の税抜き価格 CASE WHEN i_rate IS NOT NULL THEN round((i_price1 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price1 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price1 * cast(s_rate as numeric))) END AS i_price1_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price2 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price2 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price2 * cast(s_rate as numeric))) END AS i_price2_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price3 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price3 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price3 * cast(s_rate as numeric))) END AS i_price3_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price4 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price4 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price4 * cast(s_rate as numeric))) END AS i_price4_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price5 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price5 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price5 * cast(s_rate as numeric))) END AS i_price5_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price6 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price6 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price6 * cast(s_rate as numeric))) END AS i_price6_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price7 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price7 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price7 * cast(s_rate as numeric))) END AS i_price7_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price8 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price8 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price8 * cast(s_rate as numeric))) END AS i_price8_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price9 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price9 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price9 * cast(s_rate as numeric))) END AS i_price9_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price10 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price10 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price10 * cast( s_rate as numeric))) END AS i_price10_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price11 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price11 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price11 * cast( s_rate as numeric))) END AS i_price11_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price12 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price12 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price12 * cast( s_rate as numeric))) END AS i_price12_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price13 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price13 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price13 * cast( s_rate as numeric))) END AS i_price13_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price14 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price14 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price14 * cast( s_rate as numeric))) END AS i_price14_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price15 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price15 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price15 * cast( s_rate as numeric))) END AS i_price15_zeinuki, ---購入商品数1~4個税込み価格計算 CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price1 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price1 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price1 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price1_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price2 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price2 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price2 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price2_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price3 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price3 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price3 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price3_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price4 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price4 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price4 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price4_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price5 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price5 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price5 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price5_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price6 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price6 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price6 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price6_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price7 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price7 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price7 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price7_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price8 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price8 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price8 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price8_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price9 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price9 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price9 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price9_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price10 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price10 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price10 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price10_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price11 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price11 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price11 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price11_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price12 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price12 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price12 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price12_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price13 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price13 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price13 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price13_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price14 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price14 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price14 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price14_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price15 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price15 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price15 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price15_zeikomi, --購入商品数5~の税抜き価格 CASE WHEN i_rate5 IS NOT NULL THEN round((i_price1 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price1 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price1 * cast(s_rate5 as numeric))) END AS i_price1_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price2 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price2 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price2 * cast(s_rate5 as numeric))) END AS i_price2_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price3 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price3 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price3 * cast(s_rate5 as numeric))) END AS i_price3_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price4 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price4 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price4 * cast(s_rate5 as numeric))) END AS i_price4_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price5 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price5 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price5 * cast(s_rate5 as numeric))) END AS i_price5_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price6 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price6 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price6 * cast(s_rate5 as numeric))) END AS i_price6_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price7 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price7 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price7 * cast(s_rate5 as numeric))) END AS i_price7_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price8 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price8 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price8 * cast(s_rate5 as numeric))) END AS i_price8_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price9 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price9 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price9 * cast(s_rate5 as numeric))) END AS i_price9_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price10 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price10 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price10 * cast(s_rate5 as numeric))) END AS i_price10_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price11 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price11 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price11 * cast(s_rate5 as numeric))) END AS i_price11_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price12 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price12 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price12 * cast(s_rate5 as numeric))) END AS i_price12_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price13 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price13 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price13 * cast(s_rate5 as numeric))) END AS i_price13_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price14 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price14 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price14 * cast(s_rate5 as numeric))) END AS i_price14_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price15 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price15 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price15 * cast(s_rate5 as numeric))) END AS i_price15_zeinuki5, --購入商品数5個~税込み価格計算 CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price1 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price1 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price1 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price1_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price2 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price2 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price2 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price2_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price3 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price3 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price3 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price3_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price4 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price4 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price4 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price4_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price5 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price5 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price5 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price5_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price6 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price6 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price6 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price6_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price7 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price7 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price7 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price7_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price8 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price8 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price8 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price8_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price9 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price9 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price9 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price9_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price10 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price10 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price10 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price10_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price11 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price11 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price11 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price11_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price12 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price12 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price12 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price12_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price13 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price13 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price13 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price13_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price14 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price14 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price14 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price14_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price15 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price15 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price15 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price15_zeikomi5, CASE WHEN i_open_flag = false THEN cast(i_price1 as text) ELSE 'オープン価格' END AS teika_zeinuki, CASE WHEN i_open_flag = false THEN cast( i_price1 + FLOOR(round(i_price1 * s_tax) / 100) as text ) ELSE 'オープン価格' END AS teika_zeikomi ,ic_name ,b2_name ,b2_code ,mk_name ,mk_show_price ,mk_search_hit ,mk_rate ,mk_products_common_term ,cl_name FROM item_info INNER JOIN maker_info AS maker ON (item_info.i_maker_code = maker.mk_code) INNER JOIN bunrui2_info AS bunrui2 ON (item_info.i_category_code2 = bunrui2.b2_code) INNER JOIN itemcode_info AS itemcode ON (item_info.i_item_code = itemcode.ic_code) INNER JOIN catalog_info AS catalog ON (item_info.i_catalog_code = catalog.cl_code) INNER JOIN setup_info AS setup ON 1=1 WHERE i_code = 'AC102' AND mk_code='DL1' AND i_category_code1 = 'SE'; [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 13 ) [1] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '1') AND ("is_i_color_name" = 'ネイビー') AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 2 [time] => 15 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 22862 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.*, --ポイント付与率% CASE WHEN i_point_rate IS NOT NULL THEN i_point_rate WHEN s_basic_point_rate IS NOT NULL THEN s_basic_point_rate END AS basic_point_rate, --割引率 CASE WHEN i_rate IS NOT NULL THEN round((1 - i_rate) * 100) WHEN mk_rate IS NOT NULL THEN round((1 - mk_rate) * 100) WHEN s_rate IS NOT NULL THEN round((1 - s_rate) * 100) END AS mk_cutrate1, CASE WHEN i_rate5 IS NOT NULL THEN round((1 - i_rate5) * 100) WHEN mk_rate5 IS NOT NULL THEN round((1 - mk_rate5) * 100) WHEN s_rate5 IS NOT NULL THEN round((1 - s_rate5) * 100) END AS mk_cutrate5, --購入商品数1~4の税抜き価格 CASE WHEN i_rate IS NOT NULL THEN round((i_price1 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price1 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price1 * cast(s_rate as numeric))) END AS i_price1_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price2 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price2 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price2 * cast(s_rate as numeric))) END AS i_price2_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price3 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price3 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price3 * cast(s_rate as numeric))) END AS i_price3_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price4 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price4 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price4 * cast(s_rate as numeric))) END AS i_price4_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price5 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price5 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price5 * cast(s_rate as numeric))) END AS i_price5_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price6 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price6 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price6 * cast(s_rate as numeric))) END AS i_price6_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price7 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price7 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price7 * cast(s_rate as numeric))) END AS i_price7_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price8 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price8 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price8 * cast(s_rate as numeric))) END AS i_price8_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price9 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price9 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price9 * cast(s_rate as numeric))) END AS i_price9_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price10 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price10 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price10 * cast( s_rate as numeric))) END AS i_price10_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price11 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price11 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price11 * cast( s_rate as numeric))) END AS i_price11_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price12 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price12 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price12 * cast( s_rate as numeric))) END AS i_price12_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price13 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price13 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price13 * cast( s_rate as numeric))) END AS i_price13_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price14 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price14 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price14 * cast( s_rate as numeric))) END AS i_price14_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price15 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price15 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price15 * cast( s_rate as numeric))) END AS i_price15_zeinuki, ---購入商品数1~4個税込み価格計算 CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price1 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price1 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price1 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price1_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price2 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price2 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price2 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price2_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price3 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price3 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price3 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price3_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price4 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price4 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price4 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price4_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price5 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price5 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price5 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price5_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price6 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price6 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price6 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price6_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price7 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price7 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price7 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price7_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price8 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price8 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price8 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price8_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price9 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price9 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price9 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price9_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price10 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price10 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price10 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price10_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price11 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price11 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price11 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price11_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price12 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price12 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price12 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price12_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price13 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price13 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price13 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price13_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price14 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price14 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price14 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price14_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price15 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price15 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price15 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price15_zeikomi, --購入商品数5~の税抜き価格 CASE WHEN i_rate5 IS NOT NULL THEN round((i_price1 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price1 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price1 * cast(s_rate5 as numeric))) END AS i_price1_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price2 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price2 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price2 * cast(s_rate5 as numeric))) END AS i_price2_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price3 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price3 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price3 * cast(s_rate5 as numeric))) END AS i_price3_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price4 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price4 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price4 * cast(s_rate5 as numeric))) END AS i_price4_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price5 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price5 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price5 * cast(s_rate5 as numeric))) END AS i_price5_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price6 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price6 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price6 * cast(s_rate5 as numeric))) END AS i_price6_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price7 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price7 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price7 * cast(s_rate5 as numeric))) END AS i_price7_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price8 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price8 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price8 * cast(s_rate5 as numeric))) END AS i_price8_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price9 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price9 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price9 * cast(s_rate5 as numeric))) END AS i_price9_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price10 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price10 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price10 * cast(s_rate5 as numeric))) END AS i_price10_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price11 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price11 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price11 * cast(s_rate5 as numeric))) END AS i_price11_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price12 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price12 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price12 * cast(s_rate5 as numeric))) END AS i_price12_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price13 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price13 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price13 * cast(s_rate5 as numeric))) END AS i_price13_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price14 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price14 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price14 * cast(s_rate5 as numeric))) END AS i_price14_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price15 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price15 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price15 * cast(s_rate5 as numeric))) END AS i_price15_zeinuki5, --購入商品数5個~税込み価格計算 CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price1 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price1 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price1 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price1_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price2 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price2 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price2 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price2_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price3 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price3 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price3 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price3_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price4 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price4 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price4 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price4_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price5 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price5 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price5 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price5_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price6 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price6 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price6 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price6_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price7 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price7 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price7 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price7_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price8 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price8 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price8 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price8_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price9 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price9 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price9 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price9_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price10 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price10 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price10 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price10_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price11 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price11 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price11 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price11_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price12 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price12 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price12 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price12_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price13 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price13 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price13 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price13_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price14 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price14 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price14 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price14_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price15 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price15 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price15 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price15_zeikomi5, CASE WHEN i_open_flag = false THEN cast(i_price1 as text) ELSE 'オープン価格' END AS teika_zeinuki, CASE WHEN i_open_flag = false THEN cast( i_price1 + FLOOR(round(i_price1 * s_tax) / 100) as text ) ELSE 'オープン価格' END AS teika_zeikomi ,ic_name ,b2_name ,b2_code ,mk_name ,mk_show_price ,mk_search_hit ,mk_rate ,mk_products_common_term ,cl_name FROM item_info INNER JOIN maker_info AS maker ON (item_info.i_maker_code = maker.mk_code) INNER JOIN bunrui2_info AS bunrui2 ON (item_info.i_category_code2 = bunrui2.b2_code) INNER JOIN itemcode_info AS itemcode ON (item_info.i_item_code = itemcode.ic_code) INNER JOIN catalog_info AS catalog ON (item_info.i_catalog_code = catalog.cl_code) INNER JOIN setup_info AS setup ON 1=1 WHERE i_code = 'AC102' AND mk_code='DL1' AND i_category_code1 = 'SE'; [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 13 ) [1] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '1') AND ("is_i_color_name" = 'ネイビー') AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 2 [time] => 15 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.*, --ポイント付与率% CASE WHEN i_point_rate IS NOT NULL THEN i_point_rate WHEN s_basic_point_rate IS NOT NULL THEN s_basic_point_rate END AS basic_point_rate, --割引率 CASE WHEN i_rate IS NOT NULL THEN round((1 - i_rate) * 100) WHEN mk_rate IS NOT NULL THEN round((1 - mk_rate) * 100) WHEN s_rate IS NOT NULL THEN round((1 - s_rate) * 100) END AS mk_cutrate1, CASE WHEN i_rate5 IS NOT NULL THEN round((1 - i_rate5) * 100) WHEN mk_rate5 IS NOT NULL THEN round((1 - mk_rate5) * 100) WHEN s_rate5 IS NOT NULL THEN round((1 - s_rate5) * 100) END AS mk_cutrate5, --購入商品数1~4の税抜き価格 CASE WHEN i_rate IS NOT NULL THEN round((i_price1 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price1 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price1 * cast(s_rate as numeric))) END AS i_price1_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price2 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price2 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price2 * cast(s_rate as numeric))) END AS i_price2_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price3 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price3 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price3 * cast(s_rate as numeric))) END AS i_price3_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price4 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price4 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price4 * cast(s_rate as numeric))) END AS i_price4_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price5 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price5 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price5 * cast(s_rate as numeric))) END AS i_price5_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price6 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price6 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price6 * cast(s_rate as numeric))) END AS i_price6_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price7 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price7 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price7 * cast(s_rate as numeric))) END AS i_price7_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price8 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price8 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price8 * cast(s_rate as numeric))) END AS i_price8_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price9 * cast(i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price9 * cast(mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price9 * cast(s_rate as numeric))) END AS i_price9_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price10 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price10 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price10 * cast( s_rate as numeric))) END AS i_price10_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price11 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price11 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price11 * cast( s_rate as numeric))) END AS i_price11_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price12 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price12 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price12 * cast( s_rate as numeric))) END AS i_price12_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price13 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price13 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price13 * cast( s_rate as numeric))) END AS i_price13_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price14 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price14 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price14 * cast( s_rate as numeric))) END AS i_price14_zeinuki, CASE WHEN i_rate IS NOT NULL THEN round((i_price15 * cast( i_rate as numeric))) WHEN mk_rate IS NOT NULL THEN round((i_price15 * cast( mk_rate as numeric))) WHEN s_rate IS NOT NULL THEN round((i_price15 * cast( s_rate as numeric))) END AS i_price15_zeinuki, ---購入商品数1~4個税込み価格計算 CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price1 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price1 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price1 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price1_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price2 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price2 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price2 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price2_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price3 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price3 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price3 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price3_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price4 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price4 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price4 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price4_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price5 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price5 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price5 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price5_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price6 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price6 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price6 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price6_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price7 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price7 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price7 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price7_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price8 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price8 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price8 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price8_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price9 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price9 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price9 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price9_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price10 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price10 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price10 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price10_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price11 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price11 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price11 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price11_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price12 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price12 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price12 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price12_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price13 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price13 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price13 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price13_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price14 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price14 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price14 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price14_zeikomi, CASE WHEN i_rate IS NOT NULL THEN FLOOR( round((i_price15 * cast(i_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate IS NOT NULL THEN FLOOR( round((i_price15 * cast(mk_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate IS NOT NULL THEN FLOOR( round((i_price15 * cast(s_rate as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price15_zeikomi, --購入商品数5~の税抜き価格 CASE WHEN i_rate5 IS NOT NULL THEN round((i_price1 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price1 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price1 * cast(s_rate5 as numeric))) END AS i_price1_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price2 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price2 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price2 * cast(s_rate5 as numeric))) END AS i_price2_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price3 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price3 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price3 * cast(s_rate5 as numeric))) END AS i_price3_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price4 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price4 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price4 * cast(s_rate5 as numeric))) END AS i_price4_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price5 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price5 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price5 * cast(s_rate5 as numeric))) END AS i_price5_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price6 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price6 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price6 * cast(s_rate5 as numeric))) END AS i_price6_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price7 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price7 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price7 * cast(s_rate5 as numeric))) END AS i_price7_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price8 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price8 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price8 * cast(s_rate5 as numeric))) END AS i_price8_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price9 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price9 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price9 * cast(s_rate5 as numeric))) END AS i_price9_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price10 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price10 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price10 * cast(s_rate5 as numeric))) END AS i_price10_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price11 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price11 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price11 * cast(s_rate5 as numeric))) END AS i_price11_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price12 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price12 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price12 * cast(s_rate5 as numeric))) END AS i_price12_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price13 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price13 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price13 * cast(s_rate5 as numeric))) END AS i_price13_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price14 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price14 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price14 * cast(s_rate5 as numeric))) END AS i_price14_zeinuki5, CASE WHEN i_rate5 IS NOT NULL THEN round((i_price15 * cast(i_rate5 as numeric))) WHEN mk_rate5 IS NOT NULL THEN round((i_price15 * cast(mk_rate5 as numeric))) WHEN s_rate5 IS NOT NULL THEN round((i_price15 * cast(s_rate5 as numeric))) END AS i_price15_zeinuki5, --購入商品数5個~税込み価格計算 CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price1 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price1 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price1 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price1_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price2 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price2 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price2 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price2_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price3 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price3 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price3 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price3_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price4 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price4 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price4 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price4_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price5 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price5 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price5 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price5_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price6 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price6 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price6 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price6_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price7 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price7 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price7 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price7_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price8 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price8 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price8 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price8_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price9 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price9 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price9 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price9_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price10 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price10 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price10 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price10_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price11 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price11 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price11 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price11_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price12 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price12 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price12 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price12_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price13 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price13 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price13 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price13_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price14 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price14 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price14 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price14_zeikomi5, CASE WHEN i_rate5 IS NOT NULL THEN FLOOR( round((i_price15 * cast(i_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN mk_rate5 IS NOT NULL THEN FLOOR( round((i_price15 * cast(mk_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) WHEN s_rate5 IS NOT NULL THEN FLOOR( round((i_price15 * cast(s_rate5 as numeric))) * (1 +(cast(s_tax as numeric) / 100)) ) END AS i_price15_zeikomi5, CASE WHEN i_open_flag = false THEN cast(i_price1 as text) ELSE 'オープン価格' END AS teika_zeinuki, CASE WHEN i_open_flag = false THEN cast( i_price1 + FLOOR(round(i_price1 * s_tax) / 100) as text ) ELSE 'オープン価格' END AS teika_zeikomi ,ic_name ,b2_name ,b2_code ,mk_name ,mk_show_price ,mk_search_hit ,mk_rate ,mk_products_common_term ,cl_name FROM item_info INNER JOIN maker_info AS maker ON (item_info.i_maker_code = maker.mk_code) INNER JOIN bunrui2_info AS bunrui2 ON (item_info.i_category_code2 = bunrui2.b2_code) INNER JOIN itemcode_info AS itemcode ON (item_info.i_item_code = itemcode.ic_code) INNER JOIN catalog_info AS catalog ON (item_info.i_catalog_code = catalog.cl_code) INNER JOIN setup_info AS setup ON 1=1 WHERE i_code = 'AC102' AND mk_code='DL1' AND i_category_code1 = 'SE'; [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 13 ) [1] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '1') AND ("is_i_color_name" = 'ネイビー') AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 2 [time] => 15 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 41 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 41 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 833 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '2') AND ("is_i_color_name" = 'エンジ') AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 3 [time] => 16 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '2') AND ("is_i_color_name" = 'エンジ') AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 3 [time] => 16 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 833 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '2') AND ("is_i_color_name" = 'エンジ') AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 3 [time] => 16 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '2') AND ("is_i_color_name" = 'エンジ') AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 3 [time] => 16 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 41 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 41 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 833 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '4') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 4 [time] => 17 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '4') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 4 [time] => 17 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 833 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '4') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 4 [time] => 17 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '4') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 4 [time] => 17 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 41 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 41 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 837 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '17') AND ("is_i_color_name" = 'ブラック') AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 5 [time] => 18 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '17') AND ("is_i_color_name" = 'ブラック') AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 5 [time] => 18 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 837 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '17') AND ("is_i_color_name" = 'ブラック') AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 5 [time] => 18 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '17') AND ("is_i_color_name" = 'ブラック') AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 5 [time] => 18 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 41 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 41 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 826 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 6 [time] => 20 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 6 [time] => 20 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 826 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 6 [time] => 20 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 6 [time] => 20 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 41 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 41 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 826 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 7 [time] => 21 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 7 [time] => 21 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 826 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 7 [time] => 21 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 7 [time] => 21 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 41 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 41 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 826 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 8 [time] => 23 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 8 [time] => 23 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 826 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 8 [time] => 23 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 8 [time] => 23 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 41 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 41 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 826 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 9 [time] => 24 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 9 [time] => 24 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 826 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 9 [time] => 24 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 9 [time] => 24 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 41 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 41 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 827 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 10 [time] => 25 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 10 [time] => 25 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 827 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 10 [time] => 25 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 10 [time] => 25 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 41 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 41 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_stock_info' $output = '2026-05-09 05:06:05 Sql: item_stock_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 827 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 11 [time] => 26 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 11 [time] => 26 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 827 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 11 [time] => 26 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_stock_info.* AS item_stock_info, item_stock_status.* AS item_stock_status FROM "public"."item_stock_info" AS "item_stock_info" left JOIN "public"."item_stock_status" AS "item_stock_status" ON ("item_stock_info"."is_status" = "item_stock_status"."iss_identity") WHERE (("is_i_maker_code" = 'DL1') AND ("is_i_code" = 'AC102') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = 'F')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 11 [time] => 26 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemStockInfo() - APP/Model/Item.php, line 5045 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 267 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 35 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_info' $output = '2026-05-09 05:06:05 Sql: item_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItem() - APP/Model/Item.php, line 2228 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2211 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 35 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_info' $output = '2026-05-09 05:06:05 Sql: item_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItem() - APP/Model/Item.php, line 2228 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2211 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 643 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = 'AC100') AND ("i_maker_code" = 'DL1') AND ("i_category_code1" = 'SE')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 12 [time] => 27 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = 'AC100') AND ("i_maker_code" = 'DL1') AND ("i_category_code1" = 'SE')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 12 [time] => 27 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItem() - APP/Model/Item.php, line 2228 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2211 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 643 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = 'AC100') AND ("i_maker_code" = 'DL1') AND ("i_category_code1" = 'SE')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 12 [time] => 27 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = 'AC100') AND ("i_maker_code" = 'DL1') AND ("i_category_code1" = 'SE')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 12 [time] => 27 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItem() - APP/Model/Item.php, line 2228 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2211 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 35 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_info' $output = '2026-05-09 05:06:05 Sql: item_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItem() - APP/Model/Item.php, line 2247 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2211 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 35 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_info' $output = '2026-05-09 05:06:05 Sql: item_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItem() - APP/Model/Item.php, line 2247 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2211 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 616 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = 'AC100') AND ("i_maker_code" = 'DL1') AND ("i_category_code1" = 'SE')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 13 [time] => 28 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = 'AC100') AND ("i_maker_code" = 'DL1') AND ("i_category_code1" = 'SE')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 13 [time] => 28 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItem() - APP/Model/Item.php, line 2247 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2211 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 616 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = 'AC100') AND ("i_maker_code" = 'DL1') AND ("i_category_code1" = 'SE')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 13 [time] => 28 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = 'AC100') AND ("i_maker_code" = 'DL1') AND ("i_category_code1" = 'SE')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 13 [time] => 28 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItem() - APP/Model/Item.php, line 2247 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2211 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 35 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_info' $output = '2026-05-09 05:06:05 Sql: item_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemByIdentity() - APP/Model/Item.php, line 3678 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2214 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 35 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_info' $output = '2026-05-09 05:06:05 Sql: item_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemByIdentity() - APP/Model/Item.php, line 3678 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2214 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 1167 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info, maker.* AS maker, bunrui2.* AS bunrui2, bunrui1.* AS bunrui1, itemcode.* AS itemcode, catalog.* AS catalog FROM "public"."item_info" AS "item_info" left JOIN "public"."bunrui1_info" AS "bunrui1" ON ("item_info"."i_category_code1" = "bunrui1"."b1_code") left JOIN "public"."bunrui2_info" AS "bunrui2" ON ("item_info"."i_category_code2" = "bunrui2"."b2_code") left JOIN "public"."maker_info" AS "maker" ON ("item_info"."i_maker_code" = "maker"."mk_code") left JOIN "public"."itemcode_info" AS "itemcode" ON ("item_info"."i_item_code" = "itemcode"."ic_code") left JOIN "public"."catalog_info" AS "catalog" ON ("item_info"."i_catalog_code" = "catalog"."cl_code") WHERE "i_identity" = 63278 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 3 ) ) [count] => 14 [time] => 31 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info, maker.* AS maker, bunrui2.* AS bunrui2, bunrui1.* AS bunrui1, itemcode.* AS itemcode, catalog.* AS catalog FROM "public"."item_info" AS "item_info" left JOIN "public"."bunrui1_info" AS "bunrui1" ON ("item_info"."i_category_code1" = "bunrui1"."b1_code") left JOIN "public"."bunrui2_info" AS "bunrui2" ON ("item_info"."i_category_code2" = "bunrui2"."b2_code") left JOIN "public"."maker_info" AS "maker" ON ("item_info"."i_maker_code" = "maker"."mk_code") left JOIN "public"."itemcode_info" AS "itemcode" ON ("item_info"."i_item_code" = "itemcode"."ic_code") left JOIN "public"."catalog_info" AS "catalog" ON ("item_info"."i_catalog_code" = "catalog"."cl_code") WHERE "i_identity" = 63278 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 3 ) ) [count] => 14 [time] => 31 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemByIdentity() - APP/Model/Item.php, line 3678 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2214 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 1167 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info, maker.* AS maker, bunrui2.* AS bunrui2, bunrui1.* AS bunrui1, itemcode.* AS itemcode, catalog.* AS catalog FROM "public"."item_info" AS "item_info" left JOIN "public"."bunrui1_info" AS "bunrui1" ON ("item_info"."i_category_code1" = "bunrui1"."b1_code") left JOIN "public"."bunrui2_info" AS "bunrui2" ON ("item_info"."i_category_code2" = "bunrui2"."b2_code") left JOIN "public"."maker_info" AS "maker" ON ("item_info"."i_maker_code" = "maker"."mk_code") left JOIN "public"."itemcode_info" AS "itemcode" ON ("item_info"."i_item_code" = "itemcode"."ic_code") left JOIN "public"."catalog_info" AS "catalog" ON ("item_info"."i_catalog_code" = "catalog"."cl_code") WHERE "i_identity" = 63278 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 3 ) ) [count] => 14 [time] => 31 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info, maker.* AS maker, bunrui2.* AS bunrui2, bunrui1.* AS bunrui1, itemcode.* AS itemcode, catalog.* AS catalog FROM "public"."item_info" AS "item_info" left JOIN "public"."bunrui1_info" AS "bunrui1" ON ("item_info"."i_category_code1" = "bunrui1"."b1_code") left JOIN "public"."bunrui2_info" AS "bunrui2" ON ("item_info"."i_category_code2" = "bunrui2"."b2_code") left JOIN "public"."maker_info" AS "maker" ON ("item_info"."i_maker_code" = "maker"."mk_code") left JOIN "public"."itemcode_info" AS "itemcode" ON ("item_info"."i_item_code" = "itemcode"."ic_code") left JOIN "public"."catalog_info" AS "catalog" ON ("item_info"."i_catalog_code" = "catalog"."cl_code") WHERE "i_identity" = 63278 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 3 ) ) [count] => 14 [time] => 31 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemByIdentity() - APP/Model/Item.php, line 3678 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2214 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 36 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'setup_info' $output = '2026-05-09 05:06:05 Sql: setup_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getSetupInfo() - APP/Model/Item.php, line 20 Item::getItemCalc() - APP/Model/Item.php, line 2656 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 374 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 36 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'setup_info' $output = '2026-05-09 05:06:05 Sql: setup_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getSetupInfo() - APP/Model/Item.php, line 20 Item::getItemCalc() - APP/Model/Item.php, line 2656 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 374 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 1322 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT "setup_info"."s_identity" AS "setup_info__s_identity", "setup_info"."s_open" AS "setup_info__s_open", "setup_info"."s_send_price" AS "setup_info__s_send_price", "setup_info"."s_tax" AS "setup_info__s_tax", "setup_info"."s_notice_portable" AS "setup_info__s_notice_portable", "setup_info"."s_notice_sub1" AS "setup_info__s_notice_sub1", "setup_info"."s_notice_sub2" AS "setup_info__s_notice_sub2", "setup_info"."s_rate" AS "setup_info__s_rate", "setup_info"."s_rate5" AS "setup_info__s_rate5", "setup_info"."s_send_off" AS "setup_info__s_send_off", "setup_info"."s_basic_point_rate" AS "setup_info__s_basic_point_rate", "setup_info"."s_point_expiration" AS "setup_info__s_point_expiration", "setup_info"."s_3d_secure_unit_price" AS "setup_info__s_3d_secure_unit_price", "setup_info"."s_3d_secure_total_price" AS "setup_info__s_3d_secure_total_price" FROM "public"."setup_info" AS "setup_info" WHERE 1 = 1 LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 15 [time] => 32 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT "setup_info"."s_identity" AS "setup_info__s_identity", "setup_info"."s_open" AS "setup_info__s_open", "setup_info"."s_send_price" AS "setup_info__s_send_price", "setup_info"."s_tax" AS "setup_info__s_tax", "setup_info"."s_notice_portable" AS "setup_info__s_notice_portable", "setup_info"."s_notice_sub1" AS "setup_info__s_notice_sub1", "setup_info"."s_notice_sub2" AS "setup_info__s_notice_sub2", "setup_info"."s_rate" AS "setup_info__s_rate", "setup_info"."s_rate5" AS "setup_info__s_rate5", "setup_info"."s_send_off" AS "setup_info__s_send_off", "setup_info"."s_basic_point_rate" AS "setup_info__s_basic_point_rate", "setup_info"."s_point_expiration" AS "setup_info__s_point_expiration", "setup_info"."s_3d_secure_unit_price" AS "setup_info__s_3d_secure_unit_price", "setup_info"."s_3d_secure_total_price" AS "setup_info__s_3d_secure_total_price" FROM "public"."setup_info" AS "setup_info" WHERE 1 = 1 LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 15 [time] => 32 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getSetupInfo() - APP/Model/Item.php, line 20 Item::getItemCalc() - APP/Model/Item.php, line 2656 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 374 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 1322 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT "setup_info"."s_identity" AS "setup_info__s_identity", "setup_info"."s_open" AS "setup_info__s_open", "setup_info"."s_send_price" AS "setup_info__s_send_price", "setup_info"."s_tax" AS "setup_info__s_tax", "setup_info"."s_notice_portable" AS "setup_info__s_notice_portable", "setup_info"."s_notice_sub1" AS "setup_info__s_notice_sub1", "setup_info"."s_notice_sub2" AS "setup_info__s_notice_sub2", "setup_info"."s_rate" AS "setup_info__s_rate", "setup_info"."s_rate5" AS "setup_info__s_rate5", "setup_info"."s_send_off" AS "setup_info__s_send_off", "setup_info"."s_basic_point_rate" AS "setup_info__s_basic_point_rate", "setup_info"."s_point_expiration" AS "setup_info__s_point_expiration", "setup_info"."s_3d_secure_unit_price" AS "setup_info__s_3d_secure_unit_price", "setup_info"."s_3d_secure_total_price" AS "setup_info__s_3d_secure_total_price" FROM "public"."setup_info" AS "setup_info" WHERE 1 = 1 LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 15 [time] => 32 ) ' $output = '2026-05-09 05:06:05 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT "setup_info"."s_identity" AS "setup_info__s_identity", "setup_info"."s_open" AS "setup_info__s_open", "setup_info"."s_send_price" AS "setup_info__s_send_price", "setup_info"."s_tax" AS "setup_info__s_tax", "setup_info"."s_notice_portable" AS "setup_info__s_notice_portable", "setup_info"."s_notice_sub1" AS "setup_info__s_notice_sub1", "setup_info"."s_notice_sub2" AS "setup_info__s_notice_sub2", "setup_info"."s_rate" AS "setup_info__s_rate", "setup_info"."s_rate5" AS "setup_info__s_rate5", "setup_info"."s_send_off" AS "setup_info__s_send_off", "setup_info"."s_basic_point_rate" AS "setup_info__s_basic_point_rate", "setup_info"."s_point_expiration" AS "setup_info__s_point_expiration", "setup_info"."s_3d_secure_unit_price" AS "setup_info__s_3d_secure_unit_price", "setup_info"."s_3d_secure_total_price" AS "setup_info__s_3d_secure_total_price" FROM "public"."setup_info" AS "setup_info" WHERE 1 = 1 LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 15 [time] => 32 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getSetupInfo() - APP/Model/Item.php, line 20 Item::getItemCalc() - APP/Model/Item.php, line 2656 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 374 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 35 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_info' $output = '2026-05-09 05:06:06 Sql: item_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItem() - APP/Model/Item.php, line 2228 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2211 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 35 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_info' $output = '2026-05-09 05:06:06 Sql: item_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItem() - APP/Model/Item.php, line 2228 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2211 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 1971 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info, bunrui1.* AS bunrui1, bunrui2.* AS bunrui2, itemcode.* AS itemcode, maker.mk_rate AS mk_rate, maker.mk_rate5 AS mk_rate5, maker.mk_name AS mk_name, maker.mk_stocking_rate AS mk_stocking_rate, maker.mk_search_hit AS mk_search_hit, maker.mk_show_price AS mk_show_price, maker.mk_rate_yahoo AS mk_rate_yahoo, catalog.* AS catalog FROM item_info AS item_info left JOIN bunrui2_info AS bunrui2 ON (item_info.i_category_code2 = bunrui2.b2_code) left JOIN bunrui1_info AS bunrui1 ON (item_info.i_category_code1 = bunrui1.b1_code) left JOIN itemcode_info AS itemcode ON (item_info.i_item_code = itemcode.ic_code) left JOIN maker_info AS maker ON (item_info.i_maker_code = maker.mk_code) left JOIN catalog_info AS catalog ON (item_info.i_catalog_code = catalog.cl_code) WHERE i_identity = 63278 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 6 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = 'AC101') AND ("i_maker_code" = 'DL1') AND ("i_category_code1" = 'SE')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 17 [time] => 39 ) ' $output = '2026-05-09 05:06:06 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info, bunrui1.* AS bunrui1, bunrui2.* AS bunrui2, itemcode.* AS itemcode, maker.mk_rate AS mk_rate, maker.mk_rate5 AS mk_rate5, maker.mk_name AS mk_name, maker.mk_stocking_rate AS mk_stocking_rate, maker.mk_search_hit AS mk_search_hit, maker.mk_show_price AS mk_show_price, maker.mk_rate_yahoo AS mk_rate_yahoo, catalog.* AS catalog FROM item_info AS item_info left JOIN bunrui2_info AS bunrui2 ON (item_info.i_category_code2 = bunrui2.b2_code) left JOIN bunrui1_info AS bunrui1 ON (item_info.i_category_code1 = bunrui1.b1_code) left JOIN itemcode_info AS itemcode ON (item_info.i_item_code = itemcode.ic_code) left JOIN maker_info AS maker ON (item_info.i_maker_code = maker.mk_code) left JOIN catalog_info AS catalog ON (item_info.i_catalog_code = catalog.cl_code) WHERE i_identity = 63278 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 6 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = 'AC101') AND ("i_maker_code" = 'DL1') AND ("i_category_code1" = 'SE')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 17 [time] => 39 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItem() - APP/Model/Item.php, line 2228 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2211 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 1971 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info, bunrui1.* AS bunrui1, bunrui2.* AS bunrui2, itemcode.* AS itemcode, maker.mk_rate AS mk_rate, maker.mk_rate5 AS mk_rate5, maker.mk_name AS mk_name, maker.mk_stocking_rate AS mk_stocking_rate, maker.mk_search_hit AS mk_search_hit, maker.mk_show_price AS mk_show_price, maker.mk_rate_yahoo AS mk_rate_yahoo, catalog.* AS catalog FROM item_info AS item_info left JOIN bunrui2_info AS bunrui2 ON (item_info.i_category_code2 = bunrui2.b2_code) left JOIN bunrui1_info AS bunrui1 ON (item_info.i_category_code1 = bunrui1.b1_code) left JOIN itemcode_info AS itemcode ON (item_info.i_item_code = itemcode.ic_code) left JOIN maker_info AS maker ON (item_info.i_maker_code = maker.mk_code) left JOIN catalog_info AS catalog ON (item_info.i_catalog_code = catalog.cl_code) WHERE i_identity = 63278 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 6 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = 'AC101') AND ("i_maker_code" = 'DL1') AND ("i_category_code1" = 'SE')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 17 [time] => 39 ) ' $output = '2026-05-09 05:06:06 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info, bunrui1.* AS bunrui1, bunrui2.* AS bunrui2, itemcode.* AS itemcode, maker.mk_rate AS mk_rate, maker.mk_rate5 AS mk_rate5, maker.mk_name AS mk_name, maker.mk_stocking_rate AS mk_stocking_rate, maker.mk_search_hit AS mk_search_hit, maker.mk_show_price AS mk_show_price, maker.mk_rate_yahoo AS mk_rate_yahoo, catalog.* AS catalog FROM item_info AS item_info left JOIN bunrui2_info AS bunrui2 ON (item_info.i_category_code2 = bunrui2.b2_code) left JOIN bunrui1_info AS bunrui1 ON (item_info.i_category_code1 = bunrui1.b1_code) left JOIN itemcode_info AS itemcode ON (item_info.i_item_code = itemcode.ic_code) left JOIN maker_info AS maker ON (item_info.i_maker_code = maker.mk_code) left JOIN catalog_info AS catalog ON (item_info.i_catalog_code = catalog.cl_code) WHERE i_identity = 63278 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 6 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = 'AC101') AND ("i_maker_code" = 'DL1') AND ("i_category_code1" = 'SE')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 17 [time] => 39 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItem() - APP/Model/Item.php, line 2228 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2211 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 35 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_info' $output = '2026-05-09 05:06:06 Sql: item_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItem() - APP/Model/Item.php, line 2247 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2211 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 35 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_info' $output = '2026-05-09 05:06:06 Sql: item_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItem() - APP/Model/Item.php, line 2247 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2211 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 616 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = 'AC101') AND ("i_maker_code" = 'DL1') AND ("i_category_code1" = 'SE')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 18 [time] => 41 ) ' $output = '2026-05-09 05:06:06 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = 'AC101') AND ("i_maker_code" = 'DL1') AND ("i_category_code1" = 'SE')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 18 [time] => 41 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItem() - APP/Model/Item.php, line 2247 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2211 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 616 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = 'AC101') AND ("i_maker_code" = 'DL1') AND ("i_category_code1" = 'SE')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 18 [time] => 41 ) ' $output = '2026-05-09 05:06:06 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = 'AC101') AND ("i_maker_code" = 'DL1') AND ("i_category_code1" = 'SE')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 18 [time] => 41 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItem() - APP/Model/Item.php, line 2247 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2211 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 35 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_info' $output = '2026-05-09 05:06:06 Sql: item_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemByIdentity() - APP/Model/Item.php, line 3678 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2214 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 35 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'item_info' $output = '2026-05-09 05:06:06 Sql: item_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getItemByIdentity() - APP/Model/Item.php, line 3678 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2214 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 1167 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info, maker.* AS maker, bunrui2.* AS bunrui2, bunrui1.* AS bunrui1, itemcode.* AS itemcode, catalog.* AS catalog FROM "public"."item_info" AS "item_info" left JOIN "public"."bunrui1_info" AS "bunrui1" ON ("item_info"."i_category_code1" = "bunrui1"."b1_code") left JOIN "public"."bunrui2_info" AS "bunrui2" ON ("item_info"."i_category_code2" = "bunrui2"."b2_code") left JOIN "public"."maker_info" AS "maker" ON ("item_info"."i_maker_code" = "maker"."mk_code") left JOIN "public"."itemcode_info" AS "itemcode" ON ("item_info"."i_item_code" = "itemcode"."ic_code") left JOIN "public"."catalog_info" AS "catalog" ON ("item_info"."i_catalog_code" = "catalog"."cl_code") WHERE "i_identity" = 63279 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 3 ) ) [count] => 19 [time] => 44 ) ' $output = '2026-05-09 05:06:06 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info, maker.* AS maker, bunrui2.* AS bunrui2, bunrui1.* AS bunrui1, itemcode.* AS itemcode, catalog.* AS catalog FROM "public"."item_info" AS "item_info" left JOIN "public"."bunrui1_info" AS "bunrui1" ON ("item_info"."i_category_code1" = "bunrui1"."b1_code") left JOIN "public"."bunrui2_info" AS "bunrui2" ON ("item_info"."i_category_code2" = "bunrui2"."b2_code") left JOIN "public"."maker_info" AS "maker" ON ("item_info"."i_maker_code" = "maker"."mk_code") left JOIN "public"."itemcode_info" AS "itemcode" ON ("item_info"."i_item_code" = "itemcode"."ic_code") left JOIN "public"."catalog_info" AS "catalog" ON ("item_info"."i_catalog_code" = "catalog"."cl_code") WHERE "i_identity" = 63279 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 3 ) ) [count] => 19 [time] => 44 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemByIdentity() - APP/Model/Item.php, line 3678 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2214 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 1167 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info, maker.* AS maker, bunrui2.* AS bunrui2, bunrui1.* AS bunrui1, itemcode.* AS itemcode, catalog.* AS catalog FROM "public"."item_info" AS "item_info" left JOIN "public"."bunrui1_info" AS "bunrui1" ON ("item_info"."i_category_code1" = "bunrui1"."b1_code") left JOIN "public"."bunrui2_info" AS "bunrui2" ON ("item_info"."i_category_code2" = "bunrui2"."b2_code") left JOIN "public"."maker_info" AS "maker" ON ("item_info"."i_maker_code" = "maker"."mk_code") left JOIN "public"."itemcode_info" AS "itemcode" ON ("item_info"."i_item_code" = "itemcode"."ic_code") left JOIN "public"."catalog_info" AS "catalog" ON ("item_info"."i_catalog_code" = "catalog"."cl_code") WHERE "i_identity" = 63279 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 3 ) ) [count] => 19 [time] => 44 ) ' $output = '2026-05-09 05:06:06 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info, maker.* AS maker, bunrui2.* AS bunrui2, bunrui1.* AS bunrui1, itemcode.* AS itemcode, catalog.* AS catalog FROM "public"."item_info" AS "item_info" left JOIN "public"."bunrui1_info" AS "bunrui1" ON ("item_info"."i_category_code1" = "bunrui1"."b1_code") left JOIN "public"."bunrui2_info" AS "bunrui2" ON ("item_info"."i_category_code2" = "bunrui2"."b2_code") left JOIN "public"."maker_info" AS "maker" ON ("item_info"."i_maker_code" = "maker"."mk_code") left JOIN "public"."itemcode_info" AS "itemcode" ON ("item_info"."i_item_code" = "itemcode"."ic_code") left JOIN "public"."catalog_info" AS "catalog" ON ("item_info"."i_catalog_code" = "catalog"."cl_code") WHERE "i_identity" = 63279 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 3 ) ) [count] => 19 [time] => 44 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getItemByIdentity() - APP/Model/Item.php, line 3678 Item::getItemByCodeFirst() - APP/Model/Item.php, line 2214 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 366 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 36 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'setup_info' $output = '2026-05-09 05:06:06 Sql: setup_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getSetupInfo() - APP/Model/Item.php, line 20 Item::getItemCalc() - APP/Model/Item.php, line 2656 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 374 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 36 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'setup_info' $output = '2026-05-09 05:06:06 Sql: setup_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Item::getSetupInfo() - APP/Model/Item.php, line 20 Item::getItemCalc() - APP/Model/Item.php, line 2656 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 374 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 1322 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT "setup_info"."s_identity" AS "setup_info__s_identity", "setup_info"."s_open" AS "setup_info__s_open", "setup_info"."s_send_price" AS "setup_info__s_send_price", "setup_info"."s_tax" AS "setup_info__s_tax", "setup_info"."s_notice_portable" AS "setup_info__s_notice_portable", "setup_info"."s_notice_sub1" AS "setup_info__s_notice_sub1", "setup_info"."s_notice_sub2" AS "setup_info__s_notice_sub2", "setup_info"."s_rate" AS "setup_info__s_rate", "setup_info"."s_rate5" AS "setup_info__s_rate5", "setup_info"."s_send_off" AS "setup_info__s_send_off", "setup_info"."s_basic_point_rate" AS "setup_info__s_basic_point_rate", "setup_info"."s_point_expiration" AS "setup_info__s_point_expiration", "setup_info"."s_3d_secure_unit_price" AS "setup_info__s_3d_secure_unit_price", "setup_info"."s_3d_secure_total_price" AS "setup_info__s_3d_secure_total_price" FROM "public"."setup_info" AS "setup_info" WHERE 1 = 1 LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 20 [time] => 45 ) ' $output = '2026-05-09 05:06:06 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT "setup_info"."s_identity" AS "setup_info__s_identity", "setup_info"."s_open" AS "setup_info__s_open", "setup_info"."s_send_price" AS "setup_info__s_send_price", "setup_info"."s_tax" AS "setup_info__s_tax", "setup_info"."s_notice_portable" AS "setup_info__s_notice_portable", "setup_info"."s_notice_sub1" AS "setup_info__s_notice_sub1", "setup_info"."s_notice_sub2" AS "setup_info__s_notice_sub2", "setup_info"."s_rate" AS "setup_info__s_rate", "setup_info"."s_rate5" AS "setup_info__s_rate5", "setup_info"."s_send_off" AS "setup_info__s_send_off", "setup_info"."s_basic_point_rate" AS "setup_info__s_basic_point_rate", "setup_info"."s_point_expiration" AS "setup_info__s_point_expiration", "setup_info"."s_3d_secure_unit_price" AS "setup_info__s_3d_secure_unit_price", "setup_info"."s_3d_secure_total_price" AS "setup_info__s_3d_secure_total_price" FROM "public"."setup_info" AS "setup_info" WHERE 1 = 1 LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 20 [time] => 45 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getSetupInfo() - APP/Model/Item.php, line 20 Item::getItemCalc() - APP/Model/Item.php, line 2656 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 374 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 1322 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT "setup_info"."s_identity" AS "setup_info__s_identity", "setup_info"."s_open" AS "setup_info__s_open", "setup_info"."s_send_price" AS "setup_info__s_send_price", "setup_info"."s_tax" AS "setup_info__s_tax", "setup_info"."s_notice_portable" AS "setup_info__s_notice_portable", "setup_info"."s_notice_sub1" AS "setup_info__s_notice_sub1", "setup_info"."s_notice_sub2" AS "setup_info__s_notice_sub2", "setup_info"."s_rate" AS "setup_info__s_rate", "setup_info"."s_rate5" AS "setup_info__s_rate5", "setup_info"."s_send_off" AS "setup_info__s_send_off", "setup_info"."s_basic_point_rate" AS "setup_info__s_basic_point_rate", "setup_info"."s_point_expiration" AS "setup_info__s_point_expiration", "setup_info"."s_3d_secure_unit_price" AS "setup_info__s_3d_secure_unit_price", "setup_info"."s_3d_secure_total_price" AS "setup_info__s_3d_secure_total_price" FROM "public"."setup_info" AS "setup_info" WHERE 1 = 1 LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 20 [time] => 45 ) ' $output = '2026-05-09 05:06:06 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT "setup_info"."s_identity" AS "setup_info__s_identity", "setup_info"."s_open" AS "setup_info__s_open", "setup_info"."s_send_price" AS "setup_info__s_send_price", "setup_info"."s_tax" AS "setup_info__s_tax", "setup_info"."s_notice_portable" AS "setup_info__s_notice_portable", "setup_info"."s_notice_sub1" AS "setup_info__s_notice_sub1", "setup_info"."s_notice_sub2" AS "setup_info__s_notice_sub2", "setup_info"."s_rate" AS "setup_info__s_rate", "setup_info"."s_rate5" AS "setup_info__s_rate5", "setup_info"."s_send_off" AS "setup_info__s_send_off", "setup_info"."s_basic_point_rate" AS "setup_info__s_basic_point_rate", "setup_info"."s_point_expiration" AS "setup_info__s_point_expiration", "setup_info"."s_3d_secure_unit_price" AS "setup_info__s_3d_secure_unit_price", "setup_info"."s_3d_secure_total_price" AS "setup_info__s_3d_secure_total_price" FROM "public"."setup_info" AS "setup_info" WHERE 1 = 1 LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 20 [time] => 45 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Item::getSetupInfo() - APP/Model/Item.php, line 20 Item::getItemCalc() - APP/Model/Item.php, line 2656 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 374 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 38 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'bunrui1_info' $output = '2026-05-09 05:06:06 Sql: bunrui1_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Bunrui::getBunrui1() - APP/Model/Bunrui.php, line 17 require - /home/uniform1sp.com/htdocs/require/common_header.php, line 37 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 497 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 38 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'bunrui1_info' $output = '2026-05-09 05:06:06 Sql: bunrui1_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Bunrui::getBunrui1() - APP/Model/Bunrui.php, line 17 require - /home/uniform1sp.com/htdocs/require/common_header.php, line 37 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 497 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 2718 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info, bunrui1.* AS bunrui1, bunrui2.* AS bunrui2, itemcode.* AS itemcode, maker.mk_rate AS mk_rate, maker.mk_rate5 AS mk_rate5, maker.mk_name AS mk_name, maker.mk_stocking_rate AS mk_stocking_rate, maker.mk_search_hit AS mk_search_hit, maker.mk_show_price AS mk_show_price, maker.mk_rate_yahoo AS mk_rate_yahoo, catalog.* AS catalog FROM item_info AS item_info left JOIN bunrui2_info AS bunrui2 ON (item_info.i_category_code2 = bunrui2.b2_code) left JOIN bunrui1_info AS bunrui1 ON (item_info.i_category_code1 = bunrui1.b1_code) left JOIN itemcode_info AS itemcode ON (item_info.i_item_code = itemcode.ic_code) left JOIN maker_info AS maker ON (item_info.i_maker_code = maker.mk_code) left JOIN catalog_info AS catalog ON (item_info.i_catalog_code = catalog.cl_code) WHERE i_identity = 63279 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 3 ) [1] => Array ( [query] => SELECT "bunrui1_info"."b1_identity" AS "bunrui1_info__b1_identity", "bunrui1_info"."b1_code" AS "bunrui1_info__b1_code", "bunrui1_info"."b1_name" AS "bunrui1_info__b1_name", "bunrui1_info"."b1_path" AS "bunrui1_info__b1_path", "bunrui1_info"."b1_mail" AS "bunrui1_info__b1_mail", "bunrui1_info"."b1_in_charge" AS "bunrui1_info__b1_in_charge", "bunrui1_info"."b1_point_rate" AS "bunrui1_info__b1_point_rate", "bunrui1_info"."b1_url" AS "bunrui1_info__b1_url", "bunrui1_info"."b1_item_name" AS "bunrui1_info__b1_item_name", "bunrui1_info"."b1_site_string" AS "bunrui1_info__b1_site_string", "bunrui1_info"."b1_ga_code" AS "bunrui1_info__b1_ga_code", "bunrui1_info"."b1_chat_url" AS "bunrui1_info__b1_chat_url", "bunrui1_info"."b1_title" AS "bunrui1_info__b1_title", "bunrui1_info"."b1_description" AS "bunrui1_info__b1_description", "bunrui1_info"."b1_keywords" AS "bunrui1_info__b1_keywords" FROM "public"."bunrui1_info" AS "bunrui1_info" WHERE "b1_code" = 'SE' ORDER BY "b1_identity" ASC [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 22 [time] => 49 ) ' $output = '2026-05-09 05:06:06 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info, bunrui1.* AS bunrui1, bunrui2.* AS bunrui2, itemcode.* AS itemcode, maker.mk_rate AS mk_rate, maker.mk_rate5 AS mk_rate5, maker.mk_name AS mk_name, maker.mk_stocking_rate AS mk_stocking_rate, maker.mk_search_hit AS mk_search_hit, maker.mk_show_price AS mk_show_price, maker.mk_rate_yahoo AS mk_rate_yahoo, catalog.* AS catalog FROM item_info AS item_info left JOIN bunrui2_info AS bunrui2 ON (item_info.i_category_code2 = bunrui2.b2_code) left JOIN bunrui1_info AS bunrui1 ON (item_info.i_category_code1 = bunrui1.b1_code) left JOIN itemcode_info AS itemcode ON (item_info.i_item_code = itemcode.ic_code) left JOIN maker_info AS maker ON (item_info.i_maker_code = maker.mk_code) left JOIN catalog_info AS catalog ON (item_info.i_catalog_code = catalog.cl_code) WHERE i_identity = 63279 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 3 ) [1] => Array ( [query] => SELECT "bunrui1_info"."b1_identity" AS "bunrui1_info__b1_identity", "bunrui1_info"."b1_code" AS "bunrui1_info__b1_code", "bunrui1_info"."b1_name" AS "bunrui1_info__b1_name", "bunrui1_info"."b1_path" AS "bunrui1_info__b1_path", "bunrui1_info"."b1_mail" AS "bunrui1_info__b1_mail", "bunrui1_info"."b1_in_charge" AS "bunrui1_info__b1_in_charge", "bunrui1_info"."b1_point_rate" AS "bunrui1_info__b1_point_rate", "bunrui1_info"."b1_url" AS "bunrui1_info__b1_url", "bunrui1_info"."b1_item_name" AS "bunrui1_info__b1_item_name", "bunrui1_info"."b1_site_string" AS "bunrui1_info__b1_site_string", "bunrui1_info"."b1_ga_code" AS "bunrui1_info__b1_ga_code", "bunrui1_info"."b1_chat_url" AS "bunrui1_info__b1_chat_url", "bunrui1_info"."b1_title" AS "bunrui1_info__b1_title", "bunrui1_info"."b1_description" AS "bunrui1_info__b1_description", "bunrui1_info"."b1_keywords" AS "bunrui1_info__b1_keywords" FROM "public"."bunrui1_info" AS "bunrui1_info" WHERE "b1_code" = 'SE' ORDER BY "b1_identity" ASC [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 22 [time] => 49 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Bunrui::getBunrui1() - APP/Model/Bunrui.php, line 17 require - /home/uniform1sp.com/htdocs/require/common_header.php, line 37 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 497 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 2718 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info, bunrui1.* AS bunrui1, bunrui2.* AS bunrui2, itemcode.* AS itemcode, maker.mk_rate AS mk_rate, maker.mk_rate5 AS mk_rate5, maker.mk_name AS mk_name, maker.mk_stocking_rate AS mk_stocking_rate, maker.mk_search_hit AS mk_search_hit, maker.mk_show_price AS mk_show_price, maker.mk_rate_yahoo AS mk_rate_yahoo, catalog.* AS catalog FROM item_info AS item_info left JOIN bunrui2_info AS bunrui2 ON (item_info.i_category_code2 = bunrui2.b2_code) left JOIN bunrui1_info AS bunrui1 ON (item_info.i_category_code1 = bunrui1.b1_code) left JOIN itemcode_info AS itemcode ON (item_info.i_item_code = itemcode.ic_code) left JOIN maker_info AS maker ON (item_info.i_maker_code = maker.mk_code) left JOIN catalog_info AS catalog ON (item_info.i_catalog_code = catalog.cl_code) WHERE i_identity = 63279 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 3 ) [1] => Array ( [query] => SELECT "bunrui1_info"."b1_identity" AS "bunrui1_info__b1_identity", "bunrui1_info"."b1_code" AS "bunrui1_info__b1_code", "bunrui1_info"."b1_name" AS "bunrui1_info__b1_name", "bunrui1_info"."b1_path" AS "bunrui1_info__b1_path", "bunrui1_info"."b1_mail" AS "bunrui1_info__b1_mail", "bunrui1_info"."b1_in_charge" AS "bunrui1_info__b1_in_charge", "bunrui1_info"."b1_point_rate" AS "bunrui1_info__b1_point_rate", "bunrui1_info"."b1_url" AS "bunrui1_info__b1_url", "bunrui1_info"."b1_item_name" AS "bunrui1_info__b1_item_name", "bunrui1_info"."b1_site_string" AS "bunrui1_info__b1_site_string", "bunrui1_info"."b1_ga_code" AS "bunrui1_info__b1_ga_code", "bunrui1_info"."b1_chat_url" AS "bunrui1_info__b1_chat_url", "bunrui1_info"."b1_title" AS "bunrui1_info__b1_title", "bunrui1_info"."b1_description" AS "bunrui1_info__b1_description", "bunrui1_info"."b1_keywords" AS "bunrui1_info__b1_keywords" FROM "public"."bunrui1_info" AS "bunrui1_info" WHERE "b1_code" = 'SE' ORDER BY "b1_identity" ASC [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 22 [time] => 49 ) ' $output = '2026-05-09 05:06:06 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info, bunrui1.* AS bunrui1, bunrui2.* AS bunrui2, itemcode.* AS itemcode, maker.mk_rate AS mk_rate, maker.mk_rate5 AS mk_rate5, maker.mk_name AS mk_name, maker.mk_stocking_rate AS mk_stocking_rate, maker.mk_search_hit AS mk_search_hit, maker.mk_show_price AS mk_show_price, maker.mk_rate_yahoo AS mk_rate_yahoo, catalog.* AS catalog FROM item_info AS item_info left JOIN bunrui2_info AS bunrui2 ON (item_info.i_category_code2 = bunrui2.b2_code) left JOIN bunrui1_info AS bunrui1 ON (item_info.i_category_code1 = bunrui1.b1_code) left JOIN itemcode_info AS itemcode ON (item_info.i_item_code = itemcode.ic_code) left JOIN maker_info AS maker ON (item_info.i_maker_code = maker.mk_code) left JOIN catalog_info AS catalog ON (item_info.i_catalog_code = catalog.cl_code) WHERE i_identity = 63279 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 3 ) [1] => Array ( [query] => SELECT "bunrui1_info"."b1_identity" AS "bunrui1_info__b1_identity", "bunrui1_info"."b1_code" AS "bunrui1_info__b1_code", "bunrui1_info"."b1_name" AS "bunrui1_info__b1_name", "bunrui1_info"."b1_path" AS "bunrui1_info__b1_path", "bunrui1_info"."b1_mail" AS "bunrui1_info__b1_mail", "bunrui1_info"."b1_in_charge" AS "bunrui1_info__b1_in_charge", "bunrui1_info"."b1_point_rate" AS "bunrui1_info__b1_point_rate", "bunrui1_info"."b1_url" AS "bunrui1_info__b1_url", "bunrui1_info"."b1_item_name" AS "bunrui1_info__b1_item_name", "bunrui1_info"."b1_site_string" AS "bunrui1_info__b1_site_string", "bunrui1_info"."b1_ga_code" AS "bunrui1_info__b1_ga_code", "bunrui1_info"."b1_chat_url" AS "bunrui1_info__b1_chat_url", "bunrui1_info"."b1_title" AS "bunrui1_info__b1_title", "bunrui1_info"."b1_description" AS "bunrui1_info__b1_description", "bunrui1_info"."b1_keywords" AS "bunrui1_info__b1_keywords" FROM "public"."bunrui1_info" AS "bunrui1_info" WHERE "b1_code" = 'SE' ORDER BY "b1_identity" ASC [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 22 [time] => 49 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Bunrui::getBunrui1() - APP/Model/Bunrui.php, line 17 require - /home/uniform1sp.com/htdocs/require/common_header.php, line 37 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 497 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 38 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'bunrui2_info' $output = '2026-05-09 05:06:06 Sql: bunrui2_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Bunrui::getBunrui2() - APP/Model/Bunrui.php, line 30 require - /home/uniform1sp.com/htdocs/require/common_header.php, line 45 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 497 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 38 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'bunrui2_info' $output = '2026-05-09 05:06:06 Sql: bunrui2_info ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 42 Bunrui::getBunrui2() - APP/Model/Bunrui.php, line 30 require - /home/uniform1sp.com/htdocs/require/common_header.php, line 45 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 497 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 1423 bytes failed with errno=122 Disk quota exceeded [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT "bunrui2_info"."b2_identity" AS "bunrui2_info__b2_identity", "bunrui2_info"."b2_code" AS "bunrui2_info__b2_code", "bunrui2_info"."b2_name" AS "bunrui2_info__b2_name", "bunrui2_info"."b2_b1code" AS "bunrui2_info__b2_b1code", "bunrui2_info"."b2_count" AS "bunrui2_info__b2_count", "bunrui2_info"."b2_yahoo_category" AS "bunrui2_info__b2_yahoo_category", "bunrui2_info"."b2_yahoo_keywork" AS "bunrui2_info__b2_yahoo_keywork", "bunrui2_info"."b2_ypath" AS "bunrui2_info__b2_ypath", "bunrui2_info"."b2_season_category" AS "bunrui2_info__b2_season_category", "bunrui2_info"."b2_yahoo_exhibit" AS "bunrui2_info__b2_yahoo_exhibit", "bunrui2_info"."b2_disp_order" AS "bunrui2_info__b2_disp_order", "bunrui2_info"."b2_sp_category_name" AS "bunrui2_info__b2_sp_category_name", "bunrui2_info"."b2_side_srch_order" AS "bunrui2_info__b2_side_srch_order", "bunrui2_info"."b2_side_srch_disp" AS "bunrui2_info__b2_side_srch_disp" FROM "public"."bunrui2_info" AS "bunrui2_info" WHERE "b2_b1code" = 'SE' ORDER BY "b2_disp_order" ASC [params] => Array ( ) [affected] => 9 [numRows] => 9 [took] => 1 ) ) [count] => 23 [time] => 50 ) ' $output = '2026-05-09 05:06:06 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT "bunrui2_info"."b2_identity" AS "bunrui2_info__b2_identity", "bunrui2_info"."b2_code" AS "bunrui2_info__b2_code", "bunrui2_info"."b2_name" AS "bunrui2_info__b2_name", "bunrui2_info"."b2_b1code" AS "bunrui2_info__b2_b1code", "bunrui2_info"."b2_count" AS "bunrui2_info__b2_count", "bunrui2_info"."b2_yahoo_category" AS "bunrui2_info__b2_yahoo_category", "bunrui2_info"."b2_yahoo_keywork" AS "bunrui2_info__b2_yahoo_keywork", "bunrui2_info"."b2_ypath" AS "bunrui2_info__b2_ypath", "bunrui2_info"."b2_season_category" AS "bunrui2_info__b2_season_category", "bunrui2_info"."b2_yahoo_exhibit" AS "bunrui2_info__b2_yahoo_exhibit", "bunrui2_info"."b2_disp_order" AS "bunrui2_info__b2_disp_order", "bunrui2_info"."b2_sp_category_name" AS "bunrui2_info__b2_sp_category_name", "bunrui2_info"."b2_side_srch_order" AS "bunrui2_info__b2_side_srch_order", "bunrui2_info"."b2_side_srch_disp" AS "bunrui2_info__b2_side_srch_disp" FROM "public"."bunrui2_info" AS "bunrui2_info" WHERE "b2_b1code" = 'SE' ORDER BY "b2_disp_order" ASC [params] => Array ( ) [affected] => 9 [numRows] => 9 [took] => 1 ) ) [count] => 23 [time] => 50 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Bunrui::getBunrui2() - APP/Model/Bunrui.php, line 30 require - /home/uniform1sp.com/htdocs/require/common_header.php, line 45 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 497 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 1423 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;if (empty($this->_config['mask'])) {return file_put_contents($pathname, $output, FILE_APPEND);$type = 'sql' $message = 'Array ( [log] => Array ( [0] => Array ( [query] => SELECT "bunrui2_info"."b2_identity" AS "bunrui2_info__b2_identity", "bunrui2_info"."b2_code" AS "bunrui2_info__b2_code", "bunrui2_info"."b2_name" AS "bunrui2_info__b2_name", "bunrui2_info"."b2_b1code" AS "bunrui2_info__b2_b1code", "bunrui2_info"."b2_count" AS "bunrui2_info__b2_count", "bunrui2_info"."b2_yahoo_category" AS "bunrui2_info__b2_yahoo_category", "bunrui2_info"."b2_yahoo_keywork" AS "bunrui2_info__b2_yahoo_keywork", "bunrui2_info"."b2_ypath" AS "bunrui2_info__b2_ypath", "bunrui2_info"."b2_season_category" AS "bunrui2_info__b2_season_category", "bunrui2_info"."b2_yahoo_exhibit" AS "bunrui2_info__b2_yahoo_exhibit", "bunrui2_info"."b2_disp_order" AS "bunrui2_info__b2_disp_order", "bunrui2_info"."b2_sp_category_name" AS "bunrui2_info__b2_sp_category_name", "bunrui2_info"."b2_side_srch_order" AS "bunrui2_info__b2_side_srch_order", "bunrui2_info"."b2_side_srch_disp" AS "bunrui2_info__b2_side_srch_disp" FROM "public"."bunrui2_info" AS "bunrui2_info" WHERE "b2_b1code" = 'SE' ORDER BY "b2_disp_order" ASC [params] => Array ( ) [affected] => 9 [numRows] => 9 [took] => 1 ) ) [count] => 23 [time] => 50 ) ' $output = '2026-05-09 05:06:06 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT "bunrui2_info"."b2_identity" AS "bunrui2_info__b2_identity", "bunrui2_info"."b2_code" AS "bunrui2_info__b2_code", "bunrui2_info"."b2_name" AS "bunrui2_info__b2_name", "bunrui2_info"."b2_b1code" AS "bunrui2_info__b2_b1code", "bunrui2_info"."b2_count" AS "bunrui2_info__b2_count", "bunrui2_info"."b2_yahoo_category" AS "bunrui2_info__b2_yahoo_category", "bunrui2_info"."b2_yahoo_keywork" AS "bunrui2_info__b2_yahoo_keywork", "bunrui2_info"."b2_ypath" AS "bunrui2_info__b2_ypath", "bunrui2_info"."b2_season_category" AS "bunrui2_info__b2_season_category", "bunrui2_info"."b2_yahoo_exhibit" AS "bunrui2_info__b2_yahoo_exhibit", "bunrui2_info"."b2_disp_order" AS "bunrui2_info__b2_disp_order", "bunrui2_info"."b2_sp_category_name" AS "bunrui2_info__b2_sp_category_name", "bunrui2_info"."b2_side_srch_order" AS "bunrui2_info__b2_side_srch_order", "bunrui2_info"."b2_side_srch_disp" AS "bunrui2_info__b2_side_srch_disp" FROM "public"."bunrui2_info" AS "bunrui2_info" WHERE "b2_b1code" = 'SE' ORDER BY "b2_disp_order" ASC [params] => Array ( ) [affected] => 9 [numRows] => 9 [took] => 1 ) ) [count] => 23 [time] => 50 ) ' $filename = 'sql.log' $pathname = '/home/uniform1.com/htdocs/cakephp2/app/tmp/logs/sql.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445 CakeObject::log() - CORE/Cake/Core/CakeObject.php, line 162 AppModel::find() - APP/Model/AppModel.php, line 43 Bunrui::getBunrui2() - APP/Model/Bunrui.php, line 30 require - /home/uniform1sp.com/htdocs/require/common_header.php, line 45 require_once - /home/uniform1sp.com/htdocs/common/item/mod_item.php, line 497 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
※掲載価格は変更される場合がございます。
©2026サービスユニフォームCOM
Warning (2): Unknown: write failed: Disk quota exceeded (122) [Unknown, line 0]
Warning (2): Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/opt/remi/php74/lib/php/session) [Unknown, line 0]





