chnchris

Results 5 comments of chnchris

copy官方的连接https://typecho.org/download 然后在linux shell里面wget https://github.com/typecho/typecho/releases/latest/download/typecho.zip,然后unzip ,我看了解压后的文件也没少。

文件权限改过了,权限认真检查过。来回倒腾好几次,每次都重现这个错误。安装1.3开发版也能重现。

看了下控制台日志,请教下这是啥意思?我是新手,不太懂php 2024/12/31 18:42:37 [error] 1599942#0: *13034 open() "/www/wwwroot/typecho/ws/v1/cluster/apps/new-application" failed (2: No such file or directory), client: xx.xx.92.18, server: blog.xx.com, request: "POST /ws/v1/cluster/apps/new-application HTTP/1.1", host: "xx.xx.226.49:8088" 2024/12/31 12:03:37 [error] 1599942#0: *13136...

域名映射到ip:8080,后台就是报这样奇怪的错,不知道咋解决,也没有清晰的日志。

> 知道原因了,因为设置了ssl,在install.php中加上define('**TYPECHO_SECURE**',true);就好了 试了还是不行,还是报一样的错误。无论有设置ssl还是没有设置ssl都报一样的错误。