无法为WordPress主题导入前端数据

演示安装

我正在尝试以WordPress主题”开始演示安装”, 但是要花很长时间(如图所示)才能安装

注意:我使用的是本地WordPress


#1


可能是上传文件大小的问题, 你可以增加它后再试一次吗

1. Function.php
 @ini_set( 'upload_max_size' , '64M' );
@ini_set( 'post_max_size', '64M');
@ini_set( 'max_execution_time', '300' );

2. php.ini
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300

3. .htacess
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300

来源:

https://www.srcmini02.com/64828.html

微信公众号
手机浏览(小程序)

Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(): Failed to enable crypto in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(https://static.shanhubei.com/qrcode/qrcode_viewid_41215.jpg): failed to open stream: operation failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57
0
分享到:
没有账号? 忘记密码?