Parbhu Bissessar
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Tab Widget] i Can't activate the plugin.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-ftpthe s value will be the length: 31
i:11;s:31:”wp-tab-widget/wp-tab-widget.php”;Let me know if it works!
Forum: Plugins
In reply to: [WP Tab Widget] It do not workit’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-ftpthe s value will be the length: 31
i:11;s:31:”wp-tab-widget/wp-tab-widget.php”;Let me know if it works!
Forum: Plugins
In reply to: [WP Tab Widget] i Can't activate the plugin.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 2048Mas well as the wp-config.php file: define(‘WP_MEMORY_LIMIT’, ‘2048MB’);
I even change the 2048 higher and lower but nothing works.
Forum: Plugins
In reply to: [WP Tab Widget] It do not workdoes 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 2048Mas well as the wp-config.php file: define(‘WP_MEMORY_LIMIT’, ‘2048MB’);
I even change the 2048 higher and lower but nothing works.
Forum: Plugins
In reply to: [Theme My Login] Password Reset IssuesHi 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?