如何使用 XAMPP 在 Windows 10 中安装 Typo3?
How to install Typo3 in Windows 10 with XAMPP?
我已经在 Windows 中安装了 XAMPP,它运行良好。但是当我安装 Typo3 版本 8 时它显示了一些错误
- PHP OpenSSL 扩展无效。
- PHP 扩展肥皂未加载。
- 当前目录不在当前路径中。
- 低 PHP 脚本执行时间。
- PHP max_input_vars 很低。
- Windows apache 线程堆栈大小。
But I can't able to fix the following:
PHP OpenSSL 扩展不工作。
PHP 扩展肥皂未加载。
当前目录不在当前路径中。
Windows apache 线程堆栈大小。
我该怎么办?
谢谢
这是 windows 服务器上 Apache 的完整配置。这适用于我的 windows 10 with SSL.
<script src="https://gist.github.com/GhanshyamBhava/41d3a34acc11cec2a4828b0d4b2c840f.js"></script>
希望这对你有用。
您好!
以上错误不是您需要担心的。
您不需要 openSSL 进行开发,它在没有 soap 的情况下工作(也许这被 TER 使用),您必须将所有 typo3 src 粘贴到根路径中,因为 windows 不支持符号链接。
但是如果你想让所有的事情都有效,你必须使用 vagrant
或 docker
。
Vagrant
需要 VirtualBox 或其他虚拟机工具。
但是 docker 有一个样板可供使用:https://github.com/webdevops/TYPO3-docker-boilerplate
我已经在 Windows 中安装了 XAMPP,它运行良好。但是当我安装 Typo3 版本 8 时它显示了一些错误
- PHP OpenSSL 扩展无效。
- PHP 扩展肥皂未加载。
- 当前目录不在当前路径中。
- 低 PHP 脚本执行时间。
- PHP max_input_vars 很低。
- Windows apache 线程堆栈大小。
But I can't able to fix the following:
PHP OpenSSL 扩展不工作。
PHP 扩展肥皂未加载。
当前目录不在当前路径中。
Windows apache 线程堆栈大小。
我该怎么办?
谢谢
这是 windows 服务器上 Apache 的完整配置。这适用于我的 windows 10 with SSL.
<script src="https://gist.github.com/GhanshyamBhava/41d3a34acc11cec2a4828b0d4b2c840f.js"></script>
希望这对你有用。
您好!
以上错误不是您需要担心的。 您不需要 openSSL 进行开发,它在没有 soap 的情况下工作(也许这被 TER 使用),您必须将所有 typo3 src 粘贴到根路径中,因为 windows 不支持符号链接。
但是如果你想让所有的事情都有效,你必须使用 vagrant
或 docker
。
Vagrant
需要 VirtualBox 或其他虚拟机工具。
但是 docker 有一个样板可供使用:https://github.com/webdevops/TYPO3-docker-boilerplate