简体   繁体   English

Typo3 11.5 和 10.4 通过 Composer 安装并且从 zip 安装失败,这是否可以再使用 Typo3?

[英]Typo3 11.5 and 10.4 install via Composer and from zip fails, is this possible to use Typo3 anymore?

I tried to install Typo 3 11.5 from zip and Composer and the result was 404 to Backend.我尝试从zip和 Composer 安装Typo 3 11.5 ,结果是404到后端。 In log files, there is no information.在日志文件中,没有任何信息。 I tried some topics with config in files but I don't have these config files.我在文件中尝试了一些带有配置的主题,但我没有这些配置文件。

Next, I tried to install 10.4 via composer and it failed:接下来,我尝试通过 composer 安装10.4 ,但失败了:

Script typo3cms install:fixfolderstructure handling the typo3-cms-scripts event returned with error code 255 Script @typo3-cms-scripts was called via post-autoload-dump脚本typo3cms install:fixfolderstructure 处理返回的typo3-cms-scripts 事件并返回错误代码255 脚本@typo3-cms-scripts 是通过post-autoload-dump 调用的

in:在:

\public\typo3\sysext\core\Classes\Database\Driver\PDOStatement.php on line 67 \public\typo3\sysext\core\Classes\Database\Driver\PDOStatement.php 在第 67 行

I followed the Installation Guide from the website every time.我每次都遵循网站上的安装指南。

I am not sure you can help me with this pure "error log" above but:我不确定您是否可以帮助我处理上面的纯“错误日志”,但是:

Does someone install Typo3 successfully last time, could you provide some information how you did it?上次有人成功安装了Typo3 ,您能提供一些信息吗?

PS Every .zip pckage has public folder missing and it doesn't create after installation complete. PS 每个 .zip pckage 都缺少public ,并且在安装完成后不会创建。 But the installation guide require public folder:但安装指南需要public

cd public
mklink /d typo3_src ..\typo3_src-10.4.x
mklink /d typo3 typo3_src\typo3
mklink index.php typo3_src\index.php

I cannot do this step.我不能做这一步。 Source: https://docs.typo3.org/m/typo3/guide-installation/10.4/en-us/QuickInstall/GetAndUnpack/Index.html来源: https ://docs.typo3.org/m/typo3/guide-installation/10.4/en-us/QuickInstall/GetAndUnpack/Index.html

Is mod rewrite activated for your hosting environment?是否为您的托管环境激活了 mod rewrite?

Starting with TYPO3 11 the backend uses proper routing which also needs mod_rewrite (or similar configuration for nginx) in the Backend.从 TYPO3 11 开始,后端使用正确的路由,这也需要后端中的 mod_rewrite(或类似的 nginx 配置)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM