男的舔女的下面视频在线播放-少妇愉情理仑片高潮日本-久久久久久国产一区二区三区-麻豆精品一区二区综合-国产精品超碰在线观看-网红极品女神精品视频在线-国产亚洲综合777-高清性视频一区二区播放-中文字幕第一页亚洲天堂

Discuz! 官方交流社區(qū)

標(biāo)題: php7.4沒(méi)問(wèn)題,php8.2有問(wèn)題 [打印本頁(yè)]

作者: thankyou99    時(shí)間: 2024-10-25 15:45
標(biāo)題: php7.4沒(méi)問(wèn)題,php8.2有問(wèn)題
(, 下載次數(shù): 69)

請(qǐng)教

升級(jí)到X3.5后,php7.4沒(méi)問(wèn)題,php8.2只要點(diǎn)開(kāi)板塊就這樣。但是如果登錄以后,就沒(méi)有這個(gè)問(wèn)題,可以正常打開(kāi)。請(qǐng)問(wèn)是什么原因呢?



作者: 湖中沉    時(shí)間: 2024-10-25 15:53
沒(méi)登陸怎么會(huì)調(diào)用upload上傳這個(gè)文件的?干啥操作呢?
作者: Discuz有償服務(wù)    時(shí)間: 2024-10-25 15:59
附件上傳設(shè)置可能有問(wèn)題
作者: thankyou99    時(shí)間: 2024-10-25 16:13
Discuz有償服務(wù) 發(fā)表于 2024-10-25 15:59
附件上傳設(shè)置可能有問(wèn)題

好的,我檢查看看
作者: thankyou99    時(shí)間: 2024-10-25 16:14
湖中沉 發(fā)表于 2024-10-25 15:53
沒(méi)登陸怎么會(huì)調(diào)用upload上傳這個(gè)文件的?干啥操作呢?

是這么奇怪的,啥也沒(méi)動(dòng),就是打開(kāi)板塊或帖子都會(huì)有錯(cuò)誤
作者: thankyou99    時(shí)間: 2024-10-25 16:46
Discuz有償服務(wù) 發(fā)表于 2024-10-25 15:59
附件上傳設(shè)置可能有問(wèn)題

具體指點(diǎn)一下,沒(méi)有頭緒啊,謝謝啦
作者: thankyou99    時(shí)間: 2024-10-25 16:50
補(bǔ)充:
搬家前php8.2可以正常打開(kāi),但搬家后就有這個(gè)問(wèn)題
作者: thankyou99    時(shí)間: 2024-10-25 16:53
error-log:

[25-Oct-2024 08:17:44 UTC] PHP Warning:  require(./source/class/class_core.php): Failed to open stream: No such file or directory in /home/x3mq7wcayisy/public_html/forum.php on line 15
[25-Oct-2024 08:17:44 UTC] PHP Fatal error:  Uncaught Error: Failed opening required './source/class/class_core.php' (include_path='.:/opt/alt/php82/usr/share/pear:/opt/alt/php82/usr/share/php:/usr/share/pear:/usr/share/php') in /home/x3mq7wcayisy/public_html/forum.php:15

諸位大俠幫分析一下,謝謝啦!
作者: 天外飄仙    時(shí)間: 2024-10-25 17:06
thankyou99 發(fā)表于 2024-10-25 16:53
error-log:

[25-Oct-2024 08:17:44 UTC] PHP Warning:  require(./source/class/class_core.php): Failed  ...

[25-Oct-2024 08:17:44 UTC] PHP Fatal error:  Uncaught Error: Failed opening required './source/class/class_core.php'

看看這個(gè)文件在不在……
作者: thankyou99    時(shí)間: 2024-10-25 20:56
天外飄仙 發(fā)表于 2024-10-25 17:06
[25-Oct-2024 08:17:44 UTC] PHP Fatal error:  Uncaught Error: Failed opening required './source/cla ...

/source/class/class_core.php
看了,這個(gè)文件在的
作者: 劉先生    時(shí)間: 2024-10-26 05:07
thankyou99 發(fā)表于 2024-10-25 20:56
/source/class/class_core.php
看了,這個(gè)文件在的

PHP不要搞那么高,7.4或7.4較穩(wěn)定
作者: 天外飄仙    時(shí)間: 2024-10-26 19:21
thankyou99 發(fā)表于 2024-10-25 20:56
/source/class/class_core.php
看了,這個(gè)文件在的

那你這個(gè) php錯(cuò)誤日志 就好 截圖的那個(gè)報(bào)錯(cuò)無(wú)關(guān)
作者: 1314學(xué)習(xí)網(wǎng)    時(shí)間: 2024-10-27 09:46
source\function\function_upload.php

找到
  1. $config['maxsizeperday'] = $_G['group']['maxsizeperday'] - $todayattachsize;
復(fù)制代碼
修改為
  1. $config['maxsizeperday'] = (int)$_G['group']['maxsizeperday'] - (int)$todayattachsize;
復(fù)制代碼



作者: thankyou99    時(shí)間: 2024-10-27 10:22
1314學(xué)習(xí)網(wǎng) 發(fā)表于 2024-10-27 09:46
source\function\function_upload.php

找到

非常感謝,困擾了好久,就是這個(gè),改了就正常了。
作者: coating112    時(shí)間: 2026-1-25 09:35
我這個(gè)是什么原因呢,用的godaddy,以前用的php7.4正常,后來(lái)用php7.4收費(fèi)了,就換成 php8.2就出現(xiàn)這個(gè)問(wèn)題了,請(qǐng)大俠幫忙看看,謝謝!; ...




歡迎光臨 Discuz! 官方交流社區(qū) (http://m.sdtechgong.com.cn/) Powered by Discuz! X5.0