一:phpmps修改日志
1,php4会出现Warning: Illegal string offset错误;
1:首页inex.php,20行添加$admin =array();
2:phpmpsincludeglobal.fun.php 1109行,添加$cat_info = array();
2,fckeditor 编辑器在chrome浏览器下回出现报错,获取不到焦点错误:IndexSizeError: Failed to execute 'getRangeAt' on 'Selection': 0 is not a valid index
3,view.php页面图片生产部出来;
解决办法:do.php 36行 case 'show':下面添加 ob_end_clean();可能原因是收到别处干扰,这样能生成干净的图片;