简体   繁体   中英

Joomla installation infinite loop on delete/backup old tables

Joomla hangs on the first installation task (deletion/backup of old tables)

在此处输入图片说明

In the nginx access log I can see the following requests repeated infinitely:

XX.XXX.XXX.XXX - - [29/Jul/2017:04:27:17 +0200] "GET /installation/index.php?tmpl=body&view=install HTTP/1.1" 200 611 "https://example.com/installation/index.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36"
XX.XXX.XXX.XXX - - [29/Jul/2017:04:27:17 +0200] "POST /installation/index.php?task=InstallDatabase_remove HTTP/1.1" 200 361 "https://example.com/installation/index.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36"

No other errors being displayed or logged.

I'm using a MySQL database on a remote server and CentOS 7 for the Joomla installation.

已知问题,可用补丁: https : //github.com/joomla/joomla-cms/pull/17248

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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