Manual:Errors and symptoms/ja

From MediaWiki.org
Jump to: navigation, search

Contents

MediaWikiのエラー [edit]

空白のページが表示される [edit]

PHPエラーを示す空白のページを、スクリーンに表示させない。これを強制するためには、次の行をLocalSettings.php<?phpの下部に追加して下さい:
error_reporting( E_ALL );
ini_set( 'display_errors', 1 );
error_logの値をPHP.iniに設定して何が起きているのかを理解するためにPHPエラーログを見ることが出来ます。PHPエラーはウェブサーバエラーログにも記録されることがあります。
多くの人は最近のバージョンのwikiに記事を投稿した後に空白ページを報告します。よくある原因はPHPのメモリ制限です(通常は8MBに設定されています)。PHPとApacheエラーログを確認するようお願いします。この設定を修正するために/etc/php.iniを編集して"memory_limit"で設定されているメモリー量を増やして下さい。20MBに増やしたい場合、"memory_limit = 20M"とします。この値を変更した後にApacheサーバを再起動して下さい。
The memory limit may also have been set in your LocalSettings.php file. Scan for the line containing the memory_limit setting and increase as needed. 20M may not be enough if you are running version 1.15.1. Change it to e.g. "memory_limit = 32M". This change does not require you to restart apache.
If the page just hangs loading during some time (like 30 seconds) doing a specific action, and then it results in a blank page or HTTP 500 error, the problem is a timeout connecting to some server. This may be the database server, or if it happens doing a specific action, the mail server (if you have configured email settings). If it's the email server, check if you can connect to it from the server running MediaWiki, for example, running the Telnet client to the server and port configured on $wgSMTP and seeing if it can connect.
Error reports may include:
  • "Warning [...] 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." Check if date.timezone = is set correctly (or set at all) in PHP.ini.
  • Certain files may be reported as missing (e.g. when the media folder in your /includes folder is no longer present, you may receive the message that a required imaging process "failed to open stream"). Check the original installation package at MediaWiki (make sure to consult the appropriate version) to see if this is the case. If so, simply copy the missing files from the package into your MediaWiki directory. It may be necessary to refresh the cache and restart the webserver afterwards.
MySQL socket cannot be found. If LocalSettings.php is set to the correct MySQL socket but php.ini is not, it may result in a blank screen with no error output from the webserver or php. The fix is to update the mysql.default_socket entry in the php.ini file.

画像のサムネイルが動作しない/表示されない [edit]

SVG [edit]

See also: Manual:Image Administration SVG

First, determine your $wgSVGConverter setting. By default, it is set to use ImageMagick for conversion.

ImageMagick の使用 [edit]
You need at least ImageMagick 6.x.x.
Ensure that your $wgImageMagickConvertCommand variable is valid. Common settings are:
$wgImageMagickConvertCommand = "/usr/bin/convert";
$wgImageMagickConvertCommand = "/usr/local/bin/convert";
If it does not work, try setting $wgSVGConverterPath.
$wgSVGConverterPath = "/usr/bin";
$wgSVGConverterPath = "/usr/local/bin";
Shared hosts may provide different ImageMagick versions to meet the needs of different users. Please use version 6.x.x.
To determine the version of ImageMagick, search the help files of your host provider, or use /usr/bin/convert --version or /usr/local/bin/convert --version to detect.
On GoDaddy Linux shared hosts, "/usr/bin/convert" for Version 5.5.6 and "/usr/local/bin/convert" for Version 6.2.8.
If generating thumbnails with ImageMagick fails with a web server error log message like "Memory allocation failed" or "/bin/ulimit4.sh: Segmentation fault /usr/bin/convert ...", the $wgMaxShellMemory value may need to be increased.
When the path is missing non-ASCII characters
check if UTF-8 locals are available on your server by running locale -a
when it's not available run locale-gen en_US.utf8 or put in the locales with UTF-8 for your country and change the value for $wgShellLocale accoring to this
Batik の使用 [edit]
MediaWiki places time and memory limits on shell commands under Linux. If you receive the error "Error occurred during initialization of VM, Could not reserve enough space for object heap, Could not create the Java virtual machine.", try increasing the value of $wgMaxShellMemory.
rsvg の使用 [edit]

