PONYGALLERY ML 2.4.0 中文版出错,求教!
建好类别,上传图片,建立菜单,然后在前台点击菜单,出现下面的错误:
Fatal error: [] operator not supported for strings in /home/csicwcom/public_html/mb/templates/mbt_macro_blue/index.php on line 92
92行附近的内容为:
$dir = $mosConfig_absolute_path . "/templates/mbt_macro_blue/images/headerimages";
$dh = opendir($dir);
while (false !== ($filename = readdir($dh))) {
$files[] = $filename;(第92行)
这些语句是显示我的首页页头图片的.....
怎么办?先谢谢了。