Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Plugins
    In reply to: fatal error after download
    Thread Starter hebrewslist

    (@hebrewslist)

    Thanks so much Clayton James, what you did, fixed the problem right away. (from another post)

    The other way I found online, wasn’t it solved.

    FOR OTHERS TO FOLLOW MY STEPS…

    1) Go to file manager

    2) Find wp-contents, click on it Go to plugins

    3) Search for the trouble some plugin that made the fatal error,

    4) delete that plugin

    5) all problems solved

    Forum: Plugins
    In reply to: Can Anyone Help Me?
    Thread Starter hebrewslist

    (@hebrewslist)

    Thanks so much Clayton James, what you did, fixed the problem right away.

    The other way I found online, wasn’t it solved.

    FOR OTHERS TO FOLLOW MY STEPS…

    1) Go to file manager

    2) Find wp-contents, click on, & it Go to plugins

    3) Search for the trouble some plugin that made the fatal error,

    4) delete that plugin

    5) all problems solved

    Forum: Plugins
    In reply to: Can Anyone Help Me?
    Thread Starter hebrewslist

    (@hebrewslist)

    I don’t think I am going to get much help here.

    I researched on my own…

    Looks like this is what I need to do, DISABLE THE PLUGIN BY USING phpMyAdmin in my control panel

    HERE’S THE INFORMATION I FOUND…

    How to disable all WordPress plugins directly from the database?

    You can easily disable all WordPress plugins directly from your database. This is useful when you have some problems with your WordPress installation such as not being able to log in to the admin area and/or having blank pages.

    To disable all plugins, log in to phpMyAdmin and select your WordPress database from the menu on the left.

    Browse the table wp_options and find the option active_plugins. Click the pencil icon to edit the table. Its content will vary, depending on what plugins you have enabled. For example, if you have the Akismet and Hello Dolly plugins enabled, the code there will be:

    a:2:{i:0;s:19:”akismet/akismet.php”;i:1;s:9:”hello.php”;}

    To disable all plugins, simply delete the code and click the Go button to save the change.

    The other option is to use the following query to disable all of your WordPress plugins:

    UPDATE wp_options SET option_value = ” WHERE option_name = ‘active_plugins’;

    Please note that disabling the plugins will not remove them from your WordPress application. They will simply be deactivated. You can easily activate them from your WordPress admin area at any time.

    Forum: Plugins
    In reply to: fatal error after download
    Thread Starter hebrewslist

    (@hebrewslist)

    My website is HebrewsList.com, if you wanted to look at it.

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