IPBoard错误解析错误:语法错误,意外T_STRING

时间:2013-06-26 21:18:02

标签: php html

我在尝试安装皮肤/主题时遇到IPBoard这个错误。当我将它应用到我的论坛时,我收到此消息:

Parse error: syntax error, unexpected T_STRING in /home/a7952789/public_html/forum/cache/skin_cache/cacheid_7/skin_global.php on line 83

所以我决定检查它,我重新解析它,它说CODE没有错误。这是确切的代码行:

$this->functionData['globalTemplate'][$count_3b65c7bc63b10c5a7f84294eb9b75dd2]['array_header_items'] = $array header_items;

1 个答案:

答案 0 :(得分:0)

$array header_items没有任何意义。它可能是$array_header_items的拼写错误,虽然很难猜出它应该是什么。