wiki:wordpress_troubleshooting
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:wordpress_troubleshooting [2022/08/16 10:57] – [References] add using-a-reverse-proxy link antisa | wiki:wordpress_troubleshooting [2023/04/21 11:05] (current) – [See also] add nginx doesn't... antisa | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== Wordpress troubleshooting ====== | ====== Wordpress troubleshooting ====== | ||
| ===== Too many redirects problem ===== | ===== Too many redirects problem ===== | ||
| - | This happened after WP was installed without SSL and then after some days, SSL was added. | + | This happened after WP was installed without SSL and then after some days, SSL was added. It only happened when trying to access /wp-admin/ route. |
| - | Adding the following lines of code at the end of wp-config.php: | + | Adding the following lines of code at the after |
| + | //"/* Add any custom values between this line and the "stop editing" | ||
| if (strpos($_SERVER[' | if (strpos($_SERVER[' | ||
| Line 27: | Line 28: | ||
| * WP installed in docker container behind nginx, with Letsencrypt https | * WP installed in docker container behind nginx, with Letsencrypt https | ||
| + | |||
| + | ===== No new image thumbnails created when uploading new images ===== | ||
| + | Install php-gd package. On Debian Wheezy: | ||
| + | apt-get install php5-gd | ||
| + | |||
| + | service apache2 restart | ||
| ====== See also ====== | ====== See also ====== | ||
| * [[wiki: | * [[wiki: | ||
| + | * [[wiki: | ||
| ====== References ====== | ====== References ====== | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | * https:// | ||
wiki/wordpress_troubleshooting.1660647443.txt.gz · Last modified: by antisa
