バージョン選択

フォーラム

メニュー

オンライン状況

125 人のユーザが現在オンラインです。 (116 人のユーザが フォーラム を参照しています。)
登録ユーザ: 0
ゲスト: 125
もっと...

サイト内検索

質問 > 管理機能 > サブ情報項目追加後のエラーについて教えてください

管理機能

新規スレッドを追加する

スレッド表示 | 新しいものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
shin_shin
投稿日時: 2011/8/22 18:01
対応状況: −−−
常連
登録日: 2008/9/17
居住地:
投稿: 48
サブ情報項目追加後のエラーについて教えてください
いつもフォーラムにてご教授頂き、やっと現在手掛けているサイトの出口が見えてきたのですが、ここにきてまた解決できないエラーが出てしまいました。ご教授頂ければ幸いです。


現在、不動産システムを構築しています。
【仕様】
大分類
新築分譲マンション、中古マンション、土地、戸建
とし、DBを複数作れるスキルがないので、ECCUBEの仕様通りに1つにして、サブ情報を5個から70個に追加して、
新築分譲マンションの「室内・設備情報」「建物・施設情報」「間取り情報」「アクセス・環境」「その他」の情報をサブ情報のカスタマイズで70個に追加して、表示させるように構築しました。
(表示ページは、商品詳細ページの複製を作成し各サブ情報ボタンを作り表示させます)

しかしながら、
なぜか、サブ情報が20個以上追加すると、確認画面表示後、登録ボタンを押すと、「システムエラーが発生しました。
大変お手数ですが、サイト管理者までご連絡ください。」と表示されてしまいます。

また、19個目、20個目は、タイトル、詳細の文言を通常通りいれると同様のエラー、「あ」とか1文字しか入れないと登録ができます。

ちょうど同じようなエラーのスレッドがあるのですが、未解決なのでスレを立てさせて頂きました。
http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=7972&forum=11

サーバーはさくらインターネットですが、
PHP.iniの変更で
max_file_uploads = 400
と一応しております。
また、
サブ情報を追加するまでの一通りの作業も完璧にしております。
・パラメータにてPRODUCTSUB_MAXを70とする

・\data\class\db\dbfactory\SC_DB_DBFactory_MYSQL.php
の2か所の変更

・phpMyAdminからdtb_productsに7〜70まで各4項目を追加

何が原因かヒントだけでも教えて下さい。

何卒よろしくお願いいたします
patapata
投稿日時: 2011/8/22 18:14
対応状況: −−−
仙人
登録日: 2010/7/7
居住地: 神奈川県
投稿: 502
Re: サブ情報項目追加後のエラーについて教えてください
斜め読みですが、phpMyAdminってことなのでMySqlを使って大量登録しようとしてると見えるので・・・
あやしいのは、コレかな。
http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=8112&forum=8&post_id=39205#forumpost39205
shin_shin
投稿日時: 2011/8/22 18:29
対応状況: −−−
常連
登録日: 2008/9/17
居住地:
投稿: 48
Re: サブ情報項目追加後のエラーについて教えてください
ご回答ありがとうございます。

私の環境をお伝えすることを忘れてました。すいません。

私はECCUBE2.4.4
PHP5.1.4.1
です。

2.4.4でもphpMyAdminなのでlongtextに変更する必要があるのでしょうか?

サブ情報を70個も追加するのが今回ではじめてなものでエラーの場所のあたりがつかないのでとりあえずこれから該当箇所をすべてtextからlongtextに変更してみます。

ありがとうございます。

また結果をご報告します。
patapata
投稿日時: 2011/8/22 19:07
対応状況: −−−
仙人
登録日: 2010/7/7
居住地: 神奈川県
投稿: 502
Re: サブ情報項目追加後のエラーについて教えてください
なにか勘違いしてるといけないので一応。。

・phpMyAdminは、MySqlをDB閲覧・操作できるツール。
環境が書いてなかったので、使っているツールから、
MySql使ってるんだなて想像しただけです。

引用:

サブ情報を70個も追加するのが今回ではじめてなものでエラーの場所のあたりがつかないのでとりあえずこれから該当箇所をすべてtextからlongtextに変更してみます。

dtb_sessionテーブルのsessdataカラムをtext型からlongtext型に変えてみたら?っていったまでです。

