Typo3 10.4.12 的全新安装无法启动

时间:2021-02-07 17:22:04

标签: php typo3-10.x

我使用的是 Server 2019 和 IIS。

我使用 Typo3 V9.x 没有问题,但我无法使用 V10.4。

糟糕,发生错误!

系统开始创建typo3temp,并在我得到的日志文件中:

for i in range(1,len(arr)):
    j=i
    # if i is smaller than previous
    # reduce j by 1 until it is not smaller than previous or it is at the start
    while arr[i] < arr[j-1] and j>0: 
        j-=1  
    x = arr.pop(i) # remove i index
    arr[j:j] = [x] # add x to the correct position on the left
    print(arr)

我的理解是,应该将“cache_Core”替换为“core”,但是为什么要尝试访问“cache_core”?

可能是什么问题?

1 个答案:

答案 0 :(得分:0)

这听起来像是文件缓存问题。首先尝试手动删除缓存文件夹:typ3temp/var/cache,如果这不起作用,请删除 var/cache 文件夹。 或者,如果您(一个月后)找到了其他解决方案(希望如此),请发布它!