バージョン選択

フォーラム

メニュー

オンライン状況

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

サイト内検索

質問 > 管理機能 > プラグイン機能しない

管理機能

新規スレッドを追加する

スレッド表示 | 古いものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
red
投稿日時: 2013/12/11 14:29
対応状況: −−−
登録日: 2010/2/15
居住地: 東京都
投稿: 1570
Re: プラグイン機能しない
これはサーバーに問題がありそうなログですね

サーバー会社にphp-mbstringがインストールされていない為EC-CUBEが動かないと伝えれば対応してくれるのではないかと思います


----------------
EC-CUBEのカスタマイズ、トラブル解決承ります
お気軽にお問い合わせ下さい
https://www.ec-cube.net/integrate/partner/partner.php?partner_id=690

dorian
投稿日時: 2013/12/11 13:24
対応状況: −−−
新米
登録日: 2012/4/29
居住地:
投稿: 7
Re: プラグイン機能しない
redさま

大変お世話になります

PHP5.3.3 に変更し
Ver.2.13.1 をワンクリックインストールすると
管理画面に入れずシステムエラーとなります
その時のエラーログは以下の通りです

よろしくお願い申しあげます。

2013/12/11 13:12:21 [/admin/index.php] Warning(E_WARNING): date() [<a href='function.date'>function.date</a>]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Tokyo' for 'JST/9.0/no DST' instead on [/home/******/*******.***/public_html/data/class/util/GC_Utils.php(185)] from ***.***.***.***

2013/12/11 13:12:21 [/admin/index.php] Fatal error(E_ERROR): Call to undefined function mb_language() on [/home/******/*******.***/public_html/data/class/SC_Initial.php(127)] from ***.***.***.***
login_id = ()[]

2013/12/11 13:12:21 [/admin/index.php] Warning(E_WARNING): strftime() [<a href='function.strftime'>function.strftime</a>]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Tokyo' for 'JST/9.0/no DST' instead on [/home/******/*******.***/public_html/data/module/Smarty/libs/Smarty_Compiler.class.php(400)] from ***.***.***.***

2013/12/11 13:12:21 [/admin/index.php] Warning(E_WARNING): strftime() [<a href='function.strftime'>function.strftime</a>]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Tokyo' for 'JST/9.0/no DST' instead on [/home/******/*******.***/public_html/data/module/Smarty/libs/Smarty_Compiler.class.php(400)] from ***.***.***.***
habu
投稿日時: 2013/12/11 13:09
対応状況: −−−
長老
登録日: 2006/9/15
居住地:
投稿: 282
Re: プラグイン機能しない
red様

了解しました。ありがとうございます!

2.13向けのajaxzip3連携プラグインについては、追って対応しておこうと思います。


----------------
株式会社システムフレンド
羽生 賢太郎(Kentaro Habu)
改造専門店・EC-CUBE工房

red
投稿日時: 2013/12/11 12:06
対応状況: −−−
登録日: 2010/2/15
居住地: 東京都
投稿: 1570
Re: プラグイン機能しない
habuさん

なんでこうなるか調べたのでtracに書いておきました
http://svn.ec-cube.net/open_trac/ticket/2480

PHP5.2以降は落ちませんが、fatalエラーは出ています
SC_Helper_HandleError.phpの60行目のdisplay_errorsをONにすれば確認できます

コアでdisplay_errorsを勝手にOFFにしてるのも色々問題が多そうです。。


----------------
EC-CUBEのカスタマイズ、トラブル解決承ります
お気軽にお問い合わせ下さい
https://www.ec-cube.net/integrate/partner/partner.php?partner_id=690

red
投稿日時: 2013/12/11 11:53
対応状況: −−−
登録日: 2010/2/15
居住地: 東京都
投稿: 1570
Re: プラグイン機能しない
あらら・・なんででしょう。
一応5.5まで問題なく動くようにしているのですが・・

その時のエラーログがありましたら貼り付けていただければ解析します


