你必须设置
增加您的memory limit 在wp配置中。php。
define( \'WP_MEMORY_LIMIT\', \'64M\' );
define( \'WP_MAX_MEMORY_LIMIT\', \'256M\' );
 增加
maximum execution time (max\\u execution\\u time)在php中。ini文件。或在中。htaccess php\\u值
max_execution_time或者我想去drupal,那里有好的模块,比如this