查看: 113|回复: 9

3.5是不是不支持PHP8.3以上啊 New

[复制链接]

156

主题

357

回帖

626

积分

高级会员

积分
626
发表于 2025-11-28 12:07:14 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?立即注册

x
d1.png
推荐版本最多是8.2,我安装8.3网站直接一片空白。

免责声明

1.本网站所收集的部分公开资料来源于互联网,转载的目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。
2.如果您发现网站上有侵犯您的知识产权的作品,请与我们取得联系,我们会及时修改或删除。

上一篇:论坛社区发帖、回帖都扫描微信小程序二维码作为安全验证,真BT New
下一篇:建议:勋章、道具、排行榜三个频道增加 DIY 功能。 New

回复

使用道具 举报

159

主题

389

回帖

665

积分

高级会员

积分
665
发表于 2025-11-28 12:08:14 | 显示全部楼层
没有做过系统性测试,但大致切换看了下,包括最新的8.5好像总体来说都没问题
回复 支持 反对

使用道具 举报

128

主题

370

回帖

595

积分

高级会员

积分
595
发表于 2025-11-28 12:08:49 | 显示全部楼层
我是3.4升级到3.5的,8.3打开网站一片空白,这是兼容问题么?还是我PHP8.3没装好,但是宝塔的人又说安装成功就是可用。
回复 支持 反对

使用道具 举报

145

主题

352

回帖

601

积分

高级会员

积分
601
发表于 2025-11-28 12:09:10 | 显示全部楼层
插件兼容问题的可能性最大。纯净的我这边测试好像没白屏
回复 支持 反对

使用道具 举报

159

主题

389

回帖

665

积分

高级会员

积分
665
发表于 2025-11-28 12:09:30 | 显示全部楼层
应该是了,宝塔的客服说,有个人也是3.5然后7.4正常,切换到8以上空白,跟我一样
回复 支持 反对

使用道具 举报

145

主题

351

回帖

612

积分

高级会员

积分
612
发表于 2025-11-28 12:09:41 | 显示全部楼层
建议还是在要求的范围内,就算程序支持,也要考虑插件的兼容性的。
回复 支持 反对

使用道具 举报

114

主题

372

回帖

559

积分

高级会员

积分
559
发表于 2025-11-28 12:10:30 | 显示全部楼层
关键8.2也是一片空白
回复 支持 反对

使用道具 举报

170

主题

381

回帖

666

积分

高级会员

积分
666
发表于 2025-11-28 12:10:35 | 显示全部楼层
关闭插件试试,应该是插件不兼容吧
回复 支持 反对

使用道具 举报

145

主题

351

回帖

612

积分

高级会员

积分
612
发表于 2025-11-28 12:11:21 | 显示全部楼层
一定 发表于 2025-11-27 18:32
关键8.2也是一片空白
                                       
                d1.png             
            线上8.4.14实测,8.5本地实测也没问题,线上不方便切,这还是2023版本的X3.5,最新版的更加不会存在问题了。所以最可能就是某个插件存在兼容问题
        
   

.ce-block {    margin-bottom: 20px;}.ce-block__content,.ce-toolbar__content {        /* max-width:calc(100% - 50px) */        margin-left: auto;    margin-right: auto;}.image-tool {  --bg-color: #cdd1e0;  --front-color: #388ae5;  --border-color: #e8e8eb;}  .image-tool__image {    border-radius: 3px;    overflow: hidden;    margin-bottom: 10px;  }  .image-tool__image-picture {      max-width: 100%;      vertical-align: bottom;      display: block;      margin-left: auto;      margin-right: auto;    }  .image-tool__image-preloader {      width: 50px;      height: 50px;      border-radius: 50%;      background-size: cover;      margin: auto;      position: relative;      background-color: #cdd1e0;      background-position: center center;    }  .image-tool__image-preloader::after {        content: "";        position: absolute;        z-index: 3;        width: 60px;        height: 60px;        border-radius: 50%;        border: 2px solid #cdd1e0;        border-top-color: #388ae5;        left: 50%;        top: 50%;        margin-top: -30px;        margin-left: -30px;        animation: image-preloader-spin 2s infinite linear;        box-sizing: border-box;      }  .image-tool__caption[contentEditable="true"][data-placeholder]::before {      position: absolute !important;      content: attr(data-placeholder);      color: #707684;      font-weight: normal;      display: none;    }  .image-tool__caption[contentEditable="true"][data-placeholder]:empty::before {        display: block;      }  .image-tool__caption[contentEditable="true"][data-placeholder]:empty:focus::before {        display: none;      }  .image-tool--empty .image-tool__image {      display: none;    }  .image-tool--empty .image-tool__caption, .image-tool--loading .image-tool__caption {      display: none;    }  .image-tool .cdx-button {    display: flex;    align-items: center;    justify-content: center;  }  .image-tool .cdx-button svg {      height: auto;      margin: 0 6px 0 0;    }  .image-tool--filled .cdx-button {      display: none;    }  .image-tool--filled .image-tool__image-preloader {        display: none;      }  .image-tool--loading .image-tool__image {      min-height: 200px;      display: flex;      border: 1px solid #e8e8eb;      background-color: #fff;    }  .image-tool--loading .image-tool__image-picture {        display: none;      }  .image-tool--loading .cdx-button {      display: none;    }  /**   * Tunes   * ----------------   */  .image-tool--withBorder .image-tool__image {      border: 1px solid #e8e8eb;    }  .image-tool--withBackground .image-tool__image {      padding: 15px;      background: #cdd1e0;    }  .image-tool--withBackground .image-tool__image-picture {        max-width: 60%;        margin: 0 auto;      }  .image-tool--stretched .image-tool__image-picture {        width: 100%;      }  .image-tool__caption {                text-align: center;                font-size: 14px;                color: #a3a3a3;        }@keyframes image-preloader-spin {  0% {    transform: rotate(0deg);  }  100% {    transform: rotate(360deg);  }}.inline-code {  background: rgba(250, 239, 240, 0.78);  color: #b44437;  padding: 3px 4px;  border-radius: 5px;  margin: 0 1px;  font-family: inherit;  font-size: 0.86em;  font-weight: 500;  letter-spacing: 0.3px;}
回复 支持 反对

使用道具 举报

145

主题

352

回帖

601

积分

高级会员

积分
601
发表于 2025-11-28 12:11:38 | 显示全部楼层
其实主要是插件啦,你关闭部分插件试试看。我3.4升级3.5,很多老插件作者都找不到了,自己根据错误提示摸索升级的,目前还不支持8.1以上,最近打算用AI过一下试试
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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