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. BTC6.1万ドル台回復、10月上昇相場への期待に押し目買いが支える【フィスコ・暗号資産速報】

    2. 【10月3日生まれの著名人】宮川大助、白竜、石田ゆり子、TETSUYA、蛯原友里ら

    3. ルイ山田53世「ガッカリ感否めない」石破茂新総理のスタンスのブレ指摘「派閥のしがらみに…」

    4. NY外為:BTC6.1万ドル台回復、10月上昇相場への期待に押し目買いが支える

    5. SOPHIA「もう一度デビューする」11年ぶりミニアルバム「BOYS and」収録曲解禁

    6. バルセロナが引退表明した元ポーランド代表GKシュチェスニーと急きょ1年契約

    7. 【ACLE】混乱! 神戸が山東に勝利も終了間際に山東のラフプレーから騒動に発展

    8. 「究極の曲線美にうっとり」益田アンナ、目のやり場に困るほどにセクシーな"お姫様ショット"にファン大興奮!!

    9. 新車の買い方をわかりやすく解説!初めての方も迷わない購入ガイド

    10. 堂本剛「勇気をもらった」主演映画「まる」大阪芸大とコラボイベント

    Starthome

    StartHomeカテゴリー

    Copyright 2024
    ©KINGSOFT JAPAN INC. ALL RIGHTS RESERVED.