starthome-logo 無料ゲーム
starthome-logo

【ゲーム業界用語集】Tickとは|意味や解説


Tickとは|定義

「Tick」とは、ゲーム開発において、一定の頻度で処理される更新イベントを表す用語です。
アニメーションやユーザーの入力処理など、ゲーム内で発生するイベントを進行させるために必要な要素で、ゲーム開発では抑えておきたい概念です。

Tickとは|解説

「Tick」の要素を詳しく解説します。

「Tick Rate(ティックレート)」

どの程度の頻度で処理が行われるかを表すものとして「Tick Rate(ティックレート)」があります。

ゲームの滑らかさや没入感に直結する値で、プレイヤー位置、攻撃の当たり判定、ゲーム内時間の進行など、Tickにより管理・更新される要素の指標となっています。

オンラインゲームではネットワーク通信効率にも影響を与えるため、重要な要素と言えます。

フレームレートとの関係

「Tick」「フレームレート」には密接な関連があります。

一般的に、フレームが描画されると連動してTickが呼び出され、ゲーム内の要素(オブジェクトやシステム)が更新されます。

フレームレートが高い場合、その分Tickも頻繁に呼び出され、ゲーム内イベントや処理が頻繁に更新されます。
反対に、フレームレートが低い場合は、Tickが呼び出される頻度も少なくなり、処理頻度が低下します。

総じて、フレームレートとTickは、ゲームやアプリケーションが実行されるタイムスケールや処理の頻度を制御する重要な要素となっています。これにより、アニメーションや物理エンジン、ゲームロジックなどを滑らかに動作させます。

プラットフォームによる差

異なるプラットフォームでは、Tickによりパフォーマンスの差異が生じることがあります。

処理性能による差

GPU(Graphics Processing Unit)やCPU(Central Processing Unit)の性能が、フレームレートや連動するティックレートのパフォーマンスに直結するため、ゲーム表現に大きな影響を与えます。

特に、高度なグラフィックスや処理を要求するゲームの場合、プラットフォームによる性能差が大きく出ます。
 

最適化により発生する差

ゲームは開発の際に各プラットフォーム毎に最適化されるため、こちらでもティックレートに影響が出ます。

ネットワーク環境による差

オンラインゲームの場合、ネットワーク通信状況がゲームのフレームレートやティックレート処理に影響を与えます。
ネットワーク通信環境はプラットフォーム性能に依存する側面もあるため、それにより差が出ることがあります。

Unreal Engineとの関係

「Tick」は特に、ゲーム開発エンジン「Unreal Engine(アンリアルエンジン)」で実行される処理を限定的に示す用語として使われる場合もあるため、Unreal Engineとの関係も解説します。

Tickノード

アンリアルエンジンには「Tickノード」というものが存在しています。

「Tickノード」を使うことで、ゲーム内のオブジェクトが一定の間隔でアップデートされ、動作や挙動が定期的に変更されます。
これによって、キャラクターの動きやアニメーション、ゲームの進行が滑らかに行われるようになります。

簡単に言うと、「Tickノード」は時間ごとに何かしらの処理をするための「指示書」のようなもので、これによってゲーム内のオブジェクトに動きが生まれます。

関連記事

参考リンク

    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. 【欧州CL】フェイエ上田綺世はPK失敗、CL初ゴールお預け チームは22年ぶりのアウェー戦勝利

    2. 19年解散「Kalafina」復活 3人組、唯一無二のハーモニー ファンの思いに決意の再集結

    3. 小野寺結衣、久慈暁子&團遥香とランチ3ショットに反響「美人3人凄い」「超絶可愛すぎる」

    4. 眞栄田郷敦が離婚していた 兄の真剣佑とそろっての電撃結婚発表からわずか1年8カ月で

    5. 73歳中村雅俊がシニア世代にエール「気の持ち方が大切」最近は8時間睡眠で健康維持

    6. ポーウィン、KKRから2億ドルの資本を調達し、エネルギー貯蔵分野での成長とイノベーションを強化

    7. 矢口真里、次男ギャン泣きの誕生日祝いコスプレ披露 夫婦でリアルメイク人気キャラ扮するも

    8. ネットスカウトの「2024年上半期脅威インテリジェンス・レポート」により、DDoS攻撃の急増とハクティビスト活動の活発化が世界の重要インフラに対する脅威となっていることが判明

    9. 宮迫博之5年ぶり地上波復帰、冠番組がテレ玉で10・7開始 放送可否に影響及ぶ可能性懸念か

    10. イスラエル軍、1日あたり最多の8人死亡 レバノン地上侵攻で

    Starthome

    StartHomeカテゴリー

    Copyright 2024
    ©KINGSOFT JAPAN INC. ALL RIGHTS RESERVED.