Ver2.4.4だろうと構造的には変わってないので、内容途中で全部Sessionにぶち込んでたら、65535Byteの制限超えそうなので・・・って思ったです。
詳しいエラー内容書いてませんので、エスパー回答でしかないです。
shin_shin
投稿日時: 2011/8/23 14:20
対応状況: −−−
常連
登録日: 2008/9/17
居住地:
投稿: 48
Re: サブ情報項目追加後のエラーについて教えてください
補足ありがとうございました。
私の勘違いでdtb_productの追加したサブ情報をすべてlongtextに変更しておりました。
その後、dtb_sessionのカラムをlongtextに変更しました。

しかしながらエラーは変わらず出てしまいます。

一方で、サブ情報のタイトルと説明部分を「1」のみ入力して画像70個を登録したところ、正常に登録ができます。

その後、各画像のタイトル・補足を入れるとまたまたエラーが出てしまいます。

エラーの該当箇所がdtb_productに追加したsub_titleとsub_commentに文字をある程度いれると何らかの制限などによってエラー扱いされているようです。

引き続き、ご教授頂くと助かります。

何卒よろしくお願いいたします
patapata
投稿日時: 2011/8/24 21:14
対応状況: −−−
仙人
登録日: 2010/7/7
居住地: 神奈川県
投稿: 502
Re: サブ情報項目追加後のエラーについて教えてください
あとは、エラーログを提示いただかないと、回答はなかなかつかないとおもいますよ。
shin_shin
投稿日時: 2011/8/25 9:08
対応状況: −−−
常連
登録日: 2008/9/17
居住地:
投稿: 48
Re: サブ情報項目追加後のエラーについて教えてください
いまだ解決できず、困っております。

site.logの直近のものを提示します。
エラーが出ているのですが、解決方法がわかりません。
ヒント頂くと幸いです

SERVER_ADDR:112.***.***.160
REMOTE_ADDR:219.***.***.***
USER_AGENT:Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB7.1; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; Sleipnir/2.9.7)

UPDATE dtb_products SET name= ?,pricearea= ?,transportation= ?,address= ?,rooms= ?,occupy= ?,total_case= ?,sell_case= ?,site_area= ?,building_area= ?,gross_floor_area= ?,area= ?,structure= ?,building_no= ?,footprint= ?,bal_area= ?,roofbal_area= ?,garden_area= ?,roofterrace_area= ?,al_area= ?,main_price= ?,carpark= ?,bicyclestand= ?,trank= ?,right_type= ?,management= ?,management_company= ?,management_cost= ?,management_cost2= ?,management_found= ?,open= ?,seller= ?,seller_co= ?,build_management= ?,execution= ?,guarantee= ?,design_place= ?,station= ?,bus= ?,build_since= ?,adjacent_road= ?,building_construction= ?,floor= ?,ground_right= ?,setback= ?,sidoufutan_area= ?,cityplan= ?,classification_of_land_category= ?,use_district= ?,topography= ?,building_coverage= ?,kokudohou= ?,delivery= ?,current_conditions= ?,equipment= ?,note_site= ?,date= ?,status= ?,product_flag= ?,main_list_comment= ?,main_comment= ?,point_rate= ?,deliv_fee= ?,comment1= ?,comment2= ?,comment3= ?,comment4= ?,comment5= ?,comment6= ?,sale_limit= ?,sale_unlimited= ?,deliv_date_id= ?,note= ?,update_date= Now(),creator_id= ?,main_list_image= ?,main_image= ?,main_large_image= ?,sub_image1= ?,sub_large_image1= ?,sub_image2= ?,sub_large_image2= ?,sub_image3= ?,sub_large_image3= ?,sub_image4= ?,sub_large_image4= ?,sub_image5= ?,sub_large_image5= ?,sub_image6= ?,sub_large_image6= ?,sub_image7= ?,sub_large_image7= ?,sub_image8= ?,sub_large_image8= ?,sub_image9= ?,sub_large_image9= ?,sub_image10= ?,sub_large_image10= ?,sub_image11= ?,sub_large_image11= ?,sub_image12= ?,sub_large_image12= ?,sub_image13= ?,sub_large_image13= ?,sub_image14= ?,sub_large_image14= ?,sub_image15= ?,sub_large_image15= ?,sub_image16= ?,sub_large_image16= ?,sub_image17= ?,sub_large_image17= ?,sub_image18= ?,sub_large_image18= ?,sub_image19= ?,sub_large_image19= ?,sub_image20= ?,sub_large_image20= ?,sub_image21= ?,sub_large_image21= ?,sub_image22= ?,sub_large_image22= ?,sub_image23= ?,sub_large_image23= ?,sub_image24= ?,sub_large_image24= ?,sub_image25= ?,sub_large_image25= ?,sub_image26= ?,sub_large_image26= ?,sub_image27= ?,sub_large_image27= ?,sub_image28= ?,sub_large_image28= ?,sub_image29= ?,sub_large_image29= ?,sub_image30= ?,sub_large_image30= ?,sub_image31= ?,sub_large_image31= ?,sub_image32= ?,sub_large_image32= ?,sub_image33= ?,sub_large_image33= ?,sub_image34= ?,sub_large_image34= ?,sub_image35= ?,sub_large_image35= ?,sub_image36= ?,sub_large_image36= ?,sub_image37= ?,sub_large_image37= ?,sub_image38= ?,sub_large_image38= ?,sub_image39= ?,sub_large_image39= ?,sub_image40= ?,sub_large_image40= ?,sub_image41= ?,sub_large_image41= ?,sub_image42= ?,sub_large_image42= ?,sub_image43= ?,sub_large_image43= ?,sub_image44= ?,sub_large_image44= ?,sub_image45= ?,sub_large_image45= ?,sub_image46= ?,sub_large_image46= ?,sub_image47= ?,sub_large_image47= ?,sub_image48= ?,sub_large_image48= ?,sub_image49= ?,sub_large_image49= ?,sub_image50= ?,sub_large_image50= ?,sub_image51= ?,sub_large_image51= ?,sub_image52= ?,sub_large_image52= ?,sub_image53= ?,sub_large_image53= ?,sub_image54= ?,sub_large_image54= ?,sub_image55= ?,sub_large_image55= ?,sub_image56= ?,sub_large_image56= ?,sub_image57= ?,sub_large_image57= ?,sub_image58= ?,sub_large_image58= ?,sub_image59= ?,sub_large_image59= ?,sub_image60= ?,sub_large_image60= ?,sub_image61= ?,sub_large_image61= ?,sub_image62= ?,sub_large_image62= ?,sub_image63= ?,sub_large_image63= ?,sub_image64= ?,sub_large_image64= ?,sub_image65= ?,sub_large_image65= ?,sub_image66= ?,sub_large_image66= ?,sub_image67= ?,sub_large_image67= ?,sub_image68= ?,sub_large_image68= ?,sub_image69= ?,sub_large_image69= ?,sub_image70= ?,sub_large_image70= ?,file1= ?,file2= ?,sub_title1= ?,sub_comment1= ?,sub_title2= ?,sub_comment2= ?,sub_title3= ?,sub_comment3= ?,sub_title4= ?,sub_comment4= ?,sub_title5= ?,sub_comment5= ?,sub_title6= ?,sub_comment6= ?,sub_title7= ?,sub_comment7= ?,sub_title8= ?,sub_comment8= ?,sub_title9= ?,sub_comment9= ?,sub_title10= ?,sub_comment10= ?,sub_title11= ?,sub_comment11= ?,sub_title12= ?,sub_comment12= ?,sub_title13= ?,sub_comment13= ?,sub_title14= ?,sub_comment14= ?,sub_title15= ?,sub_comment15= ?,sub_title16= ?,sub_comment16= ?,sub_title17= ?,sub_comment17= ?,sub_title18= ?,sub_comment18= ?,sub_title19= ?,sub_comment19= ?,sub_title20= ?,sub_comment20= ?,sub_title21= ?,sub_comment21= ?,sub_title22= ?,sub_comment22= ?,sub_title23= ?,sub_comment23= ?,sub_title24= ?,sub_comment24= ?,sub_title25= ?,sub_comment25= ?,sub_title26= ?,sub_comment26= ?,sub_title27= ?,sub_comment27= ?,sub_title28= ?,sub_comment28= ?,sub_title29= ?,sub_comment29= ?,sub_title30= ?,sub_comment30= ?,sub_title31= ?,sub_comment31= ?,sub_title32= ?,sub_comment32= ?,sub_title33= ?,sub_comment33= ?,sub_title34= ?,sub_comment34= ?,sub_title35= ?,sub_comment35= ?,sub_title36= ?,sub_comment36= ?,sub_title37= ?,sub_comment37= ?,sub_title38= ?,sub_comment38= ?,sub_title39= ?,sub_comment39= ?,sub_title40= ?,sub_comment40= ?,sub_title41= ?,sub_comment41= ?,sub_title42= ?,sub_comment42= ?,sub_title43= ?,sub_comment43= ?,sub_title44= ?,sub_comment44= ?,sub_title45= ?,sub_comment45= ?,sub_title46= ?,sub_comment46= ?,sub_title47= ?,sub_comment47= ?,sub_title48= ?,sub_comment48= ?,sub_title49= ?,sub_comment49= ?,sub_title50= ?,sub_comment50= ?,sub_title51= ?,sub_comment51= ?,sub_title52= ?,sub_comment52= ?,sub_title53= ?,sub_comment53= ?,sub_title54= ?,sub_comment54= ?,sub_title55= ?,sub_comment55= ?,sub_title56= ?,sub_comment56= ?,sub_title57= ?,sub_comment57= ?,sub_title58= ?,sub_comment58= ?,sub_title59= ?,sub_comment59= ?,sub_title60= ?,sub_comment60= ?,sub_title61= ?,sub_comment61= ?,sub_title62= ?,sub_comment62= ?,sub_title63= ?,sub_comment63= ?,sub_title64= ?,sub_comment64= ?,sub_title65= ?,sub_comment65= ?,sub_title66= ?,sub_comment66= ?,sub_title67= ?,sub_comment67= ?,sub_title68= ?,sub_comment68= ?,sub_title69= ?,sub_comment69= ?,sub_title70= ?,sub_comment70= ? WHERE product_id = ?
DB Error: unknown error

UPDATE dtb_products SET name= 'ブランズ*********駅前',pricearea= '2,370万円(1戸)',transportation= '札幌市東豊線 *********駅 から徒歩 1分',address= '北海道札幌市*********',rooms= '2LDK',occupy= '平成23年6月末日予定',total_case= '26戸',sell_case= '1戸 ',site_area= '683.73m2 ',building_area= NULL,gross_floor_area= '2594.06m2',area= '北海道札幌市*********',structure= '鉄筋コンクリート 地上10階 地下1階建て',building_no= '第ERI*********号 (平成21年 2月 9日付)',footprint= '683.73m2 ',bal_area= NULL,roofbal_area= NULL,garden_area= NULL,roofterrace_area= NULL,al_area= NULL,main_price= NULL,carpark= '26台(うち屋外機械式18台)',bicyclestand= '全戸分(無料)',trank= NULL,right_type= '敷地及び建物共用部分は建物専有面積割合による所有者の共有。建物専有部分は区分所有',management= '全部委託(巡回)',management_company= NULL,management_cost= '7,900円',management_cost2= '4,800円',management_found= '239,000円',open= '竣工済(平成23年4月) ',seller= '*********不動産株式会社(売主)',seller_co= '株式会社***************(販売代理)',build_management= NULL,execution= '株式会社*********組',guarantee= NULL,design_place= NULL,station= NULL,bus= NULL,build_since= NULL,adjacent_road= NULL,building_construction= NULL,floor= NULL,ground_right= NULL,setback= NULL,sidoufutan_area= NULL,cityplan= NULL,classification_of_land_category= NULL,use_district= NULL,topography= NULL,building_coverage= NULL,kokudohou= NULL,delivery= NULL,current_conditions= NULL,equipment= NULL,note_site= NULL,date= NULL,status= '1',product_flag= '01000001110',main_list_comment= '*********駅徒歩1分の新築分譲マンション',main_comment= '【分譲中マンション】\r\n*********駅徒歩1分の新築分譲マンション',point_rate= '0',deliv_fee= NULL,comment1= NULL,comment2= NULL,comment3= NULL,comment4= NULL,comment5= NULL,comment6= NULL,sale_limit= NULL,sale_unlimited= '1',deliv_date_id= '7',note= NULL,update_date= Now(),creator_id= '2',main_list_image= '07270655_4e2f9a5c6c02b.jpg',main_image= '07270655_4e2f9a5c43a48.jpg',main_large_image= '07270655_4e2f9a5c32b88.jpg',sub_image1= '07261312_4e2e3eaf890a6.png',sub_large_image1= '07261312_4e2e3eaf7fb73.png',sub_image2= '07261314_4e2e3f4224d6b.png',sub_large_image2= '07261314_4e2e3f421f213.png',sub_image3= '07261315_4e2e3f7481ecc.png',sub_large_image3= '07261315_4e2e3f74719eb.png',sub_image4= '07261316_4e2e3f9075440.png',sub_large_image4= '07261316_4e2e3f9068001.png',sub_image5= '07261711_4e2e76ae93d21.png',sub_large_image5= '07261711_4e2e76ae87437.png',sub_image6= '07261713_4e2e772a60950.png',sub_large_image6= '07261713_4e2e772a54807.png',sub_image7= '07261611_4e2e689d8510f.png',sub_large_image7= '07261611_4e2e689d82a20.png',sub_image8= '07261612_4e2e68ed39543.png',sub_large_image8= '07261612_4e2e68ed365a6.png',sub_image9= '07261613_4e2e68ff34cd8.png',sub_large_image9= '07261613_4e2e68ff31f72.png',sub_image10= '07261613_4e2e6913e87a6.png',sub_large_image10= '07261613_4e2e6913e5b2d.png',sub_image11= '07261613_4e2e69279053c.png',sub_large_image11= '07261613_4e2e69278d599.png',sub_image12= '07261613_4e2e6935c3deb.png',sub_large_image12= '07261613_4e2e6935c0d15.png',sub_image13= '07261724_4e2e79b631638.png',sub_large_image13= '07261724_4e2e79b625b21.png',sub_image14= '07261726_4e2e7a2e5b501.png',sub_large_image14= '07261726_4e2e7a2e4fa82.png',sub_image15= '07261727_4e2e7a5bd128b.png',sub_large_image15= '07261727_4e2e7a5bc57ac.png',sub_image16= '07261728_4e2e7ab3cd7c0.png',sub_large_image16= '07261728_4e2e7ab3c28ec.png',sub_image17= '07261728_4e2e7acbabecf.png',sub_large_image17= '07261728_4e2e7acba0b61.png',sub_image18= '08221320_4e51d90627ff1.jpg',sub_large_image18= '08221320_4e51d905a2b64.jpg',sub_image19= '08231351_4e5331e653e7a.jpg',sub_large_image19= '08231351_4e5331e626998.jpg',sub_image20= '08231352_4e533222aef4d.jpg',sub_large_image20= '08231352_4e53322235c74.jpg',sub_image21= '08231353_4e533248c8d15.jpg',sub_large_image21= '08231353_4e5332484da8b.jpg',sub_image22= '08231356_4e5332f92b452.jpg',sub_large_image22= '08231356_4e5332f8a3826.jpg',sub_image23= '08231356_4e533305a3532.jpg',sub_large_image23= '08231356_4e5333052a25a.jpg',sub_image24= '08231357_4e533338aa6f1.jpg',sub_large_image24= '08231357_4e5333382e492.jpg',sub_image25= '08231358_4e5333616e5c8.jpg',sub_large_image25= '08231358_4e533360e53d9.jpg',sub_image26= '08231358_4e53336e5214f.jpg',sub_large_image26= '08231358_4e53336dccaba.jpg',sub_image27= '08231359_4e5333aeb7135.jpg',sub_large_image27= '08231359_4e5333ae3ea40.jpg',sub_image28= '08231359_4e5333b9eb39e.jpg',sub_large_image28= '08231359_4e5333b9718da.jpg',sub_image29= '08231359_4e5333c4dd880.jpg',sub_large_image29= '08231359_4e5333c46557d.jpg',sub_image30= '08231400_4e5333d36b7d9.jpg',sub_large_image30= '08231400_4e5333d2e37b9.jpg',sub_image31= '08231401_4e533417e1f9e.jpg',sub_large_image31= '08231401_4e5334176aa7a.jpg',sub_image32= '08231401_4e533423163ab.jpg',sub_large_image32= '08231401_4e53342290735.jpg',sub_image33= '08231401_4e53342f33ce3.jpg',sub_large_image33= '08231401_4e53342ead480.jpg',sub_image34= '08231401_4e53343a3e3e8.jpg',sub_large_image34= '08231401_4e533439baf0c.jpg',sub_image35= '08231401_4e533444f0157.jpg',sub_large_image35= '08231401_4e53344478e2c.jpg',sub_image36= '08231402_4e53344f54e93.jpg',sub_large_image36= '08231402_4e53344ecfff0.jpg',sub_image37= '08231405_4e53350135ef5.jpg',sub_large_image37= '08231405_4e533500ae599.jpg',sub_image38= '08231405_4e53350cb518e.jpg',sub_large_image38= '08231405_4e53350c87cb7.jpg',sub_image39= '08231405_4e53351763725.jpg',sub_large_image39= '08231405_4e533516de68e.jpg',sub_image40= '08231405_4e53352270fbe.jpg',sub_large_image40= '08231405_4e533521e978c.jpg',sub_image41= '08231405_4e53352ce9244.jpg',sub_large_image41= '08231405_4e53352c6bc13.jpg',sub_image42= '08231405_4e53353703747.jpg',sub_large_image42= '08231405_4e5335367ee96.jpg',sub_image43= '08231358_4e533380b4e6c.jpg',sub_large_image43= '08231358_4e53338039fda.jpg',sub_image44= '08231406_4e53354438fcf.jpg',sub_large_image44= '08231406_4e533543b3f3a.jpg',sub_image45= '08231406_4e53354fd1870.jpg',sub_large_image45= '08231406_4e53354f55a05.jpg',sub_image46= '08231406_4e53355add147.jpg',sub_large_image46= '08231406_4e53355a65e1f.jpg',sub_image47= '08231406_4e53356567a8b.jpg',sub_large_image47= '08231406_4e533564dfa6a.jpg',sub_image48= '08231406_4e5335701a779.jpg',sub_large_image48= '08231406_4e53356f94cfb.jpg',sub_image49= '08231407_4e53357ce27b5.jpg',sub_large_image49= '08231407_4e53357c68701.jpg',sub_image50= '08231407_4e533588370a5.jpg',sub_large_image50= '08231407_4e533587b2fe3.jpg',sub_image51= '08231407_4e5335932b340.jpg',sub_large_image51= '08231407_4e533592a6a89.jpg',sub_image52= '08231407_4e53359d4e534.jpg',sub_large_image52= '08231407_4e53359ccac5e.jpg',sub_image53= '08231408_4e5335ce14ed5.jpg',sub_large_image53= '08231408_4e5335cd8ee63.jpg',sub_image54= '08231408_4e5335da5bb7b.jpg',sub_large_image54= '08231408_4e5335d9d76c9.jpg',sub_image55= '08231409_4e5335ec9d9dc.jpg',sub_large_image55= '08231409_4e5335ec24eec.jpg',sub_image56= '08231409_4e533600c6133.jpg',sub_large_image56= '08231409_4e5336004d1a9.jpg',sub_image57= '08231409_4e53360b6094f.jpg',sub_large_image57= '08231409_4e53360adb0c8.jpg',sub_image58= '08221740_4e5215fb37dbe.jpg',sub_large_image58= '08221740_4e5215fab390a.jpg',sub_image59= '08231404_4e5334c53dc74.jpg',sub_large_image59= '08231404_4e5334c4b7c05.jpg',sub_image60= '08231403_4e5334ba5520f.jpg',sub_large_image60= '08231403_4e5334b9d1150.jpg',sub_image61= '08231403_4e5334b008a9b.jpg',sub_large_image61= '08231403_4e5334af7f6ac.jpg',sub_image62= '08231403_4e5334a3c57bc.jpg',sub_large_image62= '08231403_4e5334a34bcf6.jpg',sub_image63= '08231403_4e5334995cebc.jpg',sub_large_image63= '08231403_4e533498d8a01.jpg',sub_image64= '08231403_4e53348cdb1c9.jpg',sub_large_image64= '08231403_4e53348c61ef5.jpg',sub_image65= '08231402_4e53348220dad.jpg',sub_large_image65= '08231402_4e5334819cee9.jpg',sub_image66= '08231402_4e533477bd24c.jpg',sub_large_image66= '08231402_4e533477413d9.jpg',sub_image67= '08231355_4e5332a6ce4b9.jpg',sub_large_image67= '08231355_4e5332a655bc8.jpg',sub_image68= '08231354_4e53329b42432.jpg',sub_large_image68= '08231354_4e53329abcf9e.jpg',sub_image69= '08231354_4e53327337fad.jpg',sub_large_image69= '08231354_4e533272aff84.jpg',sub_image70= NULL,sub_large_image70= NULL,file1= NULL,file2= NULL,sub_title1= '子育てに適した周辺環境を探していました',sub_comment1= 'Mさんご家族は結婚後、...',sub_title2= '「湾岸から湾岸へ」住み替えました',sub_comment2= '12年間住み慣れた...',sub_title3= 'ひまわりキッズガーデン有明の森',sub_comment3= '同物件2階のスペースに江東区認可保育園「ひまわりキッズガーデン有明の森」を誘致',sub_title4= '区立有明小・中学校',sub_comment4= '「区立有明小・中学校」(約920m)。2011年4月に開校。小中学校生徒が共に学び協力し合う環境をつくり、より良い人間関係を育む場所となる',sub_title5= '有明テニスの森公園',sub_comment5= '同物件から約20mの場所に位置する「有明テニスの森公園」。広大な芝生広場と森、48面ものテニスコートがある',sub_title6= '有明こどもクリニック',sub_comment6= '「有明こどもクリニック」(小児科)子育て中のご両親の支援も積極的に行う',sub_title7= '【次世代型オール電化システムを採用】',sub_comment7= '【次世代型オール電化システムを採用】環境や安全性、そして快適性という視点から、次世代型オール電化システ厶を採用。電気エネルギーと高効率機器を組み合わせ、キッチンやバスルームの熱源、床暖房をはじめとする冷暖房の熱源など住まいのエネルギーをすべて電力でまかないます。',sub_title8= '【見た目も美しく多機能・収納力に優れたキッチン】',sub_comment8= '【見た目も美しく多機能・収納力に優れたキッチン】天然御影石のグレード感あるカウンタートップを採用。IHクッキングヒーター、ディスポーザーなど便利な機能や、巾木までも利用した収納スペースなど、見た目にも機能的にも優れたキッチン空間となっています。(※NW-80D1\'-Iモデルルーム)',sub_title9= '【IHクッキングヒーター】',sub_comment9= '【IHクッキングヒーター】火を使わないため燃え移りがなく安心、お手入れも簡単で空気もクリーン。超トロ火から高火力まで様々な料理に対応します。(以下13点同仕様)',sub_title10= '【静振シンク・ディスポーザー】',sub_comment10= '【静振シンク・ディスポーザー】キッチンシンクの裏側に制振材を施すことで、洗い物などの水はね音をこれまでより抑えた静振シンクを採用。また、生ゴミの処理を簡単にするディスポーザーは、シンク下で生ゴミを破砕するのでゴミの量を減らし手間を軽減します。',sub_title11= '【浄水器一体型混合水栓】',sub_comment11= '【浄水器一体型混合水栓',sub_title12= '【スライド式キッチン収納】',sub_comment12= '【スライド式キッチン収納】キッチン収納は、スペースを奥まで無駄なく使えるスライド式。中のものを楽に取り出すことができて便利です。',sub_title13= '【フルオートバス】',sub_comment13= '【フルオートバス】',sub_title14= '【浴室暖房乾燥機】',sub_comment14= '【浴室暖房乾燥機】',sub_title15= '【天井高約2100mmのバスルーム】',sub_comment15= '【天井高約2100mmのバスルーム】。',sub_title16= '【三面鏡裏収納】',sub_comment16= '【三面鏡裏収納】',sub_title17= '【人造大理石ボール一体型カウンター】',sub_comment17= '【人造大理石ボール一体型カウンター】',sub_title18= '111',sub_comment18= 'いいい',sub_title19= '1',sub_comment19= '1',sub_title20= '1',sub_comment20= '1',sub_title21= '1',sub_comment21= '1',sub_title22= '1',sub_comment22= '1',sub_title23= '1',sub_comment23= '1',sub_title24= '1',sub_comment24= '1',sub_title25= '1',sub_comment25= '1',sub_title26= '1',sub_comment26= '1',sub_title27= '1',sub_comment27= '1',sub_title28= '1',sub_comment28= '1',sub_title29= '1',sub_comment29= '1',sub_title30= '1',sub_comment30= '1',sub_title31= '1',sub_comment31= '1',sub_title32= '1',sub_comment32= '1',sub_title33= '1',sub_comment33= '1',sub_title34= '1',sub_comment34= '1',sub_title35= '1',sub_comment35= '1',sub_title36= '1',sub_comment36= '1',sub_title37= '1',sub_comment37= '1',sub_title38= '1',sub_comment38= '1',sub_title39= '1',sub_comment39= '1',sub_title40= '1',sub_comment40= '1',sub_title41= '1',sub_comment41= '1',sub_title42= '1',sub_comment42= '1',sub_title43= '1',sub_comment43= '1',sub_title44= '1',sub_comment44= '1',sub_title45= '1',sub_comment45= '1',sub_title46= '1',sub_comment46= '1',sub_title47= '1',sub_comment47= '1',sub_title48= '1',sub_comment48= '1',sub_title49= '1',sub_comment49= '1',sub_title50= '1',sub_comment50= '1',sub_title51= '1',sub_comment51= '1',sub_title52= '1',sub_comment52= '1',sub_title53= '1',sub_comment53= '1',sub_title54= '1',sub_comment54= '1',sub_title55= '1',sub_comment55= '1',sub_title56= '1',sub_comment56= '1',sub_title57= '1',sub_comment57= '1',sub_title58= 'あ',sub_comment58= 'あ',sub_title59= '1',sub_comment59= '1',sub_title60= '1',sub_comment60= '1',sub_title61= '1',sub_comment61= '1',sub_title62= '1',sub_comment62= '1',sub_title63= '1',sub_comment63= '1',sub_title64= '1',sub_comment64= '1',sub_title65= '1',sub_comment65= '1',sub_title66= '1',sub_comment66= '1',sub_title67= '1',sub_comment67= '1',sub_title68= '1',sub_comment68= '1',sub_title69= '1',sub_comment69= '1',sub_title70= NULL,sub_comment70= NULL WHERE product_id = '3' [nativecode=1030 ** Got error 139 from storage engine]

/home/saicorp/www/****/admin/products/product.php 34:LC_Page_Admin_Products_Product_Ex->process
/home/saicorp/www/****/data/class_extends/page_extends/admin/products/LC_Page_Admin_Products_Product_Ex.php 56:LC_Page_Admin_Products_Product->process
/home/saicorp/www/****/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php 169:LC_Page_Admin_Products_Product->lfRegistProduct
/home/saicorp/www/****/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php 541:SC_Query->update
/home/saicorp/www/****/data/class/SC_Query.php 366:SC_DbConn->query
/home/saicorp/www/****/data/class/SC_DbConn.php 82:DB_common->query
/home/saicorp/www/****/data/module/DB/common.php 1162:DB_common->execute
/home/saicorp/www/****/data/module/DB/common.php 959:DB_mysql->simpleQuery
/home/saicorp/www/****/data/module/DB/mysql.php 324:DB_mysql->mysqlRaiseError
/home/saicorp/www/****/data/module/DB/mysql.php 894:DB_common->raiseError
/home/saicorp/www/****/data/module/DB/common.php 1853:PEAR->raiseError
/home/saicorp/www/****/data/module/PEAR.php 557:DB_Error->DB_Error
/home/saicorp/www/****/data/module/DB.php 893:PEAR_Error->PEAR_Error
from 219.***.***.***
2011/08/23 15:37:42 [/****/admin/login.php] access : user=**** auth=0 sid=6a5899415cd99df8517311863f1e28d5 from 219.***.***.***
2011/08/23 15:37:42 [/****/admin/login.php] login : user=**** auth=0 lastlogin=2011-08-23 15:36:50 sid=6a5899415cd99df8517311863f1e28d5 from 219.***.***.***
2011/08/23 15:37:42 [/****/admin/home.php] access : user=**** auth=0 sid=6a5899415cd99df8517311863f1e28d5 from 219.***.***.***

※補足
DB Error: unknown error
とありますが、いろいろ調べてみると、
max_allowed_packetのサイズが小さい場合に出ることもあるエラーということですが、今回のエラーはそれにあたるのか?
とも思っております。

正しいでしょうか?
合わせてご回答いただけると幸いです
スレッド表示 | 新しいものから 前のトピック | 次のトピック | トップ


 



ログイン


EC-CUBE公式 Amazon Payプラグイン

統計情報

総メンバー数は90,451名です
総投稿数は110,415件です

投稿数ランキング

1
seasoft
7369
2
468
3217
3
AMUAMU
2712
4
nanasess
2314
5
umebius
2085
6
yuh
1819
7
h_tanaka
1695
8
red
1571
9
mcontact
1378
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
799
14 ramrun 789
15 karin 689
16 sumida 641
17
homan
633
18 DELIGHT 572
19
patapata
502
20
flealog
485


ネットショップの壺

EC-CUBEインテグレートパートナー

Copyright© EC-CUBE CO.,LTD. All Rights Reserved.