编程语言
首页 > 编程语言> > php-通过安装工具更新TYPO3核心中的异常

php-通过安装工具更新TYPO3核心中的异常

作者:互联网

当我尝试从installtool升级TYPO3版本时,出现以下异常.

Automatic TYPO3 CMS core update not possible: Folder structure has errors or warnings
To perform an update, the folder structure of this TYPO3 CMS instance must stick to the conventions, or the update process could lead to unexpected results and may be hazardous to your system

有人有答案吗?

解决方法:

如果您已经升级了typo3版本,请遵循以下几点.

>使用安装工具升级typo3版本.在typo3安装中必须要求符号链接,否则使用安装工具无法升级typo3版本,并出现以下异常.
>遵循以下符号链接结构

>解压缩typo3_src-7.6.x.zip
> ln -s typo3_src-7.6.x typo3_src
> ln -s typo3_src / index.php index.php
> ln -s typo3_src / typo3 typo3
> ln -s typo3_src /供应商
> cp typo3_src / _.htaccess ./

>安装文件夹结构也是服务器上的可写权限.

标签:typo3,php
来源: https://codeday.me/bug/20191118/2030958.html