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 00:05:16 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 00:05:16 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 = '6020' AND mk_code='TP1' AND i_category_code1 = 'WO'; [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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 3 ) ) [count] => 2 [time] => 16 ) ' $output = '2026-05-09 00:05:16 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 = '6020' AND mk_code='TP1' AND i_category_code1 = 'WO'; [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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 3 ) ) [count] => 2 [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 22859 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 = '6020' AND mk_code='TP1' AND i_category_code1 = 'WO'; [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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 3 ) ) [count] => 2 [time] => 16 ) ' $output = '2026-05-09 00:05:16 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 = '6020' AND mk_code='TP1' AND i_category_code1 = 'WO'; [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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 3 ) ) [count] => 2 [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 00:05:16 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 00:05:16 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 834 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 3 [time] => 17 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 3 [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 834 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 3 [time] => 17 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 3 [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 00:05:16 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 00:05:16 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 834 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 4 [time] => 18 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 4 [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 834 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 4 [time] => 18 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 4 [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 00:05:16 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 00:05:16 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 834 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 5 [time] => 19 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 5 [time] => 19 ) ' $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 834 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 5 [time] => 19 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 5 [time] => 19 ) ' $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 00:05:16 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 00:05:16 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 834 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 6 [time] => 20 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [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 834 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 6 [time] => 20 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [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 00:05:16 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 00:05:16 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 834 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 7 [time] => 21 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [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 834 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 7 [time] => 21 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [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 00:05:16 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 00:05:16 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 834 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 8 [time] => 22 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 8 [time] => 22 ) ' $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 834 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 8 [time] => 22 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 8 [time] => 22 ) ' $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 00:05:16 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 00:05:16 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 834 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 9 [time] => 23 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 9 [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 834 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 9 [time] => 23 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 9 [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 00:05:16 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 00:05:16 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 835 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 10 [time] => 25 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [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 835 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 10 [time] => 25 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [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 00:05:16 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 00:05:16 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 836 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 11 [time] => 27 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 11 [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::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 836 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 11 [time] => 27 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 11 [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::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 00:05:16 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 00:05:16 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 836 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 12 [time] => 28 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 12 [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::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 836 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 12 [time] => 28 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 12 [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::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 00:05:16 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 00:05:16 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 836 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 13 [time] => 30 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 13 [time] => 30 ) ' $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 836 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 13 [time] => 30 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 13 [time] => 30 ) ' $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 00:05:16 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 00:05:16 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 836 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 14 [time] => 32 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 14 [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::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 836 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 14 [time] => 32 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 14 [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::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 00:05:16 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 00:05:16 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 836 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 15 [time] => 34 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 15 [time] => 34 ) ' $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 836 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 15 [time] => 34 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '18') AND ("is_i_color_name" = 'グレー') AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 15 [time] => 34 ) ' $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 00:05:16 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 00:05:16 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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 16 [time] => 36 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 16 [time] => 36 ) ' $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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 16 [time] => 36 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 16 [time] => 36 ) ' $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 00:05:16 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 00:05:16 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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 17 [time] => 38 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 17 [time] => 38 ) ' $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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 17 [time] => 38 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 17 [time] => 38 ) ' $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 00:05:16 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 00:05:16 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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 18 [time] => 40 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 18 [time] => 40 ) ' $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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 18 [time] => 40 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 18 [time] => 40 ) ' $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 00:05:16 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 00:05:16 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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 19 [time] => 41 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 19 [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::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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 19 [time] => 41 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 19 [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::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 00:05:16 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 00:05:16 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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 20 [time] => 42 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 20 [time] => 42 ) ' $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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 20 [time] => 42 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 20 [time] => 42 ) ' $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 00:05:16 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 00:05:16 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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 21 [time] => 44 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 21 [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::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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 21 [time] => 44 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 21 [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::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 00:05:16 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 00:05:16 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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 22 [time] => 46 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 22 [time] => 46 ) ' $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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 22 [time] => 46 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 22 [time] => 46 ) ' $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 00:05:16 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 00:05:16 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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 23 [time] => 47 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 23 [time] => 47 ) ' $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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 23 [time] => 47 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 23 [time] => 47 ) ' $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 00:05:16 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 00:05:16 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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 24 [time] => 48 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 24 [time] => 48 ) ' $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 832 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 24 [time] => 48 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 24 [time] => 48 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 25 [time] => 49 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 25 [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 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 25 [time] => 49 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 25 [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 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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 26 [time] => 50 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 26 [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 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 26 [time] => 50 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 26 [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 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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 27 [time] => 51 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 27 [time] => 51 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 27 [time] => 51 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 27 [time] => 51 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 28 [time] => 52 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 28 [time] => 52 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 28 [time] => 52 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 28 [time] => 52 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 29 [time] => 53 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 29 [time] => 53 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 29 [time] => 53 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '23') AND ("is_i_color_name" = 'コン') AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 29 [time] => 53 ) ' $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 00:05:16 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 00:05:16 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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 30 [time] => 54 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 30 [time] => 54 ) ' $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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 30 [time] => 54 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 30 [time] => 54 ) ' $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 00:05:16 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 00:05:16 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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 31 [time] => 55 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 31 [time] => 55 ) ' $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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 31 [time] => 55 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 31 [time] => 55 ) ' $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 00:05:16 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 00:05:16 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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 32 [time] => 57 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 32 [time] => 57 ) ' $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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 32 [time] => 57 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 32 [time] => 57 ) ' $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 00:05:16 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 00:05:16 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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 33 [time] => 58 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 33 [time] => 58 ) ' $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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 33 [time] => 58 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 33 [time] => 58 ) ' $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 00:05:16 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 00:05:16 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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 34 [time] => 59 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 34 [time] => 59 ) ' $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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 34 [time] => 59 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 34 [time] => 59 ) ' $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 00:05:16 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 00:05:16 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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 35 [time] => 60 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 35 [time] => 60 ) ' $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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 35 [time] => 60 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 35 [time] => 60 ) ' $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 00:05:16 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 00:05:16 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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 36 [time] => 61 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 36 [time] => 61 ) ' $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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 36 [time] => 61 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 36 [time] => 61 ) ' $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 00:05:16 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 00:05:16 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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 37 [time] => 63 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 37 [time] => 63 ) ' $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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 37 [time] => 63 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 37 [time] => 63 ) ' $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 00:05:16 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 00:05:16 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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 38 [time] => 64 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 38 [time] => 64 ) ' $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 847 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 38 [time] => 64 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 38 [time] => 64 ) ' $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 00:05:16 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 00:05:16 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 848 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 39 [time] => 65 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 39 [time] => 65 ) ' $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 848 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 39 [time] => 65 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 39 [time] => 65 ) ' $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 00:05:16 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 00:05:16 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 848 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 40 [time] => 67 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 40 [time] => 67 ) ' $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 848 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 40 [time] => 67 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 40 [time] => 67 ) ' $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 00:05:16 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 00:05:16 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 848 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 41 [time] => 68 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 41 [time] => 68 ) ' $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 848 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 41 [time] => 68 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 41 [time] => 68 ) ' $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 00:05:16 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 00:05:16 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 848 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 42 [time] => 69 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 42 [time] => 69 ) ' $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 848 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 42 [time] => 69 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 42 [time] => 69 ) ' $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 00:05:16 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 00:05:16 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 848 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 43 [time] => 70 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 43 [time] => 70 ) ' $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 848 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 43 [time] => 70 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '43') AND ("is_i_color_name" = 'ライトグリーン') AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 43 [time] => 70 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 44 [time] => 71 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 44 [time] => 71 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 44 [time] => 71 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 44 [time] => 71 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 45 [time] => 72 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 45 [time] => 72 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 45 [time] => 72 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 45 [time] => 72 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 46 [time] => 74 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 46 [time] => 74 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 46 [time] => 74 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 46 [time] => 74 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 47 [time] => 75 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 47 [time] => 75 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 47 [time] => 75 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 47 [time] => 75 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 48 [time] => 76 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 48 [time] => 76 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 48 [time] => 76 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 48 [time] => 76 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 49 [time] => 77 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 49 [time] => 77 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 49 [time] => 77 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 49 [time] => 77 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 50 [time] => 78 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 50 [time] => 78 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 50 [time] => 78 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 50 [time] => 78 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 51 [time] => 79 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 51 [time] => 79 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 51 [time] => 79 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 51 [time] => 79 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 52 [time] => 80 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 52 [time] => 80 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 52 [time] => 80 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 52 [time] => 80 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 53 [time] => 81 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 53 [time] => 81 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 53 [time] => 81 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 53 [time] => 81 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 54 [time] => 82 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 54 [time] => 82 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 54 [time] => 82 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 54 [time] => 82 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 55 [time] => 83 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 55 [time] => 83 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 55 [time] => 83 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 55 [time] => 83 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 56 [time] => 84 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 56 [time] => 84 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 56 [time] => 84 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 56 [time] => 84 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 57 [time] => 85 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 57 [time] => 85 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 57 [time] => 85 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 57 [time] => 85 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 58 [time] => 86 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 58 [time] => 86 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 58 [time] => 86 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 58 [time] => 86 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 59 [time] => 87 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 59 [time] => 87 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 59 [time] => 87 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 59 [time] => 87 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 60 [time] => 88 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 60 [time] => 88 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 60 [time] => 88 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 60 [time] => 88 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 61 [time] => 89 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 61 [time] => 89 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 61 [time] => 89 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 61 [time] => 89 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 62 [time] => 90 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 62 [time] => 90 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 62 [time] => 90 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 62 [time] => 90 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 63 [time] => 91 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 63 [time] => 91 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 63 [time] => 91 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 63 [time] => 91 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 64 [time] => 92 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 64 [time] => 92 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 64 [time] => 92 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 64 [time] => 92 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 65 [time] => 93 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 65 [time] => 93 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 65 [time] => 93 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 65 [time] => 93 ) ' $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 00:05:16 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 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 66 [time] => 94 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 66 [time] => 94 ) ' $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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 66 [time] => 94 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 66 [time] => 94 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 67 [time] => 95 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 67 [time] => 95 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 67 [time] => 95 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 67 [time] => 95 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 68 [time] => 96 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 68 [time] => 96 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 68 [time] => 96 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 68 [time] => 96 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 69 [time] => 97 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 69 [time] => 97 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 69 [time] => 97 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 69 [time] => 97 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 70 [time] => 98 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 70 [time] => 98 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 70 [time] => 98 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 70 [time] => 98 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 71 [time] => 99 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 71 [time] => 99 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 71 [time] => 99 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 71 [time] => 99 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 72 [time] => 100 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 72 [time] => 100 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 72 [time] => 100 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 72 [time] => 100 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 73 [time] => 101 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 73 [time] => 101 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 73 [time] => 101 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 73 [time] => 101 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 74 [time] => 102 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 74 [time] => 102 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 74 [time] => 102 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 74 [time] => 102 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 75 [time] => 103 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 75 [time] => 103 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 75 [time] => 103 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 75 [time] => 103 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 76 [time] => 104 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 76 [time] => 104 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 76 [time] => 104 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 76 [time] => 104 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 77 [time] => 105 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 77 [time] => 105 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 77 [time] => 105 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 77 [time] => 105 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 78 [time] => 107 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 78 [time] => 107 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 78 [time] => 107 ) ' $output = '2026-05-09 00:05:16 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 78 [time] => 107 ) ' $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 00:05:16 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 00:05:16 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 79 [time] => 108 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 79 [time] => 108 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 79 [time] => 108 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 79 [time] => 108 ) ' $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 00:05:17 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 00:05:17 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 80 [time] => 109 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 80 [time] => 109 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 80 [time] => 109 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 80 [time] => 109 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 81 [time] => 110 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 81 [time] => 110 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 81 [time] => 110 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 81 [time] => 110 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 82 [time] => 111 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 82 [time] => 111 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 82 [time] => 111 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 82 [time] => 111 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 83 [time] => 112 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 83 [time] => 112 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 83 [time] => 112 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 83 [time] => 112 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 84 [time] => 113 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 84 [time] => 113 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 84 [time] => 113 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 84 [time] => 113 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 85 [time] => 114 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 85 [time] => 114 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 85 [time] => 114 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 85 [time] => 114 ) ' $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 00:05:17 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 00:05:17 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 86 [time] => 115 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 86 [time] => 115 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 86 [time] => 115 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 86 [time] => 115 ) ' $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 00:05:17 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 00:05:17 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 87 [time] => 116 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 87 [time] => 116 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 87 [time] => 116 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 87 [time] => 116 ) ' $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 00:05:17 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 00:05:17 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 88 [time] => 117 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 88 [time] => 117 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 88 [time] => 117 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 88 [time] => 117 ) ' $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 00:05:17 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 00:05:17 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 89 [time] => 118 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 89 [time] => 118 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 89 [time] => 118 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 89 [time] => 118 ) ' $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 00:05:17 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 00:05:17 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 90 [time] => 120 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 90 [time] => 120 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 90 [time] => 120 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 90 [time] => 120 ) ' $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 00:05:17 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 00:05:17 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 91 [time] => 121 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 91 [time] => 121 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 91 [time] => 121 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 91 [time] => 121 ) ' $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 00:05:17 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 00:05:17 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 92 [time] => 122 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 92 [time] => 122 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 92 [time] => 122 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 92 [time] => 122 ) ' $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 00:05:17 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 00:05:17 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 93 [time] => 123 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 93 [time] => 123 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 93 [time] => 123 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 93 [time] => 123 ) ' $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 00:05:17 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 00:05:17 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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 94 [time] => 124 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 94 [time] => 124 ) ' $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 828 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 94 [time] => 124 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 94 [time] => 124 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 95 [time] => 125 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 95 [time] => 125 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 95 [time] => 125 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 95 [time] => 125 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 96 [time] => 126 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 96 [time] => 126 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 96 [time] => 126 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 96 [time] => 126 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 97 [time] => 127 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 97 [time] => 127 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 97 [time] => 127 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 97 [time] => 127 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 98 [time] => 128 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 98 [time] => 128 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 98 [time] => 128 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 98 [time] => 128 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 99 [time] => 129 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 99 [time] => 129 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 99 [time] => 129 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 99 [time] => 129 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 100 [time] => 130 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 100 [time] => 130 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 100 [time] => 130 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 100 [time] => 130 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 101 [time] => 131 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 101 [time] => 131 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 101 [time] => 131 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 101 [time] => 131 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 102 [time] => 132 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 102 [time] => 132 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 102 [time] => 132 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 102 [time] => 132 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 103 [time] => 133 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 103 [time] => 133 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 103 [time] => 133 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 103 [time] => 133 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 104 [time] => 134 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 104 [time] => 134 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 104 [time] => 134 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 104 [time] => 134 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 105 [time] => 135 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 105 [time] => 135 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 105 [time] => 135 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 105 [time] => 135 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 106 [time] => 136 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 106 [time] => 136 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 106 [time] => 136 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 106 [time] => 136 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 107 [time] => 137 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 107 [time] => 137 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 107 [time] => 137 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 107 [time] => 137 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 108 [time] => 138 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 108 [time] => 138 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 108 [time] => 138 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 108 [time] => 138 ) ' $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 00:05:17 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 00:05:17 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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 109 [time] => 139 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 109 [time] => 139 ) ' $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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 109 [time] => 139 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 109 [time] => 139 ) ' $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 00:05:17 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 00:05:17 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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 110 [time] => 140 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 110 [time] => 140 ) ' $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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 110 [time] => 140 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 110 [time] => 140 ) ' $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 00:05:17 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 00:05:17 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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 111 [time] => 142 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 111 [time] => 142 ) ' $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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 111 [time] => 142 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 111 [time] => 142 ) ' $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 00:05:17 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 00:05:17 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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 112 [time] => 143 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 112 [time] => 143 ) ' $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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 112 [time] => 143 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 112 [time] => 143 ) ' $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 00:05:17 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 00:05:17 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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 113 [time] => 144 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 113 [time] => 144 ) ' $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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 113 [time] => 144 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 113 [time] => 144 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 114 [time] => 145 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 114 [time] => 145 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 114 [time] => 145 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 114 [time] => 145 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 115 [time] => 146 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 115 [time] => 146 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 115 [time] => 146 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 115 [time] => 146 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 116 [time] => 147 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 116 [time] => 147 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 116 [time] => 147 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 116 [time] => 147 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 117 [time] => 148 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 117 [time] => 148 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 117 [time] => 148 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 117 [time] => 148 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 118 [time] => 149 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 118 [time] => 149 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 118 [time] => 149 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 118 [time] => 149 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 119 [time] => 150 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 119 [time] => 150 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 119 [time] => 150 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 119 [time] => 150 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 120 [time] => 151 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 120 [time] => 151 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 120 [time] => 151 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 120 [time] => 151 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 121 [time] => 152 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 121 [time] => 152 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 121 [time] => 152 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 121 [time] => 152 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 122 [time] => 154 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 122 [time] => 154 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 122 [time] => 154 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 122 [time] => 154 ) ' $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 00:05:17 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 00:05:17 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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 123 [time] => 155 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 123 [time] => 155 ) ' $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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 123 [time] => 155 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 123 [time] => 155 ) ' $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 00:05:17 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 00:05:17 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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 124 [time] => 156 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 124 [time] => 156 ) ' $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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 124 [time] => 156 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 124 [time] => 156 ) ' $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 00:05:17 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 00:05:17 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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 125 [time] => 157 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 125 [time] => 157 ) ' $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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 125 [time] => 157 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 125 [time] => 157 ) ' $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 00:05:17 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 00:05:17 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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 126 [time] => 158 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 126 [time] => 158 ) ' $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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 126 [time] => 158 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 126 [time] => 158 ) ' $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 00:05:17 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 00:05:17 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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 127 [time] => 159 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 127 [time] => 159 ) ' $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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 127 [time] => 159 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 127 [time] => 159 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 3 ) ) [count] => 128 [time] => 162 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 3 ) ) [count] => 128 [time] => 162 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 3 ) ) [count] => 128 [time] => 162 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '70')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 3 ) ) [count] => 128 [time] => 162 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 129 [time] => 163 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 129 [time] => 163 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 129 [time] => 163 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '73')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 129 [time] => 163 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 130 [time] => 164 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 130 [time] => 164 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 130 [time] => 164 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '76')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 130 [time] => 164 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 131 [time] => 165 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 131 [time] => 165 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 131 [time] => 165 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '79')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 131 [time] => 165 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 132 [time] => 166 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 132 [time] => 166 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 132 [time] => 166 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '82')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 132 [time] => 166 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 133 [time] => 167 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 133 [time] => 167 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 133 [time] => 167 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '85')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 133 [time] => 167 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 134 [time] => 168 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 134 [time] => 168 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 134 [time] => 168 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '88')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 134 [time] => 168 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 135 [time] => 169 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 135 [time] => 169 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 135 [time] => 169 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '91')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 135 [time] => 169 ) ' $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 00:05:17 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 00:05:17 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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 136 [time] => 170 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 136 [time] => 170 ) ' $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 829 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 136 [time] => 170 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '96')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 136 [time] => 170 ) ' $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 00:05:17 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 00:05:17 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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 137 [time] => 172 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 137 [time] => 172 ) ' $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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 137 [time] => 172 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '101')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 137 [time] => 172 ) ' $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 00:05:17 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 00:05:17 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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 138 [time] => 173 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 138 [time] => 173 ) ' $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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 138 [time] => 173 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '106')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 138 [time] => 173 ) ' $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 00:05:17 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 00:05:17 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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 139 [time] => 174 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 139 [time] => 174 ) ' $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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 139 [time] => 174 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '110')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 139 [time] => 174 ) ' $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 00:05:17 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 00:05:17 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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 140 [time] => 175 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 140 [time] => 175 ) ' $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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 140 [time] => 175 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '115')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 1 ) ) [count] => 140 [time] => 175 ) ' $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 00:05:17 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 00:05:17 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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 141 [time] => 177 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 141 [time] => 177 ) ' $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 830 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 141 [time] => 177 ) ' $output = '2026-05-09 00:05:17 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" = 'TP1') AND ("is_i_code" = '6020') AND ("is_i_color_no" = '') AND ("is_i_color_name" IS NULL) AND ("is_i_size" = '120')) [params] => Array ( ) [affected] => 0 [numRows] => 0 [took] => 2 ) ) [count] => 141 [time] => 177 ) ' $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 00:05:17 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 00:05:17 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 644 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" = '6050') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 142 [time] => 179 ) ' $output = '2026-05-09 00:05:17 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" = '6050') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 142 [time] => 179 ) ' $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 644 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" = '6050') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 142 [time] => 179 ) ' $output = '2026-05-09 00:05:17 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" = '6050') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 142 [time] => 179 ) ' $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 00:05:17 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 00:05:17 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 617 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" = '6050') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 143 [time] => 181 ) ' $output = '2026-05-09 00:05:17 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6050') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 143 [time] => 181 ) ' $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 617 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" = '6050') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 143 [time] => 181 ) ' $output = '2026-05-09 00:05:17 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6050') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 143 [time] => 181 ) ' $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 00:05:17 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 00:05:17 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 1169 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" = 28285 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 6 ) ) [count] => 144 [time] => 187 ) ' $output = '2026-05-09 00:05:17 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" = 28285 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 6 ) ) [count] => 144 [time] => 187 ) ' $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 1169 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" = 28285 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 6 ) ) [count] => 144 [time] => 187 ) ' $output = '2026-05-09 00:05:17 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" = 28285 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 6 ) ) [count] => 144 [time] => 187 ) ' $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 00:05:17 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 00:05:17 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 1324 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] => 145 [time] => 188 ) ' $output = '2026-05-09 00:05:17 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] => 145 [time] => 188 ) ' $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 1324 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] => 145 [time] => 188 ) ' $output = '2026-05-09 00:05:17 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] => 145 [time] => 188 ) ' $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 00:05:17 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 00:05:17 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 1972 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 = 28285 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6030') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 147 [time] => 194 ) ' $output = '2026-05-09 00:05:17 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 = 28285 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6030') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 147 [time] => 194 ) ' $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 1972 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 = 28285 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6030') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 147 [time] => 194 ) ' $output = '2026-05-09 00:05:17 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 = 28285 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6030') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 147 [time] => 194 ) ' $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 00:05:17 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 00:05:17 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 617 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" = '6030') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 148 [time] => 196 ) ' $output = '2026-05-09 00:05:17 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6030') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 148 [time] => 196 ) ' $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 617 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" = '6030') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 148 [time] => 196 ) ' $output = '2026-05-09 00:05:17 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6030') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 148 [time] => 196 ) ' $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 00:05:18 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 00:05:18 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 1169 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" = 27889 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) ) [count] => 149 [time] => 201 ) ' $output = '2026-05-09 00:05:18 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" = 27889 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) ) [count] => 149 [time] => 201 ) ' $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 1169 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" = 27889 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) ) [count] => 149 [time] => 201 ) ' $output = '2026-05-09 00:05:18 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" = 27889 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) ) [count] => 149 [time] => 201 ) ' $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 00:05:18 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 00:05:18 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 1324 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] => 150 [time] => 202 ) ' $output = '2026-05-09 00:05:18 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] => 150 [time] => 202 ) ' $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 1324 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] => 150 [time] => 202 ) ' $output = '2026-05-09 00:05:18 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] => 150 [time] => 202 ) ' $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 00:05:18 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 00:05:18 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 1972 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 = 27889 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6010') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 152 [time] => 208 ) ' $output = '2026-05-09 00:05:18 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 = 27889 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6010') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 152 [time] => 208 ) ' $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 1972 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 = 27889 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6010') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 152 [time] => 208 ) ' $output = '2026-05-09 00:05:18 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 = 27889 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6010') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 152 [time] => 208 ) ' $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 00:05:18 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 00:05:18 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 617 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" = '6010') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 153 [time] => 210 ) ' $output = '2026-05-09 00:05:18 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6010') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 153 [time] => 210 ) ' $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 617 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" = '6010') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 153 [time] => 210 ) ' $output = '2026-05-09 00:05:18 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6010') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 153 [time] => 210 ) ' $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 00:05:18 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 00:05:18 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 1169 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" = 28287 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) ) [count] => 154 [time] => 215 ) ' $output = '2026-05-09 00:05:18 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" = 28287 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) ) [count] => 154 [time] => 215 ) ' $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 1169 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" = 28287 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) ) [count] => 154 [time] => 215 ) ' $output = '2026-05-09 00:05:18 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" = 28287 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) ) [count] => 154 [time] => 215 ) ' $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 00:05:18 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 00:05:18 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 1324 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] => 155 [time] => 216 ) ' $output = '2026-05-09 00:05:18 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] => 155 [time] => 216 ) ' $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 1324 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] => 155 [time] => 216 ) ' $output = '2026-05-09 00:05:18 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] => 155 [time] => 216 ) ' $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 00:05:18 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 00:05:18 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 1972 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 = 28287 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6060') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 157 [time] => 222 ) ' $output = '2026-05-09 00:05:18 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 = 28287 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6060') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 157 [time] => 222 ) ' $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 1972 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 = 28287 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6060') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 157 [time] => 222 ) ' $output = '2026-05-09 00:05:18 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 = 28287 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6060') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 157 [time] => 222 ) ' $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 00:05:18 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 00:05:18 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 617 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" = '6060') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 158 [time] => 224 ) ' $output = '2026-05-09 00:05:18 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6060') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 158 [time] => 224 ) ' $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 617 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" = '6060') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 158 [time] => 224 ) ' $output = '2026-05-09 00:05:18 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6060') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 158 [time] => 224 ) ' $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 00:05:18 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 00:05:18 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 1169 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" = 28288 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) ) [count] => 159 [time] => 229 ) ' $output = '2026-05-09 00:05:18 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" = 28288 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) ) [count] => 159 [time] => 229 ) ' $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 1169 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" = 28288 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) ) [count] => 159 [time] => 229 ) ' $output = '2026-05-09 00:05:18 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" = 28288 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) ) [count] => 159 [time] => 229 ) ' $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 00:05:18 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 00:05:18 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 1324 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] => 160 [time] => 230 ) ' $output = '2026-05-09 00:05:18 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] => 160 [time] => 230 ) ' $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 1324 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] => 160 [time] => 230 ) ' $output = '2026-05-09 00:05:18 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] => 160 [time] => 230 ) ' $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 00:05:18 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 00:05:18 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 1972 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 = 28288 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6040') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 162 [time] => 235 ) ' $output = '2026-05-09 00:05:18 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 = 28288 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6040') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 162 [time] => 235 ) ' $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 1972 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 = 28288 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6040') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 162 [time] => 235 ) ' $output = '2026-05-09 00:05:18 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 = 28288 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6040') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 162 [time] => 235 ) ' $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 00:05:18 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 00:05:18 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 617 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" = '6040') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 163 [time] => 237 ) ' $output = '2026-05-09 00:05:18 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6040') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 163 [time] => 237 ) ' $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 617 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" = '6040') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 163 [time] => 237 ) ' $output = '2026-05-09 00:05:18 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6040') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 163 [time] => 237 ) ' $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 00:05:18 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 00:05:18 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 1169 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" = 28289 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) ) [count] => 164 [time] => 241 ) ' $output = '2026-05-09 00:05:18 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" = 28289 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) ) [count] => 164 [time] => 241 ) ' $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 1169 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" = 28289 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) ) [count] => 164 [time] => 241 ) ' $output = '2026-05-09 00:05:18 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" = 28289 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) ) [count] => 164 [time] => 241 ) ' $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 00:05:18 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 00:05:18 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 1324 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] => 165 [time] => 242 ) ' $output = '2026-05-09 00:05:18 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] => 165 [time] => 242 ) ' $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 1324 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] => 165 [time] => 242 ) ' $output = '2026-05-09 00:05:18 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] => 165 [time] => 242 ) ' $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 00:05:18 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 405 [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 00:05:18 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 405 [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 = 28289 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '640') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 167 [time] => 247 ) ' $output = '2026-05-09 00:05:18 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 = 28289 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '640') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 167 [time] => 247 ) ' $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 405 [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 = 28289 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '640') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 167 [time] => 247 ) ' $output = '2026-05-09 00:05:18 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 = 28289 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '640') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 167 [time] => 247 ) ' $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 405 [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 00:05:18 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 405 [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 00:05:18 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 405 [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" = '640') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 168 [time] => 248 ) ' $output = '2026-05-09 00:05:18 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '640') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 168 [time] => 248 ) ' $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 405 [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" = '640') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 168 [time] => 248 ) ' $output = '2026-05-09 00:05:18 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '640') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 168 [time] => 248 ) ' $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 405 [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 00:05:18 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 405 [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 00:05:18 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 405 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 1169 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" = 27886 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) ) [count] => 169 [time] => 252 ) ' $output = '2026-05-09 00:05:18 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" = 27886 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) ) [count] => 169 [time] => 252 ) ' $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 405 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 1169 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" = 27886 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) ) [count] => 169 [time] => 252 ) ' $output = '2026-05-09 00:05:18 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" = 27886 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) ) [count] => 169 [time] => 252 ) ' $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 405 [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 00:05:18 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 413 [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 00:05:18 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 413 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 1324 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] => 0 ) ) [count] => 170 [time] => 252 ) ' $output = '2026-05-09 00:05:18 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] => 0 ) ) [count] => 170 [time] => 252 ) ' $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 413 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 1324 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] => 0 ) ) [count] => 170 [time] => 252 ) ' $output = '2026-05-09 00:05:18 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] => 0 ) ) [count] => 170 [time] => 252 ) ' $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 413 [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 00:05:18 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 405 [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 00:05:18 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 405 [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 = 27886 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '610') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 172 [time] => 255 ) ' $output = '2026-05-09 00:05:18 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 = 27886 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '610') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 172 [time] => 255 ) ' $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 405 [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 = 27886 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '610') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 172 [time] => 255 ) ' $output = '2026-05-09 00:05:18 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 = 27886 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '610') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 172 [time] => 255 ) ' $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 405 [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 00:05:18 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 405 [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 00:05:18 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 405 [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" = '610') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 173 [time] => 256 ) ' $output = '2026-05-09 00:05:18 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '610') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 173 [time] => 256 ) ' $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 405 [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" = '610') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 173 [time] => 256 ) ' $output = '2026-05-09 00:05:18 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '610') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 173 [time] => 256 ) ' $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 405 [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 00:05:18 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 405 [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 00:05:18 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 405 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 1169 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" = 27887 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 174 [time] => 258 ) ' $output = '2026-05-09 00:05:18 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" = 27887 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 174 [time] => 258 ) ' $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 405 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 1169 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" = 27887 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 174 [time] => 258 ) ' $output = '2026-05-09 00:05:18 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" = 27887 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 174 [time] => 258 ) ' $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 405 [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 00:05:18 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 413 [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 00:05:18 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 413 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 1324 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] => 175 [time] => 259 ) ' $output = '2026-05-09 00:05:18 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] => 175 [time] => 259 ) ' $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 413 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 1324 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] => 175 [time] => 259 ) ' $output = '2026-05-09 00:05:18 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] => 175 [time] => 259 ) ' $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 413 [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 00:05:18 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 405 [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 00:05:18 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 405 [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 = 27887 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '620') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 177 [time] => 262 ) ' $output = '2026-05-09 00:05:18 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 = 27887 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '620') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 177 [time] => 262 ) ' $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 405 [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 = 27887 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '620') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 177 [time] => 262 ) ' $output = '2026-05-09 00:05:18 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 = 27887 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '620') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 177 [time] => 262 ) ' $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 405 [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 00:05:18 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 405 [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 00:05:18 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 405 [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" = '620') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 178 [time] => 264 ) ' $output = '2026-05-09 00:05:18 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '620') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 178 [time] => 264 ) ' $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 405 [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" = '620') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 178 [time] => 264 ) ' $output = '2026-05-09 00:05:18 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '620') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 178 [time] => 264 ) ' $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 405 [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 00:05:18 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 405 [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 00:05:18 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 405 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 1169 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" = 27888 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) ) [count] => 179 [time] => 268 ) ' $output = '2026-05-09 00:05:18 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" = 27888 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) ) [count] => 179 [time] => 268 ) ' $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 405 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 1169 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" = 27888 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) ) [count] => 179 [time] => 268 ) ' $output = '2026-05-09 00:05:18 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" = 27888 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) ) [count] => 179 [time] => 268 ) ' $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 405 [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 00:05:18 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 413 [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 00:05:18 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 413 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 1324 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] => 180 [time] => 269 ) ' $output = '2026-05-09 00:05:18 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] => 180 [time] => 269 ) ' $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 413 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 1324 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] => 180 [time] => 269 ) ' $output = '2026-05-09 00:05:18 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] => 180 [time] => 269 ) ' $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 413 [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 00:05:18 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 405 [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 00:05:18 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 405 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 1972 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 = 27888 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6400') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 182 [time] => 275 ) ' $output = '2026-05-09 00:05:18 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 = 27888 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6400') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 182 [time] => 275 ) ' $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 405 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 1972 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 = 27888 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6400') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 182 [time] => 275 ) ' $output = '2026-05-09 00:05:18 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 = 27888 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 5 ) [1] => Array ( [query] => SELECT "item_info"."i_identity" AS "item_info__i_identity" FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6400') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 182 [time] => 275 ) ' $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 405 [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 00:05:19 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 405 [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 00:05:19 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 405 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 617 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" = '6400') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 183 [time] => 277 ) ' $output = '2026-05-09 00:05:19 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6400') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 183 [time] => 277 ) ' $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 405 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 617 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" = '6400') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 183 [time] => 277 ) ' $output = '2026-05-09 00:05:19 Sql: Array ( [log] => Array ( [0] => Array ( [query] => SELECT item_info.* AS item_info FROM "public"."item_info" AS "item_info" WHERE (("i_code" = '6400') AND ("i_maker_code" = 'TP1') AND ("i_category_code1" = 'WO')) ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) ) [count] => 183 [time] => 277 ) ' $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 405 [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 00:05:19 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 405 [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 00:05:19 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 405 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 1169 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" = 28019 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) ) [count] => 184 [time] => 281 ) ' $output = '2026-05-09 00:05:19 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" = 28019 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) ) [count] => 184 [time] => 281 ) ' $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 405 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 1169 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" = 28019 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) ) [count] => 184 [time] => 281 ) ' $output = '2026-05-09 00:05:19 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" = 28019 ORDER BY "item_info"."i_identity" ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 4 ) ) [count] => 184 [time] => 281 ) ' $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 405 [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 00:05:19 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 413 [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 00:05:19 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 413 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Notice (8): file_put_contents() [function.file-put-contents]: write of 1324 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] => 185 [time] => 282 ) ' $output = '2026-05-09 00:05:19 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] => 185 [time] => 282 ) ' $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 413 [main] - /home/uniform1sp.com/htdocs/mod_rewrite.php, line 47
Warning (2): file_put_contents() [function.file-put-contents]: Only -1 of 1324 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] => 185 [time] => 282 ) ' $output = '2026-05-09 00:05:19 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] => 185 [time] => 282 ) ' $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 413 [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 00:05:19 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 00:05:19 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 2720 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 = 28019 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) [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" = 'WO' ORDER BY "b1_identity" ASC [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 187 [time] => 285 ) ' $output = '2026-05-09 00:05:19 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 = 28019 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) [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" = 'WO' ORDER BY "b1_identity" ASC [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 187 [time] => 285 ) ' $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 2720 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 = 28019 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) [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" = 'WO' ORDER BY "b1_identity" ASC [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 187 [time] => 285 ) ' $output = '2026-05-09 00:05:19 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 = 28019 ORDER BY item_info.i_identity ASC LIMIT 1 [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 2 ) [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" = 'WO' ORDER BY "b1_identity" ASC [params] => Array ( ) [affected] => 1 [numRows] => 1 [took] => 1 ) ) [count] => 187 [time] => 285 ) ' $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 00:05:19 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 00:05:19 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 1427 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" = 'WO' ORDER BY "b2_disp_order" ASC [params] => Array ( ) [affected] => 11 [numRows] => 11 [took] => 1 ) ) [count] => 188 [time] => 286 ) ' $output = '2026-05-09 00:05:19 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" = 'WO' ORDER BY "b2_disp_order" ASC [params] => Array ( ) [affected] => 11 [numRows] => 11 [took] => 1 ) ) [count] => 188 [time] => 286 ) ' $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 1427 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" = 'WO' ORDER BY "b2_disp_order" ASC [params] => Array ( ) [affected] => 11 [numRows] => 11 [took] => 1 ) ) [count] => 188 [time] => 286 ) ' $output = '2026-05-09 00:05:19 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" = 'WO' ORDER BY "b2_disp_order" ASC [params] => Array ( ) [affected] => 11 [numRows] => 11 [took] => 1 ) ) [count] => 188 [time] => 286 ) ' $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作業服JP
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]





