首頁>Web>source

在本地主機上上傳圖片我不斷收到以下錯誤:

Post-processing of the image failed likely because the server is busy or does not have enough resources. stopping any upload, even the file is relatively small, few kb, 1290x720, or max 1980x1020 or similar.

尝試了通過添加来修改app / theme / theme_name / app / setup.php的方法

add_filter( ‘wp_image_editors’, function() { return array( ‘WP_Image_Editor_GD’ ); } );

没有成功。 仍然有同樣的問题。

使用以下方法建立了一个插件

add_filter( 'big_image_size_threshold', '__return_false' );

但仍然没有任何內容(每个尺寸的媒體設置上限為9999)

我缺少任何基本配置吗?

最好,最好! :笑脸:

編輯:PS:也無法使用"官方"插件…">://wpackagist.org/search?q = BIG + Image&type = any&search =

  • wordpress:wp_list_categories walker在具有子類別的類別上没有鏈接(以建立巢狀的下拉選單)
  • drupal:多值下載欄位的webform提交令牌