php升级到4.3.2rc1的问题及处理.集
1. nuke/mainfile.php560行:
function formatTimestamp($time) {
global $datetime, $locale;
#commented by walte 2003-04-25
#setlocale ("LC_TIME", "$locale");
提示setlocale()函数 参数错误. 被我注释掉了.
2.
nuke/modules/Forums/include/functions_post.php
170行:
...
$subject = htmlspecialchars(trim($subject));
// Correct Chinese subjects
#$subject = mb_substr($subject,0,30);
}
出现 mb_substr()未定义的错误提示.
造成无法发出贴子.我把它注释掉了. 发贴恢复正常
页:
[1]