回答編集履歴

1

内容の修正

2016/02/05 04:06

投稿

chinyato
chinyato

スコア241

test CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
 
4
4
 
5
- C_Helper_PageLayout.php L62 のgetTemplatePath()戻り値が空ではありませんか?
5
+ C_Helper_PageLayout.php L62 の$arrPageData[0]['filename']の値が空ではありませんか?
6
+
7
+
6
8
 
7
9
  ```PHP
8
10
 
@@ -12,6 +14,10 @@
12
14
 
13
15
  ```
14
16
 
15
- パスのecの後ろに//が入っているのも変で
17
+ $this->getTemplatePath($device_type_id)の戻り値もパスのecの後ろに//が入っていす。
16
18
 
17
19
  /home/jimocity/xxx/public_html/ec//data/Smarty/templates/default/.tpl
20
+
21
+
22
+
23
+ GC_Utils::gfPrintLog()を使って引数などの詳細なログを出力されてみたらどうでしょうか。