首页 > Web开发 > 详细

Use of undefined constant ture - assumed 'ture' (this will throw an Error in a future version of PHP)如何解决

时间:2021-05-29 17:41:57      阅读:30      评论:0      收藏:0      [点我收藏+]

  今天在安装一个wordpress模板时提示Use of undefined constant ture - assumed ‘ture‘ (this will throw an Error in a future version of PHP),看提示是需要把true用‘‘包起来,ytkah就试着把

array(
‘default‘ => ture,
),

  改成

array(
‘default‘ => ‘ture‘,
),

  问题解决

  安装模板的时候有提示php需要7.4版本,但实际使用是7.3,这个应该是php不同版本的使用方法不用引起的,有遇到相似问题的朋友可以试试

Use of undefined constant ture - assumed 'ture' (this will throw an Error in a future version of PHP)如何解决

原文:https://www.cnblogs.com/ytkah/p/14825263.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!