rocky 发表于 2021-3-11 16:24:24

wordpress 主题xml导入失败,这么解决


[*]upload_max_filesize = 32M
[*]post_max_size = 32M
[*]max_execution_time = 300
[*]max_input_time = 300
[*]memory_limit = 256M

当然,如果没有安装 php-xml组件,则需要yum install php-xml 安装一下

页: [1]
查看完整版本: wordpress 主题xml导入失败,这么解决