Beherit
Forum Replies Created
-
Forum: Plugins
In reply to: [Ejabberd Account Tools] How to debugOk, I fixed it. Please reinstall development version: https://downloads.www.ads-software.com/plugin/ejabberd-account-tools.zip
Forum: Plugins
In reply to: [Ejabberd Account Tools] How to debugNo, it’s something else. Check what it is on the Response tab. Try to enable errors in PHP, maybe there is some bug in code.
Okay I know what is going on, I working on fix.
- This reply was modified 4 years, 6 months ago by Beherit.
Forum: Plugins
In reply to: [Ejabberd Account Tools] How to debugThe plugin doesn’t correctly handle your site’s permalink settings. I just released a fix, please download and install development version: https://downloads.www.ads-software.com/plugin/ejabberd-account-tools.zip It should be working right now ??
Forum: Plugins
In reply to: [Ejabberd Account Tools] How to debugHello! You must open the browser console on the page where you added the form. Then filter XHR response on the network tab. There you should see the plugin request and response with additional debug information from ejabberd server.
Forum: Everything else WordPress
In reply to: Plugin not updating after SVN commitI have this same issue – over half an hour ago I released a new version of my plugin and I still can’t see the update: https://www.ads-software.com/plugins/grecaptcha/
Forum: Plugins
In reply to: [Simple Comment Notification] Translate with Loco Translate pluginHello! Please use official WordPress translating tool or put your custom translations in the folder
/wp-content/languages/plugins
. Remember to properly add file name e.g.simple-comment-notification-pl_PL.po
andsimple-comment-notification-pl_PL.mo
.Forum: Plugins
In reply to: [CAPTCHA 4WP - Antispam CAPTCHA solution for WordPress] Integration problemI haven’t found function to execute captcha so I decided to write my own captcha plugin.
I resolved issue by creating “Domain Service” in Search Console for my website.
I have this same error. URL:
I have 2 sites, one pass setup without error and what is strange that this sites have a similar configuration (plugins, theme etc).
Forum: Plugins
In reply to: [Autoptimize] Site issues after a whileNowhere :/
Forum: Plugins
In reply to: [Autoptimize] Site issues after a whileEverything is working perfectly now ??
Forum: Plugins
In reply to: [Autoptimize] Site issues after a whileTake a look at your code ?? function cronjob() runs on this cronjob because you add action for it ?? And this function runs autoptimizeCache::delete_advanced_cache_clear_artifacts(); that removes files. No, it is not something else. I double checked it e.g. by manually runing cronjob ao_cachechecker.
Forum: Plugins
In reply to: [Autoptimize] Site issues after a whileI have this same issue but I found what is responsible for that. Unfortunately this plugin have a cron job where files are deleting. I mean cron jon “ao_cachechecker” where function “autoptimizeCache::delete_advanced_cache_clear_artifacts()” deletes a good files, not only artifacts… It’s critical bug, please fix it asap.
Forum: Plugins
In reply to: [WP Fastest Cache] Page with query stringMore specific – on page I load registration form to my backend service, users must confirm registration by mail and they are redirected to this same page but with some code in parametres. At this point WordPress load PHP and WPFC create new cache file.
Forum: Plugins
In reply to: [WP Fastest Cache] Page with query stringNo. I load some data via jQuery and REST API and if I have some parameters in URL then I load another data. Now I can’t use cache because WPFC create cache file for each parameter and cache doesen’t make sense.