2016-10-29 13 views
0

clientexec 5.0をインストールしようとしています。私はinstall.phpにリダイレクトされているので、次のエラーが表示されます。Clientexecインストールエラー

date():システムのタイムゾーン設定に頼っても安全ではありません。 はで、date.timezone設定または date_default_timezone_set()関数を使用するには、が必要です。これらの方法のいずれかを使用していて、まだこの警告が表示されている場合は、おそらく のタイムゾーン識別子のスペルが間違っています。 のタイムゾーン 'UTC'を選択しましたが、date.timezoneを設定してタイムゾーンを選択してください。

私のinstall.phpファイルには、次のコードが含まれています。

<?php //0046a 
if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');if(function_exists('dl')){@dl($__ln);}if(function_exists('_il_exec')){return _il_exec();}$__ln='/ioncube/'.$__ln;$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}if(function_exists('dl')){@dl($__ln);}}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the file <b>'.__FILE__.'</b> requires the ionCube PHP Loader '.basename($__ln).' to be installed by the website operator. If you are the website operator please use the <a href="http://www.ioncube.com/lw/">ionCube Loader Wizard</a> to assist with installation.');exit(199); 
?> 

私は次に何をしていません。有用な提案が役に立つでしょう。おかげさまで

答えて

0

PHPインストールで使用されるファイルphp.iniを探し、使用するタイムゾーンを設定する行を追加します。たとえば:

date.timezone = UTC

あなたは、php.iniファイルが既に使用する準備ができてコメントアウト、このようなラインを持っていることがあります。