Nucleusで出たメッセージ!


1.One or more of the Nucleus installation files are still present on the webserver, or are writable.

2.You should remove these files or change their permissions to ensure security. Here are the files that were found by Nucleus

3.config.php should be non-writable (chmod to XXX)



これをExciteの翻訳で直訳すると!



1.Nucleusインストールファイルの1つか以上が、webserverにまだ存在しているか、または書き込み可能です。
2.あなたは、これらのファイルを取り外すべきであるか、またはセキュリティを確実にするために彼らの許容を変えるべきです。 ここに、Nucleusによって見つけられたファイルがあります。
3.config.phpは非書き込み可能であるべきです。(XXXへのchmo)


これは、config.phpのパーミッションをあえて”YYY”に設定したときのエラー!



1.The page headers have already been sent out in /........../index.php line 1. This could cause Nucleus not to work in the expected way.

2.Usually, this is caused by spaces or newlines at the end of the config.php file, at the end of the language file or at the end of a plugin file. Please check this and try again.

3.if you don't want to see this error message again, without solving the problem, set $CONF['alertOnHeadersSent'] in globalfunctions.php to 0



同様Exciteで翻訳すると。



1./........../公共の_index.php線1で既にページヘッダーを派遣しました。 これで、Nucleusは予想された方法で働くことができませんでした。
2.通常、これはconfig.phpファイルの端における、または、言語ファイルの端における、または、pluginファイルの端の空間かニューラインによって引き起こされます。 これをチェックして、再試行してください。
3.再び問題を解決しないでこのエラーメッセージを見たくないなら、globalfunctions.phpに0に$CONF'alertOnHeadersSent'を設定してください。



このエラーが出たら、まず、nucleusの言語のチェック、そして次にファイルの保存文字コードをチェック、そして、プラグインの文字コードもしくは、php構文をチェックする。