Title: uncooluser's Replies | WordPress.org

---

# uncooluser

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Server 500 Internal Error on Admin Panel Pages](https://wordpress.org/support/topic/server-500-internal-error-on-admin-panel-pages/)
 *  Thread Starter [uncooluser](https://wordpress.org/support/users/uncooluser/)
 * (@uncooluser)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/server-500-internal-error-on-admin-panel-pages/#post-9883603)
 * Final Update:
 * After a bunch of time spent on this, I ended up needing to go into PHPMyAdmin
   and deactivating all plugins manually, which fixed the issue.
 * Sauce:
    `https://www.ostraining.com/blog/wordpress/disable-a-wordpress-plugin/`
 * I was able to narrow it down to a combo issue, where a few plugins were the culprits
   after the caching.
 * I’ll be trying this plugin again later but for now 😐
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Minify via disk is currently disabled](https://wordpress.org/support/topic/minify-via-disk-is-currently-disabled-3/)
 *  [uncooluser](https://wordpress.org/support/users/uncooluser/)
 * (@uncooluser)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/minify-via-disk-is-currently-disabled-3/#post-9883217)
 * You may want to check and make sure your .htaccess file has the appropriate permissions.
 * If that doesn’t work, and it has the appropriate tags, make sure you check your
   server to make sure it’s strong enough to process that request. If possible, 
   look into increasing your php.ini limits.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Server 500 Internal Error on Admin Panel Pages](https://wordpress.org/support/topic/server-500-internal-error-on-admin-panel-pages/)
 *  Thread Starter [uncooluser](https://wordpress.org/support/users/uncooluser/)
 * (@uncooluser)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/server-500-internal-error-on-admin-panel-pages/#post-9882732)
 * UPDATE:
 * I checked the WP-Settings.php file, and saw some other lines in there
 *     ```
       if ( WP_CACHE && apply_filters( 'enable_loading_advanced_cache_dropin', false ) ) {
       	// For an advanced caching plugin to use. Uses a static drop-in because you would only want one.
       	WP_DEBUG ? include( WP_CONTENT_DIR . '/cache.php' ) : @include( WP_CONTENT_DIR . '/cache.php' );
   
       	// Re-initialize any hooks added manually by advanced-cache.php
       	if ( $wp_filter ) {
       		$wp_filter = WP_Hook::build_preinitialized_hooks( $wp_filter );
       	}
       }
       ```
   
 * Which I removed. Back end is still where it was, but I wanted to share that I
   discovered this bit of code.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Members - Membership & User Role Editor Plugin] disable settings tab for a user role](https://wordpress.org/support/topic/disable-settings-tab-for-a-user-role/)
 *  [uncooluser](https://wordpress.org/support/users/uncooluser/)
 * (@uncooluser)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/disable-settings-tab-for-a-user-role/#post-9773313)
 * [https://github.com/justintadlock/members/blob/master/readme.md#shortcodes](https://github.com/justintadlock/members/blob/master/readme.md#shortcodes)

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