QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 869|回复: 0

php升级到4.3.2rc1的问题及处理.集

[复制链接]
发表于 2003-4-26 02:05:19 | 显示全部楼层 |阅读模式
1. nuke/mainfile.php
560行:
[code:1]
function formatTimestamp($time) {
    global $datetime, $locale;
#commented by walte 2003-04-25
    #setlocale ("LC_TIME", "$locale");

[/code:1]
提示setlocale()函数 参数错误. 被我注释掉了.

2.
nuke/modules/Forums/include/functions_post.php
170行: [code:1]
...
                $subject = htmlspecialchars(trim($subject));
                // Correct Chinese subjects
                #$subject = mb_substr($subject,0,30);
        }
[/code:1]
出现 mb_substr()未定义的错误提示.
造成无法发出贴子.  我把它注释掉了. 发贴恢复正常
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-23 00:36 , Processed in 0.043853 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表