Welcome to Centmin Mod Community
Become a Member

Blank WordPress editor

Discussion in 'Bug Reports' started by Sean, Nov 10, 2015.

Tags:
  1. eva2000

    eva2000 Administrator Staff Member

    55,414
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    3:26 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    both haven't been updated in 2yrs so probably not wise to whitelist automatically - let end user decide for themselves the risk in doing so

     
  2. Simon Brown

    Simon Brown Member

    59
    6
    8
    Feb 9, 2017
    Ratings:
    +18
    Local Time:
    6:26 AM
    1.11.9
    Hi, just wanted to add some potentially useful info for people that still have this issue. For added security, I installed Wordpress in a (non-standard named) directory and pointed the index.php to the sub-directory Wordpress install. I was getting the 403 error on the tinymce php file so no one could use the rich-text editor. To fix the issue, make sure you add the non-standard directory structure to the wpsecure_YOUR-DOMAIN.com.conf

    location ~ ^/(WORDPRESS-INSTALL/wp-includes/js/tinymce/wp-tinymce.php) {
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,414
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    3:26 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+