バージョン選択

フォーラム

メニュー

オンライン状況

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

サイト内検索

プラグイン > バグ報告・利用に関する質問 > プラグインインストールのシステムエラー

バグ報告・利用に関する質問

新規スレッドを追加する

フラット表示 前のトピック | 次のトピック
投稿者 スレッド
Takae
投稿日時: 2019/9/27 21:50
対応状況: −−−
半人前
登録日: 2016/11/27
居住地: 横浜市
投稿: 11
Re: プラグインインストールのシステムエラー
横から失礼いたします。私も同じくプラグインがインストール出来ません。
brassさんとの違いはEC-CUBE4.0.3です。EC-CUBEのインストールは問題無くできました。プラグインを探す→オーナーズストアでプラグインも表示され、「入手する」をクリックするとインストール開始し、インストールしますと表示されインストールボタンをクリックすると開始しますが、インストール確認でサイトに「システムエラーが発生しました。」と表示されます。プラグインは数個無料のを試しましたがどれも結果は同じでした。10月1日からphp7.3も提供されますが、php7.3にあげれば解決出来るでしょうか?

後、私の場合は、.htaccessに以下を記述してFTPでUPすると500エラーになってしまいます。以下の記述箇所と記述もご伝授頂けますでしょうか?

memory_limit = 400M
max_execution_time = 180


[EC-CUBE] EC-CUBE4.0.3
[レンタルサーバ] ロリポップ
[OS] Linux
[PHP] 7.1.5 CGI版
[データベース] MySQL 5.6.23
[WEBサーバ] Apache

▼エラーメッセージ
**************** DataMigration4 ****************
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0,user-scalable=0">
<title>500 Error - Internal Server Error</title>

<style type="text/css">
<!--
#ERR_MAIN { margin:11px auto 0 auto; width:620px;text-align:left; }
.LINE_DOT { background-image:url(/lolipop_service_documents/simple/line_dot.gif); height:2px; }
a.IMG_LINK:hover { background:none; }
.ERR_TXT { width: 610px; height:18px; padding: 5px 0 5px 10px ; margin:15px 0 10px; background-color: #bbeeee; font-weight: bold; color:#ee5555; }
.ERR_CHK { width: 610px; margin:0 0 0 10px; padding-left:1em; text-indent:-1em; }
.PEPABO { border-top: 1px solid #666; color:#022055; padding: 10px 0px 0px 0px; margin-bottom:10px; text-align:center; font-family:Verdana; }
.COPY{ margin-bottom:15px; text-align:center; font-family:Verdana; }
.h1-img-mg {width:460px; height:70px; margin-left:80px;}
.to-lolipop-img {margin-left:85px;}

.MobileView #ERR_MAIN {width: auto !important; -webkit-text-size-adjust: none;}
.MobileView .ERR_TXT { width: auto !important; font-size:9px !important; margin:0 0 10px !important; height:15px !important; padding: 3px 0 4px 10px !important;}
.MobileView .ERR_CHK { width: auto !important; font-size:10px !important; line-height:12px !important; margin-top:10px !important; padding:0 5px !important;}
.MobileView .PEPABO { font-size:11px !important; }
.MobileView .COPY{ font-size:10px !important; }
.MobileView .h1-img-mg {width:276px; height:42px; margin:0;}
.MobileView .to-lolipop-img {width:280px; height:14px; margin:0;}
-->
</style>

<script type="text/javascript">

var checkUA = function() {
var _ua = navigator.userAgent;
if( 0 < _ua.indexOf('iPhone') ) { return 'iphone' }
else if( 0 < _ua.indexOf('iPad') ) { return 'ipad' }
else if( 0 < _ua.indexOf('iPod') ) { return 'ipod' }
else if( 0 < _ua.indexOf('Android') ) { return 'android' }
else return false;
}

window.onload = function(){
if(checkUA()=='iphone' || checkUA()=='ipod' || checkUA()=='android'){
document.getElementsByTagName('body')[0].setAttribute('class','MobileView');
}
}

function setCopyrights() {
document.write('copyright(c)2001- ' + ' <a href="https://pepabo.com/" target="_blank">GMOペパボ株式会社</a> all rights reserved');
}
</script>


</head>

<body>

<div id="ERR_MAIN">

<h1 style="margin:0px;"><img src="/lolipop_service_documents/simple/obj_500.gif" class="h1-img-mg" alt="500 エラー" /></h1>
<div class="LINE_DOT" style="margin:7px 0px;"><img src="/lolipop_service_documents/simple/sp.gif" width="1" height="1"></div>
<a href="https://lolipop.jp/" class="IMG_LINK" title="ロリポップ!レンタルサーバー"><img src="/lolipop_service_documents/simple/btn_lolipop.gif" border="0" width="320" height="16" alt="ロリポップ!レンタルサーバー" class="to-lolipop-img" /></a>

<dl style="margin: 8px 0px; padding:0 0 15px; line-height:20px;">
<dt class="ERR_TXT">※CGI もしくは SSI が正しく動作していません。</dt>
<dd class="ERR_CHK">•&nbsp;URLに間違いがないか、再度確認してください。再読み込みしてください。</dd>
<dd class="ERR_CHK">•&nbsp;ご利用中のユーザー様は【<a href="https://lolipop.jp/support/faq/etc/000554/" target="_top">ロリポップ!よくある質問集</a>】をご参照ください。</dd>
<dd class="ERR_CHK">•&nbsp;疑問点等ございましたら【<a href="https://lolipop.jp/support/inq/" target="_top">ロリポップ!お問合せフォーム</a>】よりお問合せください。</dd>
</dl>

<h4 class="PEPABO"><a href="https://lolipop.jp/" target="_blank">ロリポップ!レンタルサーバー</a></h4>
<div class="COPY"><script type="text/javascript">setCopyrights();</script></div>

</div>
</body>
</html>

です。いきなり横から済みません、同様の質問でしたので、よろしくお願いいたします。
フラット表示 前のトピック | 次のトピック


題名 投稿者 日時
   プラグインインストールのシステムエラー brass 2019/9/25 16:56
   » Re: プラグインインストールのシステムエラー Takae 2019/9/27 21:50
       Re: プラグインインストールのシステムエラー red 2019/9/28 8:42
         Re: プラグインインストールのシステムエラー Takae 2019/9/28 16:27
         Re: プラグインインストールのシステムエラー brass 2019/9/30 0:14
     Re: プラグインインストールのシステムエラー marvmerch 2019/10/14 22:15

 



ログイン


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

統計情報

総メンバー数は88,708名です
総投稿数は109,948件です

投稿数ランキング

1
seasoft
7367
2
468
3217
3
AMUAMU
2712
4
nanasess
2313
5
umebius
2085
6
yuh
1819
7
h_tanaka
1638
8
red
1570
9
mcontact
1285
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.