camprr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media upload failingFinally got it. Checked the browser, and saw this:
<html> <head><title>413 Request Entity Too Large</title></head> <body> <center><h1>413 Request Entity Too Large</h1></center> <hr><center>nginx/1.18.0</center> </body> </html>NGINX? Yes, I have an NGINX (reverse-)proxy between the website and the interwebs.
Thought that was not important.. Sorry to waste everyone’s time!
Note to self: Check the WHOLE chain.. 🙁Forum: Fixing WordPress
In reply to: Media upload failing@gappiah absolute nothin in the debug log except this:
cat debug.log
[13-Jun-2022 08:28:35 UTC] PHP Notice: Undefined index: formats in /mnt/sda/html/wordpress/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-site-endpoint.php on line 894
(4 minutes ago, and I definitely did an upload):
[13/Jun/2022:10:27:24 +0200] “POST /wp-admin/admin-ajax.php HTTP/1.0” 200 577 “https://cycling.taniacampbell.de/wp-admin/upload.php” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.115 Safari/537.36”Forum: Fixing WordPress
In reply to: Media upload failingThanks. As mentioned, smaller images work, so I’m pretty sure the permissions are right.