Title: zingf500's Replies | WordPress.org

---

# zingf500

  [  ](https://wordpress.org/support/users/zingf500/)

 *   [Profile](https://wordpress.org/support/users/zingf500/)
 *   [Topics Started](https://wordpress.org/support/users/zingf500/topics/)
 *   [Replies Created](https://wordpress.org/support/users/zingf500/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/zingf500/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/zingf500/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/zingf500/engagements/)
 *   [Favorites](https://wordpress.org/support/users/zingf500/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Editor Tools] Gutenberg and Classic Editor](https://wordpress.org/support/topic/gutenberg-and-classic-editor/)
 *  [zingf500](https://wordpress.org/support/users/zingf500/)
 * (@zingf500)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/gutenberg-and-classic-editor/#post-11046901)
 * Bump! Ditto this observation on a fresh install of WordPress 5.0.2. Installed
   both as plugins as well, even though Gutenberg is included; same behavior. I 
   also have a version of Elementor installed if that makes a difference?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [White Screen after editing PHP – getting FTP access](https://wordpress.org/support/topic/white-screen-after-editing-php-getting-ftp-access/)
 *  [zingf500](https://wordpress.org/support/users/zingf500/)
 * (@zingf500)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/white-screen-after-editing-php-getting-ftp-access/#post-6593051)
 * i should probably note that the **WP-Super-Cache** plugin isn’t even installed
   or activated.
 * Disabling the WP-CACHE to ‘false’ didn’t solve anything, and no debug entry was
   made.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [White Screen after editing PHP – getting FTP access](https://wordpress.org/support/topic/white-screen-after-editing-php-getting-ftp-access/)
 *  [zingf500](https://wordpress.org/support/users/zingf500/)
 * (@zingf500)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/white-screen-after-editing-php-getting-ftp-access/#post-6593050)
 * Hello kind folks – adding my troubles to this thread which is dead-on what my
   issue is. Could someone take a look at this and steer me in the right direction??
 * **Scenario:**
    While troubleshooting an image permission “parent directory writable
   by server?” in the WordPress 4.4.x install i have running, i decided to troubleshoot
   it by adding something to my WP-CONFIG.PHP file, which was:
 *  `define(UPLOADS, 'wp-content/uploads');`
 * as the last line, and was saved and uploaded to FTP.
    Then came the WHITE SCREEN
   OF DEATH! In a panic, I grabbed the original file and uploaded that. Still nothing.
   My admin panel is alive and well, just not the front-facing blog itself.
 * DEBUG throws this out:
    `Warning: include(/var/www/MyWebsite.org/web/content/
   blog/wp-content/advanced-cache.php): failed to open stream: Permission denied
   in /var/www/MyWebsite.org/web/content/blog/wp-settings.php on line 74 Warning:
   include(): Failed opening '/var/www/MyWebsite.org/web/content/blog/wp-content/
   advanced-cache.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/
   php') in /var/www/MyWebsite.org/web/content/blog/wp-settings.php on line 74`
 * and my WP-CONFIG.PHP looks like this:
 *     ```
       <?php
       /**
        */
   
       // ** MySQL settings - You can get this info from your web host ** //
       /** The name of the database for WordPress */
       define( 'WPCACHEHOME', '/mnt/stor10-wc2-dfw1/567388/MySite.org/web/content/blog/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager
       define('WP_CACHE', true); //Added by WP-Cache Manager
       define('DB_NAME', 'something');
   
       /** MySQL database username */
       define('DB_USER', 'something');
   
       /** MySQL database password */
       define('DB_PASSWORD', 'something');
   
       /** MySQL hostname */
       //define('DB_HOST', 'mysql51-25.wc2.dfw122.stabletransit.com');
       define('DB_HOST', 'localhost');
   
       /** Database Charset to use in creating database tables. */
       define('DB_CHARSET', 'utf8');
   
       /** The Database Collate type. Don't change this if in doubt. */
       define('DB_COLLATE', '');
   
       /**#@+
        * Authentication Unique Keys and Salts.
        *
        * Change these to different unique phrases!
        * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
        * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
        *
        * @since 2.6.0
        */
       define("DISALLOW_FILE_EDIT", TRUE);
       define('AUTH_KEY',         'something');
       define('SECURE_AUTH_KEY',  'something');
       define('LOGGED_IN_KEY',    'something');
       define('NONCE_KEY',        'something');
       define('AUTH_SALT',        'something');
       define('SECURE_AUTH_SALT', 'something');
       define('LOGGED_IN_SALT',   'something');
       define('NONCE_SALT',       'something');
   
       /**#@-*/
   
       /**
        * WordPress Database Table prefix.
        *
        * You can have multiple installations in one database if you give each a unique
        * prefix. Only numbers, letters, and underscores please!
        */
       $table_prefix  = 'wp_';
   
       /**
        * WordPress Localized Language, defaults to English.
        *
        * Change this to localize WordPress. A corresponding MO file for the chosen
        * language must be installed to wp-content/languages. For example, install
        * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
        * language support.
        */
       define('WPLANG', '');
   
       /**
        * For developers: WordPress debugging mode.
        *
        * Change this to true to enable the display of notices during development.
        * It is strongly recommended that plugin and theme developers use WP_DEBUG
        * in their development environments.
        */
   
        define('WP_DEBUG', true);
   
       /* That's all, stop editing! Happy blogging. */
   
       /** Absolute path to the WordPress directory. */
       if ( !defined('ABSPATH') )
       	define('ABSPATH', dirname(__FILE__) . '/');
   
       /** Sets up WordPress vars and included files. */
       require_once(ABSPATH . 'wp-settings.php');
       ```
   
 * I appreciate any and all suggestions! I’m filling in for a now-gone developer
   and obviously way over my designer head. Time to make the backup file.
 * Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)