- Edited
i try fix it
pip install --upgrade --force-reinstall pip==9.0.3
pip install xxx --disable-pip-version-check
pip install --upgrade pip
Now it works
But i get error when i create new website
service nginx reload failed. check issues with
nginx -t
command.
Check the log for details:tail /var/log/wo/wordops.log
and please try again
root@congthanh:/var/www# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
root@congthanh:/var/www# tail /var/log/wo/wordops.log
2020-01-03 13:29:51,261 (DEBUG) wo.core.logging : Changing permission of /var/lib/wo/cert.csv, Perm:384
2020-01-03 13:29:51,262 (DEBUG) wo.core.logging : Removing /var/www/domain.com
2020-01-03 13:29:51,263 (DEBUG) wo.core.logging : Removing /var/www/domain.com
2020-01-03 13:29:51,269 (DEBUG) wo.core.logging : dropping databasedomain_com_RT7O5pIg
2020-01-03 13:29:51,273 (DEBUG) wo.core.logging : Executing MySQL Statement : drop databasedomain_com_RT7O5pIg
2020-01-03 13:29:51,275 (DEBUG) wo.core.logging : dropping userdomaincdrDB
2020-01-03 13:29:51,279 (DEBUG) wo.core.logging : Executing MySQL Statement : drop userdomaincdrDB
@localhost
2020-01-03 13:29:51,284 (DEBUG) wo.core.logging : Executing MySQL Statement : flush privileges
2020-01-03 13:29:51,320 (INFO) wo : service nginx reload failed. check issues withnginx -t
command.
2020-01-03 13:29:51,320 (ERROR) wo : Check the log for details:tail /var/log/wo/wordops.log
and please try again