Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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!

    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!

    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)

    does not work as well.. 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)

    Hi Jeff, I have the version 6.4.1 with the latest wordpress and my password reset is not working. When I enter the password and then confirm new password it just overrides the password that I’ve just entered. How can I fix this problem?

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