On some Linux and BSD installations rsvg is renamed:

Instead of setting (default)

$wgSVGConverters = array( 'rsvg' => '$path/rsvg -w$width -h$height $input $output' );

you would like to set

$wgSVGConverters = array( 'rsvg' => '$path/rsvg-convert -w $width -h $height -o $output $input' );

JPEG (GD を使用) [edit]

Symptom: This error message within a grey box:
Error creating thumbnail: Incomplete GD library configuration: missing function imagecreatefromjpeg
Some PHP 4.x and 5.x versions of PHP have a bug where the libjpeg is detected but not enabled during the ./configure step; this is fairly prevalent on Red Hat/RHEL/CentOS systems. The fix for this (if you don't want to use ImageMagick) is to recompile PHP. First, find out (from phpinfo()) what the existing ./configure switches were, and add --with-jpeg-dir before --with-gd.
make clean
./configure --with-various-switches --with-jpeg-dir --with-gd --with-more-switches
make
make test
#switch to root
make install
Afterwards, restart the webserver (for Apache on Red Hat: service apache stop then service apache start ). To test, simply view the File:... page again (no need to upload again). For more information see the comments on PHP: imagecreatefromjpeg (function synopsis)

Sorry! We could not process your edit due to a loss of session data. Please try again. If it still doesn't work, try logging out and logging back in. [edit]

Assuming you get this error even when you do have a seemingly valid logon session:
Check if /var/lib/php5 is writable and not readable for user and world ( # chmod 733 /var/lib/php5 )
Check to see if your session.save_path value in php.ini is valid and writable to the webserver - PHP configuration.
Check to see if there is enough disk space.
If you are using an extension or apache for authentication, verify you are using the fqdn to access the wiki.
After making changes restart Apache:
/etc/init.d/httpd restart
If you use memcached and enable $wgSessionsInMemcached, make sure that memcached is really working.

内容の制限 [edit]

ApacheサーバがHardened PHP patchを使用しており、Wikiが大容量のページを持つことが出来るようにしたい場合、/etc/php.iniファイルにあるいくつかの変数を編集する必要があることがあります。とりわけ、varfilter.max_value_length、hphp.post.max_value_lengthとhphp.request.max_value_lengthの設定を考えて下さい。デフォルトの設定は10Kもしくは64k以下にページサイズを制限している可能性があります。
Another possibility is if your Apache server is using mod_security that could be interfering with mediawiki. You will need to turn it off for mediawiki to work properly

You have not specified a valid user name / Completely blank page edits and previews / Unable to upload [edit]

This is caused by something truncating or dropping post data from the browser to the web server.
In at least one instance, this was caused by post_max_size and upload_max_filesize in php.ini being set too high (2048M). Setting them back to more sane values (8M) fixed it. Apparently, no POST data was actually making it through to MediaWiki.
In another instance, mod_auth_sspi was interfering with http posts to MW. Using FireFox and entering domain credentials would work fine, but MSIE would fail. This is a known defect in mod_auth_sspi 1.0.4
Update: You have a few options to make this work.
  1. Set SSPIOfferSSPI off ← users will get prompted and have to enter domain credentials, same as BASIC mode
  2. Set SSPIPerRequestAuth on ← I don't see how this is a healthy configuration but it worked (except over the high latency connection I'm forced to contend with)
  3. Downgrade to 1.0.3 but it's basically the same as #2 above.

The wiki appears without styles applied and images are missing [edit]

If the wiki looks fine if you browse it from the same server where it's being hosted but it appears without styles applied (no colors, no backgrounds, no images, very minimal formatting, etc) if you access it from other machines (or some of them), most probably cause is that the server has problems to determine the IP or host name that is being used to access it, or it's misconfigured. This causes URLs to styles and images to be generated using the loopback IP address 127.0.0.1, localhost, or a host name not known outside of the server. You can see the source code of any page and check how URLs look like and what happens if you try to access them directly via your browser.

The solution is to manually specify the $wgServer variable to the host name that everyone will use to access the wiki.

If your wiki is being accessed from an internal network and an external one, you may need to use the external address for $wgServer.

If styles aren't applied even when browsing the wiki from the server where it's hosted, the problem may be a PHP error on the ResourceLoader load.php script. Try to browse the load.php file of your MediaWiki installation with your web browser and see if it displays any errors or just a blank page (see #You see a Blank Page). You should see a comment similar to /* No modules requested. Max made me put this here */.

If you instead see a 404 Not found error, it may be a problem with the web server's rewrite rules if you attempted to configure Short URLs.

Error: invalid magic word 'speciale' [edit]

If you get that error message after upgrading, you must run the rebuildLocalisationCache.php maintenance script with the --force option:

php rebuildLocalisationCache.php --force

This can happen at least upgrading to 1.20.

PHPエラー [edit]

Fatal error: Allowed memory size of nnnnnnn bytes exhausted (tried to allocate nnnnnnnn bytes) [edit]

php.iniにあるPHPのメモリ制限を上げて下さい:
memory_limit = 64M      ; スクリプトが消費するメモリの最大量です(32MB)


MediaWiki バージョン: 1.16

You can add a higher value for $wgMemoryLimit in LocalSettings.php.


MediaWiki バージョン: 1.15

Note 1: In versions 1.15 and earlier, the memory limit in php.ini may be overridden by default in LocalSettings.php with the line:

ini_set('memory_limit', '20M');

You may increase the memory limit here, or comment this line out in LocalSettings.php to use the limit specified in php.ini.

Note 2: This error can often happen for other reasons. Look for unicode usage on systems that do not support it properly. Look for the filename and line and if you find that you are in a language translation section that uses non-ascii characters, strip out that section. If you have increased the RAM allocated to PHP to 512MB and *still* have the problem with the memory error, it is not likely a memory issue per-se.

Read here for more information on configuring resource limits in PHP.

Fatal error: Class 'DOMDocument' not found in xxxxxxxx/Preprocessor_DOM.php on line nnn [edit]

Change the MediaWiki 'preprocessor' class:
$wgParserConf['preprocessorClass'] = 'Preprocessor_Hash';
Install the right 'php-xml' package for your distro:
sudo yum install php-xml

議論 [edit]

If the DOM_Document class is missing, install PHP's XML module (and restart Apache) or set $wgParserConf['preprocessorClass'] = 'Preprocessor_Hash' (see <http://www.mediawiki.org/wiki/Manual:%24wgParserConf> for details)

Warning: Cannot modify header information - headers already sent by (...) [edit]

Most likely, your text editor added a byte order mark (BOM) while you edited MediaWiki's PHP files, but any other content before the opening <?php causes the same problem. This usually happens with LocalSettings.php - but see error message for exact file. Note that BOMs are invisible in most text editors. To remove the BOM, edit the file with something better than Windows Notepad, but if you don't really have time - open the file with it and choose Save as..., then choose "Unicode (UTF-8 Without signature) - Codepage 65001" as file type.

Strict Standards: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. [edit]

If you get Strict Standards: errors in the HTML output, that's because your error_reporting configuration variable of PHP is set to E_ALL, but since PHP >= 5.4.0, E_STRICT became part of E_ALL. E_STRICT are not errors, but warnings about code interoperability and forward compatibility of PHP code, and they shouldn't be visible in production environments.

Just add your time zone to LocalSetting.php, e.g. $wgLocaltimezone = 'Europe/Berlin';

The following does not work in all cases. It may be better to put this in the php.ini which must be present in all affected directories.

You may turn of E_STRICT errors putting the following line of code inside your LocalSettings.php, or in case a line with the error_reporting function exists, replace it with:

error_reporting( E_ALL & ~( E_STRICT | E_NOTICE ) );

You can turn off PHP errors entirely using this instead:

error_reporting( 0 );

See also: Setting error reporting in PHP.

If nothing works, please check at the start of your LocalSettings.php file: If that error happened on the setup process, the LocalSettings.php that it generated could have included the error message at the top of it (example). If that was what happened, edit the file removing everything before "<?php" and verify there's nothing (even whitespace) before "<?php".

Fatal Error: Cannot redeclare wfprofilein() [edit]

This could happen if you upgraded and you have a StartProfiler.php file in the root MediaWiki installation directory, probably because you enabled profiling in an old installation. To solve the issue simply remove that file.

インストールエラー [edit]

Error selecting database wikidb: 1044 Access denied for user 'username'@'localhost' to database 'wikidb' [edit]

wikidb.*にパーミッションを与える必要があります - Manual:Installation/ja#MySQLをご覧下さい
GRANT ALL ON wikidb.* TO 'username'@'localhost' IDENTIFIED BY 'password';
もしくはウェブサーバがDBサーバとは異なるボックス上にある場合 - MySQLにリモートアクセスをする権限を設定しなければなりません
GRANT ALL ON wikidb.* TO 'username'@'192.168.0.x' IDENTIFIED BY 'password';
注意: 192.168.0.xをあなたのウェブサーバのIPアドレスに書き換えてください

Database returned error "1142: CREATE command denied to user 'username'@'localhost' for table 'user_properties' (localhost)" [edit]

As above, or temporarily use the mysql root user.

Could not find a suitable database driver! [edit]

PHPのMySQLサポートがインストールされていない/有効になっていません - http://www.php.net/manual/ja/ref.mysql.php をご覧下さい

ファイル名の大文字小文字の違いによるエラー [edit]

ファイルをサーバにアップロードするためにFileZillaよりも異なるFTPクライアントを使用する場合、大文字、小文字のファイル名を強制しないようにクライアントを設定して下さい。MediaWikiのファイル名は大文字と小文字を区別します。

不完全なアップロードエラー [edit]

MediaWikiパッケージは数十のディレクトリまで広がる多くのパッケージを含んでいます。アップロードをするときに注意して下さい。転送が中断されたとき、転送されたファイルが失われるもしくは不完全であることがあります。信頼できない接続がある場合、何回かアップロードをリトライしなければならない場合があります。

シンボリックリンクによる403 Forbidden [edit]

ウェブサーバが"403 Forbidden error"を出力してシンボリックリンクを使用している場合、Apacheのhttpd.confファイルがシンボリックリンクを許可するためにOptions FollowSymLinksを設定をしていて、リンクをされたディレクトリを下準備しているそれぞれのディレクトリがユーザが動作させるhttpdのために+xパーミッションを持っていることを確認して下さい。

内部エラー [edit]

インストール作業の始めにウェブサーバが"500 Internal Error"を返す場合、configフォルダのパーミッションを755に変更する必要があることがあります。configディレクトリのためにパーミッションを変更した場合、まだ書き込みできないエラーを得る場合、所有者をapacheに変更してみて下さい。

chown -R apache:apache /var/www/html/mediawiki/*

SELinux [edit]

SELinux('Security Extensions')をサポートするLinuxディストリビューションはより広まっています。それらのシステム上では、PHPスクリプトは通常のファイルパーミッションを設定した後で、configディレクトリに書き込むことはできません。SELinuxファイルタイプを変更するために'chcon'コマンドも使用する必要があります。SELinuxをご覧下さい。

ホストのサイト上で広告を要求される [edit]

Mediawikiソフトウェアをバナーもしくは広告を前に置くことを要求するフリーサイト上で動かす場合、このことが原因でMediaWikiが動作せず、バナー広告を越えて空のページだけを生成することがあります。このことに対する修正は将来なされます。それまでの間、唯一の選択は有料ホストサイトを見つけることです。これはバグとも考えられ、報告されます。

Debian、Apache2、とPHP5 [edit]

If you're running the MediaWiki on Debian with Apache2 and PHP5, and have problems connecting to MySQL, e.g you get the following error message in your browser: (Can't contact the database server: MySQL functions missing, have you compiled PHP with the --with-mysql option?) try uncommenting: ';extension=mysql.so' in the '/etc/php5/apache2/php.ini' file.

If that does not work, try the following...

Check that MySQL module for php5 is installed:

# pkg --list | grep php5-mysql

If you need to install the php5-mysql module enter:

# apt-get install php5-mysql

Then restart Apache2:

# /etc/init.d/apache2 restart

'user_password' can't have a default value [edit]

MySQLがstrict modeで動いていないことを確認して下さい。

指定したキーが長すぎる [edit]

"experimental UTF-8"を選択した場合、"specified key was too long"のタイプのMySQLが起こることがあります。解決する方法の一つはmaintenance/tables.sqlを編集して、問題を起こしているテーブルがより短いキーを使用するようにします。(MediaWikiのバージョンによって、tables.sqlも編集する必要があります; 例えば、MySQL 5で1.6.10を使用する場合、maintenance\mysql5\tables.sqlです。)

例えば、次のようなエラーメッセージを見る場合です:

PRIMARY KEY job_id (job_id), KEY (job_cmd, job_namespace, job_title) ) TYPE=InnoDB " failed with error code "Specified key was too long; max key length is 1024 bytes (localhost)".

tables.sqlで"job"テーブルを見つけ、KEY (job_cmd, job_namespace, job_title)KEY (job_cmd(160), job_namespace, job_title(160))のようなもので置き換えます。

(ポイントはvarcharフィールドを3倍にするときでも(UTF-8の文字は3バイト使用するので)、すべてのKEY宣言のすべてのフィールドの全体の長さはエラーメッセージで述べられた最大のキーサイズよりも小さくすることです。)例えば、job_cmdがvarchar(255)、job_namespaceがint、job_titleがvarchar(255)であるとすると、KEY (job_cmd, job_namespace, job_title)の全体のキーの長さは3*255 + 4 + 3*255 = 1534で、1024より大きいので、3*160 + 4 + 3*160 = 964に置き換えればOKです。)

tables.sqlを修正した後で、前に作成したすべてのテーブルをドロップして、インストールスクリプトを再実行しなければなりません(エラーメッセージのページをリロードします。この方法ではすべてを再入力する必要はありません)。いくつかのテーブルでこのエラーを得た場合 - jobとpage_restrictionsは影響受ける可能性があるものです。

MediaWiki bug 4445もご覧下さい。

テーブルの接頭辞(table prefix)が見つからない [edit]

ホスティングサービスを利用している場合、データベース名とデータベースユーザ名は余分な接頭辞を持つことがあります(通常はホスティングプロバイダによるユーザidです)。例えば、データベース名がdb01でユーザidがocomの場合(ホスティングプロバイダによって与えられたもの)、データベース名とユーザ名はそれぞれocom_db01とocom_u01を入力します。

Class SkinStandard not found; skipped loading [edit]

If pages are displayed without skins, try enabling logging by adding “$wgDebugLogFile = "/tmp/wiki.log";” to your LocalSettings.php. If you get an error like “Class SkinStandard not found; skipped loading,” try the symlink suggestion at http://forums.fedoraforum.org/archive/index.php/t-159726.html. What worked for me was:

sudo ln -s /usr/share/mediawiki/skins/ /var/www/wiki/ .

MySQL の接続がエラー [2013] または [2002] で失敗する [edit]

If you are getting the error: failed with error [2013] Lost connection to MySQL server during query. or failed with error [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13). , this may be caused by using the wrong database host name or by a permissions issue with the mysql.soc file or directory.

If you are using a hosting provider, ensure that you are using the correct host name for the database.

The MySQL manual has a good set of pages on dealing with common errors (such as these). For MySQL 5.0, the page is at http://dev.mysql.com/doc/refman/5.0/en/common-errors.html. Visit the page for links to documentation for other versions of MySQL.

脚注 [edit]


関連項目 [edit]

言語: English  • 日本語