Title: Blank Screen after installing plugin
Last modified: August 21, 2016

---

# Blank Screen after installing plugin

 *  Resolved [ilpoffice](https://wordpress.org/support/users/ilpoffice/)
 * (@ilpoffice)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/)
 * While logged in, I installed the Super Socializer plugin directly from WordPress.
   After installation, I clicked to one of our web pages and all I get is a white
   screen, no menus or ability to make changes. This is the same for every page 
   on our website. When I pull up a browser which is not logged in to our website,
   I can see the pages as normal and see that the “share the joy” buttons are there
   and working. How do I uninstall the plugin when I cannot see any options on my
   screen when I am logged in as an administrator? How can we fix this issue so 
   that we can still use the plugin?
 * [https://wordpress.org/plugins/super-socializer/](https://wordpress.org/plugins/super-socializer/)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/page/2/?output_format=md)

 *  Plugin Author [Rajat Varlani](https://wordpress.org/support/users/the_champ/)
 * (@the_champ)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/#post-4673182)
 * Navigate to “wp-content\plugins\super-socializer” folder under your WordPress
   root directory and rename “super-socializer.php” to something else. Plugin will
   be deactivated.
    The installation might be broken if internet connection was 
   interrupted. Can you install it after downloading manually from WordPress and
   then uploading the zip in admin panel?
 *  Thread Starter [ilpoffice](https://wordpress.org/support/users/ilpoffice/)
 * (@ilpoffice)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/#post-4673224)
 * How do I find my WordPress root directory?
 *  Plugin Author [Rajat Varlani](https://wordpress.org/support/users/the_champ/)
 * (@the_champ)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/#post-4673228)
 * You can navigate to your WordPress website root directory (in which you have 
   setup your website) using FTP application (like Filezilla).
 *  Thread Starter [ilpoffice](https://wordpress.org/support/users/ilpoffice/)
 * (@ilpoffice)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/#post-4673231)
 * Thanks, we got it uninstalled. When we tried to download manually and upload,
   we’re still getting the same problem where our site just gives a blank white 
   screen. Maybe we don’t have the right compatibility for the plugin? [http://www.ilp.org/](http://www.ilp.org/)
   I read on another thread that you couldn’t have a stand alone website. Is that
   true?
 *  Plugin Author [Rajat Varlani](https://wordpress.org/support/users/the_champ/)
 * (@the_champ)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/#post-4673235)
 * > Maybe we don’t have the right compatibility for the plugin?
 * Can you enable debugging in your website and then try activating the plugin? 
   If we can get any clue of the issue, I can help you with it.
    To enable debugging,
   open “wp-config.php” file, located under your WordPress root directory, in code
   editor. Find `define('WP_DEBUG', false);` and replace with `define('WP_DEBUG',
   true);`
 * > I read on another thread that you couldn’t have a stand alone website. Is that
   > true?
 * Probably, you haven’t read my comment on that…:)
    That was due to some misunderstanding
   at that user’s end. Plugin is compatible with standalone as well as multisite.
 *  Thread Starter [ilpoffice](https://wordpress.org/support/users/ilpoffice/)
 * (@ilpoffice)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/#post-4673261)
 * Oh good to know that it is at least compatible!
 * We found about 6 files with that name. None of them have the define (wp_debug)…
   code line.
 * We found another one that does have that line (“setup-config.php” It was in the:
   wp-admin folder that is in our root directory) changed it to true and then installed
   the plug-in. Same thing, and didn’t get any error messages. Do you know what 
   folder it would be in?
 *  Plugin Author [Rajat Varlani](https://wordpress.org/support/users/the_champ/)
 * (@the_champ)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/#post-4673305)
 * > We found about 6 files with that name. None of them have the define (wp_debug)…
   > code line.
 * Really? You have 6 “wp-config.php” files? Sounds weird.
    After activating plugin,
   when you see blank page, can you paste the HTML source of that blank page. So
   that I can get idea about the issue.
 * > Do you know what folder it would be in?
 * As I posted in previous reply, this file is in the WordPress website root folder.
 *  Thread Starter [ilpoffice](https://wordpress.org/support/users/ilpoffice/)
 * (@ilpoffice)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/#post-4673313)
 * Here is the link that comes up when we click “activate”:
 * [http://www.ilp.org/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=](http://www.ilp.org/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=)
 * If I close my browser so that I log out, then go to the website and click the
   login link:
 * –If I login through facebook icon on the login page it works okay.
    –If I login
   through the normal wordpress login box as user “admin”, I get a blank white screen
   with a box with the word admin in the middle.
 *  Thread Starter [ilpoffice](https://wordpress.org/support/users/ilpoffice/)
 * (@ilpoffice)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/#post-4673315)
 * When I right click on the white screen and click “view source” the popup is blank
   white as well.
 *  Plugin Author [Rajat Varlani](https://wordpress.org/support/users/the_champ/)
 * (@the_champ)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/#post-4673337)
 * Then it seems some issue with your website. There is some code that is triggered
   when you are logged in as admin.
    Deactivate the plugin and then login as admin
   at your website.
 *  [milotche](https://wordpress.org/support/users/milotche/)
 * (@milotche)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/#post-4673530)
 * I got the same problem. Admin and website are blank
 *  Plugin Author [Rajat Varlani](https://wordpress.org/support/users/the_champ/)
 * (@the_champ)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/#post-4673531)
 * [@milotche](https://wordpress.org/support/users/milotche/)
    To get an idea about
   the issue, try activating the plugin with debugging enabled. To enable the debugging,
   open “wp-config.php” file located in the root folder of your WordPress website.
   Search following code:
 * `define('WP_DEBUG', false);`
 * Replace the code searched above with following:
 * `define('WP_DEBUG', true);`
 * Save the file back. Replace existing file, if prompted.
 * Let me know if you see any errors.
 *  [milotche](https://wordpress.org/support/users/milotche/)
 * (@milotche)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/#post-4673532)
 * YEs
 *  Fatal error: Cannot redeclare class OAuthException in /xxxxxxxx/wp-content/themes/
   xxxxxx/inc/twitter_oauth.php on line 15
 *  Plugin Author [Rajat Varlani](https://wordpress.org/support/users/the_champ/)
 * (@the_champ)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/#post-4673533)
 * [@milotche](https://wordpress.org/support/users/milotche/)
    There is some issue
   in the mentioned file of your theme. Would you send me this file at lordofthechamps[
   at]gmail[dot]com so that I can send you updated file to fix this issue?
 *  [milotche](https://wordpress.org/support/users/milotche/)
 * (@milotche)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/#post-4673534)
 * Works . Thanks

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/page/2/?output_format=md)

The topic ‘Blank Screen after installing plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/super-socializer_714345.svg)
 * [Social Share, Social Login and Social Comments Plugin - Super Socializer](https://wordpress.org/plugins/super-socializer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/super-socializer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/super-socializer/)
 * [Active Topics](https://wordpress.org/support/plugin/super-socializer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/super-socializer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/super-socializer/reviews/)

## Tags

 * [problem](https://wordpress.org/support/topic-tag/problem/)
 * [website down](https://wordpress.org/support/topic-tag/website-down/)

 * 16 replies
 * 3 participants
 * Last reply from: [Rajat Varlani](https://wordpress.org/support/users/the_champ/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/blank-screen-after-installing-plugin-1/page/2/#post-4673535)
 * Status: resolved