ttodua
Forum Replies Created
-
When do you plan to release the new version?
Any news please? this is reproducable and a relatively easy to fix
Forum: Plugins
In reply to: [WooCommerce] Warning: Undefined array key “product_ids”as i remember i have made a reconnect several times and it was still shown. debugging the unexpected errors might be in your interests to be fixed, I had attached the backtrace and your developers can revise the array access & error causes on that line. anyway, i’ve gone over that problem.
Forum: Plugins
In reply to: [Checkout.com Payment Gateway] Plugin throws errorsin lib/class-chechout.php in construct>get_option, there is no default, so it gets empty value. to workaround that, you should go to plugin’s settings page once and click save, so it would save some default options. then refresh page
Forum: Plugins
In reply to: [WooCommerce] Warning: Undefined array key “product_ids”here is system status: https://pastebin.com/YPP8VyQp
i dont think i have any conflicting plugins, i only have official few woocommerce plugins
uh oh 🙂
please check now
Thanks for report! I have pushed an update, please check new version and let me know
Forum: Plugins
In reply to: [WP phpMyAdmin] Not working when using Redis as PHP Session Handlermight be related: https://stackoverflow.com/questions/66083625/redis-causes-errors-in-phpmyadmin
or maybe ask on phpmyadmin github repo itself, because seems that’s related to pma itself, not plugin
Forum: Plugins
In reply to: [WP phpMyAdmin] Not working when using Redis as PHP Session Handlerat this moment, we can only address very important updates for plugin, no further/detailed support expected.
If you find solution or any other users would share, we might consider including that in plugin.
- This reply was modified 2 years, 1 month ago by ttodua.
Forum: Plugins
In reply to: [WP phpMyAdmin] phpMyAdmin interface accessible while plugin deactivatedThanks, feel free to report anything you might find out
Forum: Plugins
In reply to: [WP phpMyAdmin] phpMyAdmin interface accessible while plugin deactivatedThanks for report.
PhpMyAdmin works with sessions, which is not linked with WordPress. To exit from PhpMyAdmin, there you have to explicitly click “Log Out” button which is on left top side. Even if you won’t logout manually, the session expires in 1 hour by default anyway.
When pushing this plugin, we have also considered that logging out from WordPress could also trigger log-out from PhpMyAdmin session, but, as PMA is strictly recommended for development purposes, people might use it to migrate/import databases/users etc, and it’s important to have access to PMA during that debug process (while you might have all plugins disabled or even fully deleted database, thus effectively logged out from WP. however, it will only last up to 1 hour).
But I will give it a second thought and might push an update to plugin, which might optionally trigger PMA logout during wordpress logout.
- This reply was modified 2 years, 2 months ago by ttodua.
Forum: Plugins
In reply to: [WP phpMyAdmin] Fatal errors since last upgradeThanks for report! u’r welc.
Forum: Plugins
In reply to: [WP phpMyAdmin] Undefined function Puvox\mb_ereg_replace()Thanks for the report!
we will update that function!
Forum: Plugins
In reply to: [WP phpMyAdmin] Recent Update Crashes Siteshere is trunk/svn link: https://plugins.svn.ww.wp.xz.cn/wp-phpmyadmin-extension/trunk/library.php
and it seems to be correct. not?
maybe you try to delete the plugin and re-install on your site.Forum: Plugins
In reply to: [WP phpMyAdmin] Error 403The problem does not come from the plugin itself.
You might have WordFence, Solid Security, Sucuri or other, where you might have option “disable PHP in plugins” selected, thus your .htaccess probably forbids accessing it. If you disable that option, you might enter phpmyadmin