----------------
EC-CUBEのカスタマイズ、トラブル解決承ります
お気軽にお問い合わせ下さい
https://www.ec-cube.net/integrate/partner/partner.php?partner_id=690

dorian
投稿日時: 2013/12/11 1:25
対応状況: −−−
新米
登録日: 2012/4/29
居住地:
投稿: 7
Re: プラグイン機能しない
red 様

結局PHPを下記バージョンに変更すると
全て管理画面に入れずシステムエラーとなり
インストールできませんでした。
PHP5.3.3
PHP5.4.13
PHP5.5.0

他に影響が無いのであれば
それぞれのプラグインごとに
該当行をコメットアウトすることにいたします。

red
投稿日時: 2013/12/11 0:20
対応状況: −−−
登録日: 2010/2/15
居住地: 東京都
投稿: 1570
Re: プラグイン機能しない
ありがとうございます、再現出来ました。


----------------
EC-CUBEのカスタマイズ、トラブル解決承ります
お気軽にお問い合わせ下さい
https://www.ec-cube.net/integrate/partner/partner.php?partner_id=690

dorian
投稿日時: 2013/12/10 22:44
対応状況: −−−
新米
登録日: 2012/4/29
居住地:
投稿: 7
Re: プラグイン機能しない
red 様


ありがとうございます

X2サーバーでワンクリックインストールした状態ですので
同じ症状が出る方がいらっしゃると思います。

ECCUBEのシステム情報を貼り付けます
ありがとうございました


EC-CUBE 2.13.1
サーバーOS Linux sv2.xtwo.ne.jp 2.6.18-348.18.1.el5 #1 SMP Thu Sep 26 15:01:07 EDT 2013 x86_64
DBサーバー MySQL 5.0.95
WEBサーバー Apache
PHP 5.1.6 (libxml, xml, wddx, tokenizer, sysvshm, sysvsem, sysvmsg, standard, SimpleXML, sockets, SPL, shmop, session, Reflection, pspell, posix, pcntl, mime_magic, iconv, hash, gmp, gettext, ftp, exif, date, curl, ctype, calendar, bz2, zlib, pcre, openssl, mbstring, dbase, dom, gd, imap, mcrypt, mysql, mysqli, PDO, pdo_mysql, pdo_sqlite, soap, SQLite, xmlreader, xmlrpc, xmlwriter, xsl, eAccelerator)
GD 有効 (GD Version => bundled (2.0.28 compatible), FreeType Support => 1, FreeType Linkage => with freetype, T1Lib Support => , GIF Read Support => 1, GIF Create Support => 1, JPG Support => 1, PNG Support => 1, WBMP Support => 1, XPM Support => , XBM Support => 1, JIS-mapped Japanese Font Support => )
HTTPユーザーエージェント Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36


HP Version 5.1.6


