starthome-logo 無料ゲーム
starthome-logo

今すぐ対策できる!HTMLで文字化けを直す方法【初心者向け】


今回はHTMLで文字化けを直す方法を説明していきます。


文字化け対策自体は、非常に簡単ですが知らないと対処に困ってしまうと思うので、ぜひ覚えておきましょう。


HTMLについてそもそもよく分からないという方は、HTMLとは何なのか解説した記事をまずご覧ください。


 


なお本記事は、TechAcademyのWebデザインオンラインブートキャンプのカリキュラムをもとに執筆しています。


 


目次



 


文字化けさせない書き方


HTMLファイルを書いてブラウザで確認してみたら画像のように文字化けされてしまったなんてことはないでしょうか。


%e3%82%b9%e3%82%af%e3%83%aa%e3%83%bc%e3%83%b3%e3%82%b7%e3%83%a7%e3%83%83%e3%83%88-2016-09-30-11-44-08


文字化けの対処は簡単ですが、知らないと分からないのでぜひ忘れずに書いておきましょう。


書き方ですが、<meta>要素に記述します。


<meta http-equiv="content-type" charset="utf-8">

上記の「utf-8」の部分が文字コードになります。この記述がブラウザ一致しない時に文字化けという現象が起きます。


例えば「utf-8」で書いているのに、ブラウザが「Shift-JIS」だと判断したときに文字化けが起こるのです。


「ドイツ語」の文章を「フランス語」として読むと読めなくなりますよね。


そのために、上記の記述を行うと、ブラウザが「utf-8」だと解釈してWebページを表示するために、文字化けが起きなくなります。


 


20160620


 


文字コードを指定してあげれば、文字化けは起こらないってことですか?


 


20163020-2


 


作成したファイルの文字コードと、表示に指定した文字コードが一致していれば文字化けは起こらないよ。


 


20160620


 


utf-8で作成した場合、utf-8で表示するように指定、Shift_JISの場合は、同じようにShift_JISで表示するように指定で良いですか?


 


20163020-2


 


その通り!そうすると文字化けは起こらないよ。


 


20160620


 


やったー!


 


 


実際に書いてみよう


実際に書いてみてWebブラウザで確認してみましょう。


HTML


<!DOCTYPE html>
<html>
<head>
<title>sample</title>
<meta http-equiv="content-type" charset="utf-8">
</head>
<body>
<p>こんにちは</p>
</boby>
</html>

文字化けを対策しているので、文字化けが起こりません。



Webブラウザーで見たとことでわからないのが当たり前なんですが、このようなわからないところにも多くの工夫と、対策が必要になります。


どんな人がHPを閲覧しに来たとしても、自分の意図した形で情報を伝えることは大切なことです。このような見えないところへの配慮にも気を付けて行っていきましょう。


 

20160620

上の方でutf-8とShift_JISの文字コードがありましたが、どちらを使用した方がいいとかあるんですか?


 


20163020-2


 


Webページでは、utf-8が標準になってるよ。


 


 


20160620


 


じゃあ、utf-8で統一しちゃおっかな♪


 


20163020-2


 


いいね!


 


 


