$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>http - Wordpress Rest API Error 502|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

http - Wordpress Rest API Error 502

matteradmin7PV0评论

My Website had problems dealing with attachments (uploading seemed to result in a HTTP Error quite often) so I dug around a little.

Developer Tools showed me that the /wp-admin/async-upload.php returns an Error 502 (at least for bigger pictures and maybe all jpeg).

I also tried manually rebuilding thumbnails, but the plugins' ajax calls (I used two) also returned 502.

I have already deactivated all plugins, didn't change anything. Only idea is that maybe some media size might cause a problem but I don't remember changing anything in that direction, it just stopped working... Though it's possible that there was a major core update in that time

 

List of sizes:

thumbnail: 150×150 Px
medium: 300×300 Px
medium_large: 768×0 Px
large: 1024×1024 Px
iphone: 320×9999 Px
iphone_2x: 640×9999 Px
ipad_hoch: 768×9999 Px
ipad_hoch_2x: 1536×5999 Px
ipad_quer: 1024×9999 Px
ipad_quer_2x: 2048×9999 Px
custom1: 1400×9999 Px
custom2: 1700×9999 Px
custom3: 1850×9999 Px
custom4: 2100×9999 Px
klein: 360×5999 Px
mittel: 720×5999 Px
riesig: 1139×5999 Px
riesig_2x: 2278×5999 Px
sow-carousel-default: 272×182 Px

(medium_large seems to be height 0?)

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far