2013-09-28 41 views
3

我一直在撞這個牆上的我的頭。我在AppEngine上運行WordPress,並且一切工作正常(followed the GAE install instructions),但我無法將圖像插入到帖子中。我已經安裝了GAE WP插件並且已經正確設置了雲存儲(我知道這是因爲上傳真的有效,當我在WP的左側導航欄中選擇媒體>庫時,我可以看到上傳內容)GA上的WP在帖子中插入圖像:「上傳中發生錯誤,請稍後再試。」

這裏是錯誤的我在日誌中可溼性粉劑管理員/異步upload.php的:

W 2013-09-28 12:05:02.529 
PHP Notice: Undefined variable: types in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 4385 
W 2013-09-28 12:05:02.529 
PHP Warning: array_keys() expects parameter 1 to be array, null given in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 4385 
W 2013-09-28 12:05:02.529 
PHP Warning: asort() expects parameter 1 to be array, null given in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 2231 
W 2013-09-28 12:05:02.529 
PHP Warning: Invalid argument supplied for foreach() in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 2232 
W 2013-09-28 12:05:02.529 
PHP Notice: Undefined variable: icon in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 4398 

這裏就是我的日誌中可溼性粉劑管理員/管理員-ajax.php得:

W 2013-09-28 12:05:03.683 
PHP Notice: Undefined variable: types in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 4385 
W 2013-09-28 12:05:03.683 
PHP Warning: array_keys() expects parameter 1 to be array, null given in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 4385 
W 2013-09-28 12:05:03.683 
PHP Warning: asort() expects parameter 1 to be array, null given in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 2231 
W 2013-09-28 12:05:03.683 
PHP Warning: Invalid argument supplied for foreach() in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 2232 
W 2013-09-28 12:05:03.683 
PHP Notice: Undefined variable: icon in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 4398 
W 2013-09-28 12:05:03.745 
PHP Notice: Undefined variable: types in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 4385 
W 2013-09-28 12:05:03.745 
PHP Warning: array_keys() expects parameter 1 to be array, null given in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 4385 
W 2013-09-28 12:05:03.745 
PHP Warning: asort() expects parameter 1 to be array, null given in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 2231 
W 2013-09-28 12:05:03.745 
PHP Warning: Invalid argument supplied for foreach() in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 2232 
W 2013-09-28 12:05:03.745 
PHP Notice: Undefined variable: icon in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 4398 
W 2013-09-28 12:05:03.751 
PHP Notice: Undefined variable: types in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 4385 
W 2013-09-28 12:05:03.751 
PHP Warning: array_keys() expects parameter 1 to be array, null given in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 4385 
W 2013-09-28 12:05:03.751 
PHP Warning: asort() expects parameter 1 to be array, null given in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 2231 
W 2013-09-28 12:05:03.751 
PHP Warning: Invalid argument supplied for foreach() in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 2232 
W 2013-09-28 12:05:03.751 
PHP Notice: Undefined variable: icon in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 4398 
W 2013-09-28 12:05:03.755 
PHP Notice: Undefined variable: types in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 4385 
W 2013-09-28 12:05:03.755 
PHP Warning: array_keys() expects parameter 1 to be array, null given in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 4385 
W 2013-09-28 12:05:03.756 
PHP Warning: asort() expects parameter 1 to be array, null given in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 2231 
W 2013-09-28 12:05:03.756 
PHP Warning: Invalid argument supplied for foreach() in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 2232 
W 2013-09-28 12:05:03.756 
PHP Notice: Undefined variable: icon in /base/data/home/apps/s~WPONGAE/wp.0000000000000000/wordpress/wp-includes/post.php on line 4398 

我在這裏錯過了什麼?感謝您的幫助。

回答

0

這不是最佳解決方案,但作爲臨時解決方案,我已經能夠通過抑制/includes/post.php中的錯誤來解決問題。基本上,AJAX調用在數據上遇到了一堆錯誤,不知道該如何處理,所以我只是在文件的頂部卡住了error_reporting(0);

0

你也可以用加法來消除這個消息「application_readable:真正的」以下映射在你的app.yaml

- url: /(.*\.(ico|jpg|png|gif))$ 
    static_files: wordpress/\1 
    upload: wordpress/.*\.(ico|jpg|png|gif)$ 
相關問題