[お知らせ]TechAcademyでは初心者でも最短4週間でオリジナルWebサイトを公開できるWebデザインオンラインブートキャンプを開催しています。


    Loading...
    アクセスランキング
    Tips
    1. A PHP Error was encountered

      Severity: Notice

      Message: Undefined offset: 0

      Filename: smarty/08d1cc69876d91563afb9c1f4d21cc8b7b96caa4_0.file.tips.tpl.php

      Line Number: 41

      Backtrace:

      File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/08d1cc69876d91563afb9c1f4d21cc8b7b96caa4_0.file.tips.tpl.php
      Line: 41
      Function: _error_handler

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
      Line: 123
      Function: content_66f26b3d14aa11_83151422

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
      Line: 114
      Function: getRenderedTemplateCode

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
      Line: 217
      Function: render

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
      Line: 386
      Function: render

      File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/d064ec4523cd2f49c67136b7b84705846d19c90b_0.file.side.tpl.php
      Line: 43
      Function: _subTemplateRender

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
      Line: 123
      Function: content_66f26b47775ef5_14228348

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
      Line: 114
      Function: getRenderedTemplateCode

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
      Line: 217
      Function: render

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
      Line: 386
      Function: render

      File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
      Line: 395
      Function: _subTemplateRender

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      Line: 248
      Function: callBlock

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      Line: 184
      Function: callBlock

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      Line: 186
      Function: process

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      Line: 156
      Function: process

      File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/fbdaa42e51518f8881faeabdc1199f6dd175d1ce_0.file.base_index_layout.tpl.php
      Line: 88
      Function: instanceBlock

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
      Line: 123
      Function: content_66f26b3cb92fa0_94546305

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
      Line: 114
      Function: getRenderedTemplateCode

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
      Line: 217
      Function: render

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
      Line: 386
      Function: render

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      Line: 116
      Function: _subTemplateRender

      File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
      Line: 71
      Function: endChild

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
      Line: 123
      Function: content_66f26b473b42b6_33110538

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
      Line: 114
      Function: getRenderedTemplateCode

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
      Line: 217
      Function: render

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
      Line: 238
      Function: render

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
      Line: 116
      Function: _execute

      File: /www/wwwroot/homev2.kingsoft.jp/application/libraries/SmartyLibrary.php
      Line: 45
      Function: fetch

      File: /www/wwwroot/homev2.kingsoft.jp/application/controllers/ArticleController.php
      Line: 32
      Function: view

      File: /www/wwwroot/homev2.kingsoft.jp/public/index.php
      Line: 292
      Function: require_once

      A PHP Error was encountered

      Severity: Notice

      Message: Trying to access array offset on value of type null

      Filename: smarty/49292b3df7e5bd60f7381ff16c5ca4532cf9476f_0.file.card.tpl.php

      Line Number: 24

      Backtrace:

      File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/49292b3df7e5bd60f7381ff16c5ca4532cf9476f_0.file.card.tpl.php
      Line: 24
      Function: _error_handler

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
      Line: 123
      Function: content_66f26b3d136f97_11902452

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
      Line: 114
      Function: getRenderedTemplateCode

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
      Line: 384
      Function: render

      File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/08d1cc69876d91563afb9c1f4d21cc8b7b96caa4_0.file.tips.tpl.php
      Line: 41
      Function: _subTemplateRender

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
      Line: 123
      Function: content_66f26b3d14aa11_83151422

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
      Line: 114
      Function: getRenderedTemplateCode

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
      Line: 217
      Function: render

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
      Line: 386
      Function: render

      File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/d064ec4523cd2f49c67136b7b84705846d19c90b_0.file.side.tpl.php
      Line: 43
      Function: _subTemplateRender

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
      Line: 123
      Function: content_66f26b47775ef5_14228348

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
      Line: 114
      Function: getRenderedTemplateCode

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
      Line: 217
      Function: render

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
      Line: 386
      Function: render

      File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
      Line: 395
      Function: _subTemplateRender

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      Line: 248
      Function: callBlock

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      Line: 184
      Function: callBlock

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      Line: 186
      Function: process

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      Line: 156
      Function: process

      File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/fbdaa42e51518f8881faeabdc1199f6dd175d1ce_0.file.base_index_layout.tpl.php
      Line: 88
      Function: instanceBlock

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
      Line: 123
      Function: content_66f26b3cb92fa0_94546305

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
      Line: 114
      Function: getRenderedTemplateCode

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
      Line: 217
      Function: render

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
      Line: 386
      Function: render

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      Line: 116
      Function: _subTemplateRender

      File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
      Line: 71
      Function: endChild

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
      Line: 123
      Function: content_66f26b473b42b6_33110538

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
      Line: 114
      Function: getRenderedTemplateCode

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
      Line: 217
      Function: render

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
      Line: 238
      Function: render

      File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
      Line: 116
      Function: _execute

      File: /www/wwwroot/homev2.kingsoft.jp/application/libraries/SmartyLibrary.php
      Line: 45
      Function: fetch

      File: /www/wwwroot/homev2.kingsoft.jp/application/controllers/ArticleController.php
      Line: 32
      Function: view

      File: /www/wwwroot/homev2.kingsoft.jp/public/index.php
      Line: 292
      Function: require_once

    " class="text-decoration-none w-100" target="_blank">

    A PHP Error was encountered

    Severity: Notice

    Message: Trying to access array offset on value of type null

    Filename: smarty/49292b3df7e5bd60f7381ff16c5ca4532cf9476f_0.file.card.tpl.php

    Line Number: 29

    Backtrace:

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/49292b3df7e5bd60f7381ff16c5ca4532cf9476f_0.file.card.tpl.php
    Line: 29
    Function: _error_handler

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3d136f97_11902452

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 384
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/08d1cc69876d91563afb9c1f4d21cc8b7b96caa4_0.file.tips.tpl.php
    Line: 41
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3d14aa11_83151422

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/d064ec4523cd2f49c67136b7b84705846d19c90b_0.file.side.tpl.php
    Line: 43
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b47775ef5_14228348

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
    Line: 395
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 248
    Function: callBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 184
    Function: callBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 186
    Function: process

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 156
    Function: process

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/fbdaa42e51518f8881faeabdc1199f6dd175d1ce_0.file.base_index_layout.tpl.php
    Line: 88
    Function: instanceBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3cb92fa0_94546305

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 116
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
    Line: 71
    Function: endChild

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b473b42b6_33110538

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
    Line: 238
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
    Line: 116
    Function: _execute

    File: /www/wwwroot/homev2.kingsoft.jp/application/libraries/SmartyLibrary.php
    Line: 45
    Function: fetch

    File: /www/wwwroot/homev2.kingsoft.jp/application/controllers/ArticleController.php
    Line: 32
    Function: view

    File: /www/wwwroot/homev2.kingsoft.jp/public/index.php
    Line: 292
    Function: require_once

  • A PHP Error was encountered

    Severity: Notice

    Message: Undefined offset: 1

    Filename: smarty/08d1cc69876d91563afb9c1f4d21cc8b7b96caa4_0.file.tips.tpl.php

    Line Number: 41

    Backtrace:

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/08d1cc69876d91563afb9c1f4d21cc8b7b96caa4_0.file.tips.tpl.php
    Line: 41
    Function: _error_handler

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3d14aa11_83151422

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/d064ec4523cd2f49c67136b7b84705846d19c90b_0.file.side.tpl.php
    Line: 43
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b47775ef5_14228348

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
    Line: 395
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 248
    Function: callBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 184
    Function: callBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 186
    Function: process

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 156
    Function: process

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/fbdaa42e51518f8881faeabdc1199f6dd175d1ce_0.file.base_index_layout.tpl.php
    Line: 88
    Function: instanceBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3cb92fa0_94546305

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 116
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
    Line: 71
    Function: endChild

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b473b42b6_33110538

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
    Line: 238
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
    Line: 116
    Function: _execute

    File: /www/wwwroot/homev2.kingsoft.jp/application/libraries/SmartyLibrary.php
    Line: 45
    Function: fetch

    File: /www/wwwroot/homev2.kingsoft.jp/application/controllers/ArticleController.php
    Line: 32
    Function: view

    File: /www/wwwroot/homev2.kingsoft.jp/public/index.php
    Line: 292
    Function: require_once

    A PHP Error was encountered

    Severity: Notice

    Message: Trying to access array offset on value of type null

    Filename: smarty/49292b3df7e5bd60f7381ff16c5ca4532cf9476f_0.file.card.tpl.php

    Line Number: 24

    Backtrace:

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/49292b3df7e5bd60f7381ff16c5ca4532cf9476f_0.file.card.tpl.php
    Line: 24
    Function: _error_handler

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3d136f97_11902452

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 384
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/08d1cc69876d91563afb9c1f4d21cc8b7b96caa4_0.file.tips.tpl.php
    Line: 41
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3d14aa11_83151422

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/d064ec4523cd2f49c67136b7b84705846d19c90b_0.file.side.tpl.php
    Line: 43
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b47775ef5_14228348

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
    Line: 395
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 248
    Function: callBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 184
    Function: callBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 186
    Function: process

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 156
    Function: process

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/fbdaa42e51518f8881faeabdc1199f6dd175d1ce_0.file.base_index_layout.tpl.php
    Line: 88
    Function: instanceBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3cb92fa0_94546305

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 116
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
    Line: 71
    Function: endChild

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b473b42b6_33110538

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
    Line: 238
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
    Line: 116
    Function: _execute

    File: /www/wwwroot/homev2.kingsoft.jp/application/libraries/SmartyLibrary.php
    Line: 45
    Function: fetch

    File: /www/wwwroot/homev2.kingsoft.jp/application/controllers/ArticleController.php
    Line: 32
    Function: view

    File: /www/wwwroot/homev2.kingsoft.jp/public/index.php
    Line: 292
    Function: require_once

  • " class="text-decoration-none w-100" target="_blank">

    A PHP Error was encountered

    Severity: Notice

    Message: Trying to access array offset on value of type null

    Filename: smarty/49292b3df7e5bd60f7381ff16c5ca4532cf9476f_0.file.card.tpl.php

    Line Number: 29

    Backtrace:

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/49292b3df7e5bd60f7381ff16c5ca4532cf9476f_0.file.card.tpl.php
    Line: 29
    Function: _error_handler

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3d136f97_11902452

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 384
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/08d1cc69876d91563afb9c1f4d21cc8b7b96caa4_0.file.tips.tpl.php
    Line: 41
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3d14aa11_83151422

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/d064ec4523cd2f49c67136b7b84705846d19c90b_0.file.side.tpl.php
    Line: 43
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b47775ef5_14228348

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
    Line: 395
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 248
    Function: callBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 184
    Function: callBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 186
    Function: process

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 156
    Function: process

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/fbdaa42e51518f8881faeabdc1199f6dd175d1ce_0.file.base_index_layout.tpl.php
    Line: 88
    Function: instanceBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3cb92fa0_94546305

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 116
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
    Line: 71
    Function: endChild

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b473b42b6_33110538

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
    Line: 238
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
    Line: 116
    Function: _execute

    File: /www/wwwroot/homev2.kingsoft.jp/application/libraries/SmartyLibrary.php
    Line: 45
    Function: fetch

    File: /www/wwwroot/homev2.kingsoft.jp/application/controllers/ArticleController.php
    Line: 32
    Function: view

    File: /www/wwwroot/homev2.kingsoft.jp/public/index.php
    Line: 292
    Function: require_once

  • A PHP Error was encountered

    Severity: Notice

    Message: Undefined offset: 2

    Filename: smarty/08d1cc69876d91563afb9c1f4d21cc8b7b96caa4_0.file.tips.tpl.php

    Line Number: 41

    Backtrace:

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/08d1cc69876d91563afb9c1f4d21cc8b7b96caa4_0.file.tips.tpl.php
    Line: 41
    Function: _error_handler

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3d14aa11_83151422

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/d064ec4523cd2f49c67136b7b84705846d19c90b_0.file.side.tpl.php
    Line: 43
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b47775ef5_14228348

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
    Line: 395
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 248
    Function: callBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 184
    Function: callBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 186
    Function: process

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 156
    Function: process

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/fbdaa42e51518f8881faeabdc1199f6dd175d1ce_0.file.base_index_layout.tpl.php
    Line: 88
    Function: instanceBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3cb92fa0_94546305

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 116
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
    Line: 71
    Function: endChild

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b473b42b6_33110538

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
    Line: 238
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
    Line: 116
    Function: _execute

    File: /www/wwwroot/homev2.kingsoft.jp/application/libraries/SmartyLibrary.php
    Line: 45
    Function: fetch

    File: /www/wwwroot/homev2.kingsoft.jp/application/controllers/ArticleController.php
    Line: 32
    Function: view

    File: /www/wwwroot/homev2.kingsoft.jp/public/index.php
    Line: 292
    Function: require_once

    A PHP Error was encountered

    Severity: Notice

    Message: Trying to access array offset on value of type null

    Filename: smarty/49292b3df7e5bd60f7381ff16c5ca4532cf9476f_0.file.card.tpl.php

    Line Number: 24

    Backtrace:

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/49292b3df7e5bd60f7381ff16c5ca4532cf9476f_0.file.card.tpl.php
    Line: 24
    Function: _error_handler

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3d136f97_11902452

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 384
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/08d1cc69876d91563afb9c1f4d21cc8b7b96caa4_0.file.tips.tpl.php
    Line: 41
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3d14aa11_83151422

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/d064ec4523cd2f49c67136b7b84705846d19c90b_0.file.side.tpl.php
    Line: 43
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b47775ef5_14228348

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
    Line: 395
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 248
    Function: callBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 184
    Function: callBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 186
    Function: process

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 156
    Function: process

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/fbdaa42e51518f8881faeabdc1199f6dd175d1ce_0.file.base_index_layout.tpl.php
    Line: 88
    Function: instanceBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3cb92fa0_94546305

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 116
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
    Line: 71
    Function: endChild

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b473b42b6_33110538

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
    Line: 238
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
    Line: 116
    Function: _execute

    File: /www/wwwroot/homev2.kingsoft.jp/application/libraries/SmartyLibrary.php
    Line: 45
    Function: fetch

    File: /www/wwwroot/homev2.kingsoft.jp/application/controllers/ArticleController.php
    Line: 32
    Function: view

    File: /www/wwwroot/homev2.kingsoft.jp/public/index.php
    Line: 292
    Function: require_once

  • " class="text-decoration-none w-100" target="_blank">

    A PHP Error was encountered

    Severity: Notice

    Message: Trying to access array offset on value of type null

    Filename: smarty/49292b3df7e5bd60f7381ff16c5ca4532cf9476f_0.file.card.tpl.php

    Line Number: 29

    Backtrace:

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/49292b3df7e5bd60f7381ff16c5ca4532cf9476f_0.file.card.tpl.php
    Line: 29
    Function: _error_handler

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3d136f97_11902452

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 384
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/08d1cc69876d91563afb9c1f4d21cc8b7b96caa4_0.file.tips.tpl.php
    Line: 41
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3d14aa11_83151422

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/d064ec4523cd2f49c67136b7b84705846d19c90b_0.file.side.tpl.php
    Line: 43
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b47775ef5_14228348

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
    Line: 395
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 248
    Function: callBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 184
    Function: callBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 186
    Function: process

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 156
    Function: process

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/fbdaa42e51518f8881faeabdc1199f6dd175d1ce_0.file.base_index_layout.tpl.php
    Line: 88
    Function: instanceBlock

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b3cb92fa0_94546305

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 386
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
    Line: 116
    Function: _subTemplateRender

    File: /www/wwwroot/homev2.kingsoft.jp/application/cache/smarty/597cefa22c7600eaa32b117569a9685c70819274_0.file.show.tpl.php
    Line: 71
    Function: endChild

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_resource_base.php
    Line: 123
    Function: content_66f26b473b42b6_33110538

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_template_compiled.php
    Line: 114
    Function: getRenderedTemplateCode

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_template.php
    Line: 217
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
    Line: 238
    Function: render

    File: /www/wwwroot/homev2.kingsoft.jp/application/third_party/smarty/libs/sysplugins/smarty_internal_templatebase.php
    Line: 116
    Function: _execute

    File: /www/wwwroot/homev2.kingsoft.jp/application/libraries/SmartyLibrary.php
    Line: 45
    Function: fetch

    File: /www/wwwroot/homev2.kingsoft.jp/application/controllers/ArticleController.php
    Line: 32
    Function: view

    File: /www/wwwroot/homev2.kingsoft.jp/public/index.php
    Line: 292
    Function: require_once

    game_banner
    おすすめ
    1. 引退青木宣親の元アナ妻、宮崎空港トラブルのファン気遣う「画面から飛び出すほどの愛と感謝を」

    2. 増長するイスラエルにくぎを刺す、イランの報復攻撃 背景に国内事情

    3. 【神戸】浦和ホイブラーテンの負傷場面に声明「意図的ではなかったものの危険なプレー」と謝罪

    4. 堀田茜がサントリーニ島での赤ドレス姿オフショット、裾持ちアシスト出川哲朗とのツーショットも

    5. 足の悪い母がいた場所に流木が… 豪雨で帰宅した息子が見た情景

    6. 元格闘家の須藤元気氏が出馬表明 衆院選・東京15区 無所属で

    7. ukaネイルオイル、15周年記念キャンペーン開始

    8. 52歳フリーアナが実名告白「顔が歩いてきた!」大物歌手とすれ違い「違う違う、そうじゃ…」

    9. 人気のアルコール3種が半額!焼肉食べ放題「じゅうじゅうカルビ」創業26周年記念イベント10/5より開催

    10. 杉村太蔵氏「反安倍の急先鋒」と「アベノミクス大推進役」共存の石破内閣に「何とも味わい深い」

    Starthome

    StartHomeカテゴリー

    Copyright 2024
    ©KINGSOFT JAPAN INC. ALL RIGHTS RESERVED.