Translations

J4.x:Redirects from Redirect system plugin (if enabled) cause internal server errors 500/14/ja: Difference between revisions

From Joomla! Documentation

Created page with "または [https://github.com/joomla/joomla-cms/pull/36733/files bugfix #36733]の差分の通り、''plugins/system/redirect/redirect.php'' ファイルの243行目を編集..."
 
No edit summary
 
Line 1: Line 1:
または  [https://github.com/joomla/joomla-cms/pull/36733/files bugfix #36733]の差分の通り、''plugins/system/redirect/redirect.php'' ファイルの243行目を編集し、"''$db->''" の箇所を "''$this->db->''" に書き換えて [https://github.com/joomla/joomla-cms/pull/36733/files
または  [https://github.com/joomla/joomla-cms/pull/36733/files bugfix #36733]の差分の通り、''plugins/system/redirect/redirect.php'' ファイルの243行目を編集し、"''$db->''" の箇所を "''$this->db->''" に書き換えて [https://github.com/joomla/joomla-cms/pull/36733/files bugfix #36733] を適用する
bugfix #36733] を適用する

Latest revision as of 10:32, 23 January 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (J4.x:Redirects from Redirect system plugin (if enabled) cause internal server errors 500)
or apply the [https://github.com/joomla/joomla-cms/pull/36733/files bugfix #36733] by editing file ''plugins/system/redirect/redirect.php'' and changing the part "''$db->''" to "''$this->db->''" on line 243 as shown in the diff on [https://github.com/joomla/joomla-cms/pull/36733/files bugfix #36733].

または bugfix #36733の差分の通り、plugins/system/redirect/redirect.php ファイルの243行目を編集し、"$db->" の箇所を "$this->db->" に書き換えて bugfix #36733 を適用する