Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Please try to increase PHP memory limit.

    Hope that helps.

    Thank you.

    Parbhu Bissessar

    (@bissessarparbhu)

    I did increase the php memory limit but does not work as.. I receive the fatal error as well. Plugin could not be activated because it triggered a fatal error. Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 24 bytes) in C:\inetpub\wwwroot\wpsite\wp-includes\wp-db.php on line 2258

    I’ve disabled all the plugins, change the theme. change the php.ini file memory_limit = 2048M
    even change the .htaccess file php_value memory_limit 2048M

    as well as the wp-config.php file: define(‘WP_MEMORY_LIMIT’, ‘2048MB’);

    I even change the 2048 higher and lower but nothing works.

    Parbhu Bissessar

    (@bissessarparbhu)

    it’s working now! I have to manually activate the plugin:

    Got to mysql:
    change wordpress to your database name
    SELECT * FROM wordpress.wp_options WHERE option_name = ‘active_plugins’;

    Use this to assist you
    https://wordpress.stackexchange.com/questions/199798/activate-a-plugin-through-phpmyadmin-or-ftp

    the s value will be the length: 31
    i:11;s:31:”wp-tab-widget/wp-tab-widget.php”;

    Let me know if it works!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘i Can't activate the plugin.’ is closed to new replies.