System Linux sv2.xtwo.ne.jp 2.6.18-348.18.1.el5 #1 SMP Thu Sep 26 15:01:07 EDT 2013 x86_64
Build Date Jul 14 2012 06:43:03
Configure Command './configure' '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib64' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--without-pear' '--with-bz2' '--with-curl' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-pspell' '--with-expat-dir=/usr' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--with-kerberos' '--enable-ucd-snmp-hack' '--with-unixODBC=shared,/usr' '--enable-memory-limit' '--enable-shmop' '--enable-calendar' '--enable-dbx' '--enable-dio' '--with-mime-magic=/usr/share/file/magic.mime' '--with-sqlite=shared' '--with-libxml-dir=/usr' '--with-xml' '--with-system-tzdata' '--enable-force-cgi-redirect' '--enable-pcntl' '--with-imap=shared' '--with-imap-ssl' '--enable-mbstring=shared' '--enable-mbstr-enc-trans' '--enable-mbregex' '--with-ncurses=shared' '--with-gd=shared' '--enable-bcmath=shared' '--enable-dba=shared' '--with-db4=/usr' '--with-xmlrpc=shared' '--with-ldap=shared' '--with-ldap-sasl' '--with-mysql=shared,/usr' '--with-mysqli=shared,/usr/lib64/mysql/mysql_config' '--enable-dom=shared' '--with-dom-xslt=/usr' '--with-dom-exslt=/usr' '--with-pgsql=shared' '--with-snmp=shared,/usr' '--enable-soap=shared' '--with-xsl=shared,/usr' '--enable-xmlreader=shared' '--enable-xmlwriter=shared' '--enable-fastcgi' '--enable-pdo=shared' '--with-pdo-odbc=shared,unixODBC,/usr' '--with-pdo-mysql=shared,/usr/lib64/mysql/mysql_config' '--with-pdo-pgsql=shared,/usr' '--with-pdo-sqlite=shared,/usr' '--enable-dbase=shared'
Server API CGI/FastCGI
Virtual Directory Support disabled
Configuration File (php.ini) Path /home/kitchen/uekisan.com/php/php.ini
Scan this dir for additional .ini files /etc/php.d
additional .ini files parsed /etc/php.d/dbase.ini, /etc/php.d/dom.ini, /etc/php.d/gd.ini, /etc/php.d/imap.ini, /etc/php.d/mbstring.ini, /etc/php.d/mcrypt.ini, /etc/php.d/mysql.ini, /etc/php.d/mysqli.ini, /etc/php.d/pdo.ini, /etc/php.d/pdo_mysql.ini, /etc/php.d/pdo_sqlite.ini, /etc/php.d/soap.ini, /etc/php.d/sqlite.ini, /etc/php.d/ver_fix.ini, /etc/php.d/xmlreader.ini, /etc/php.d/xmlrpc.ini, /etc/php.d/xmlwriter.ini, /etc/php.d/xsl.ini
PHP API 20041225
PHP Extension 20050922
Zend Extension 220051025
Debug Build no
Thread Safety disabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams php, file, http, ftp, compress.bzip2, compress.zlib, https, ftps, MDB2LOB
Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, convert.iconv.*, bzip2.*, zlib.*

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
with eAccelerator v0.9.5.2, Copyright (c) 2004-2006 eAccelerator, by eAccelerator

red
投稿日時: 2013/12/10 21:45
対応状況: −−−
登録日: 2010/2/15
居住地: 東京都
投稿: 1570
Re: プラグイン機能しない
data/downloads/plugin/AjaxZip3/LC_Page_Plugin_AjaxZip3_Config.phpの103行目をコメントアウトすれば動くと思いますが、動かないプラグインそれぞれ対応しなくてはいけないと思います

自分の環境でもPHP5.3であれば動くので(エラーが出ないのはちょっとおかしいので不思議ですが)PHPのバージョンを変えられるようでしたらそちらを検討してみてください

※これはプラグイン作っている側の作り方の問題なのでプラグインがアップデートされれば起きなくなるとは思います

追記
PHP5.1を準備するのが現状かなり大変なので検証が難しいのですが調べられる範囲で調べたいので、詳しいPHPのシステム情報をお教えいただけるとありがたいです


----------------
EC-CUBEのカスタマイズ、トラブル解決承ります
お気軽にお問い合わせ下さい
https://www.ec-cube.net/integrate/partner/partner.php?partner_id=690

dorian
投稿日時: 2013/12/10 21:36
対応状況: −−−
新米
登録日: 2012/4/29
居住地:
投稿: 7
Re: プラグイン機能しない
羽生 賢太郎 様

ありがとうございます
ご指摘の通りコメントアウトすると

フックポイント管理ボタンを押した場合
正常に画面遷移いたしました
しかしエラーログは同様に発生しておりました。

プラグインを設定ボタンを押した場合
変わらずシステムエラーが発生いたしました。

現在インストールされているのは下記バージョンです
EC-CUBE 2.13.1、PHP 5.1.6

こちらが合わないのでしょうか?

恐縮ですが
よろしくお願い申しあげます。

(1) 2 »
スレッド表示 | 古いものから 前のトピック | 次のトピック | トップ


 



ログイン


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

統計情報

総メンバー数は89,083名です
総投稿数は110,033件です

投稿数ランキング

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