论坛论坛发帖html功能,论坛发帖报错解决方法

报错模式:

PHP Warning: Illegal string offset 'special' in E:\xxx...\wwwroot\论坛\forumdata\templates\1_post_newthread.tpl.php on line 380

PHP Warning: Illegal string offset 'special' in E:\xxx...\wwwroot\论坛\forumdata\templates\1_post_newthread.tpl.php on line 382

原由:晋级PHP版本后出现报错题目

论坛版本:Discuz! 6.1.0

打点方法:

找到\bbs\forumdata\templates\1_post_newthread.tpl.php

掀开1_post_newthread.tpl.php文件,最佳使用DW软件发展编纂,防御记事本编辑涌现网页乱码问题。

找到378行

将如下代码:

if($special == 1) { ?>

后盾质料

} elseif($thread['special'] == 2 && $isfirstpost) { ?>

柜台商品简介

} elseif($thread['special'] == 2 && $special == 2) { ?>

商品形貌

} elseif($special == 3 && $allowpostreward) { ?>

填补资料

} elseif($special == 4 && $allowpostactivity) { ?>

勾当说明

} elseif($special == 5) { ?>

if($allowpostdebate && $isfirstpost || $action == 'newthread') { ?>

靠山原料

} else { ?>

态度

} ?>

} else { ?>

形式

} ?>

修正为

if(is_array($val))

{if($special == 1) { ?>

背景资料

} elseif($thread['special'] == 2 && $isfirstpost) { ?>

柜台商品介绍

} elseif($thread['special'] == 2 && $special == 2) { ?>

商品描述

} elseif($special == 3 && $allowpostreward) { ?>

增补资料

} elseif($special == 4 && $allowpostactivity) { ?>

活动注明

} elseif($special == 5) { ?>

if($allowpostdebate && $isfirstpost || $action == 'newthread') { ?>

后援资料

} else { ?>

立场

} ?>

} else { ?>

模式

}} ?>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值