User Tools

Site Tools


wiki:wordpress_troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
wiki:wordpress_troubleshooting [2022/08/16 13:01] – [Too many redirects problem] add location of exactly where to add code lines antisawiki:wordpress_troubleshooting [2022/11/12 12:46] – add No new image thumbnails crea... 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:wordpress_nginx|Wordpress on nginx]]   * [[wiki:wordpress_nginx|Wordpress on nginx]]
Line 33: Line 39:
   * https://wordpress.stackexchange.com/questions/302965/too-many-redirects-only-when-trying-to-access-wp-admin-page   * https://wordpress.stackexchange.com/questions/302965/too-many-redirects-only-when-trying-to-access-wp-admin-page
   * https://wordpress.org/support/article/administration-over-ssl/#using-a-reverse-proxy   * https://wordpress.org/support/article/administration-over-ssl/#using-a-reverse-proxy
 +  * https://wordpress.stackexchange.com/questions/85803/no-thumbnails-generated
  
  
wiki/wordpress_troubleshooting.txt · Last modified: 2023/04/21 13:05 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki