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 11:01] – [Too many redirects problem] add location of exactly where to add code lines 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 after | Adding the following lines of code at the after | ||
| Line 28: | 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.1660647685.txt.gz · Last modified: by antisa
