b0rman
Forum Replies Created
-
Forum: Plugins
In reply to: [Extended API] requested method X does not exist.My bad 🙂
Read readme.txt 🙂
Correct usage:
$data = array($wp_username, $wp_password,’wp_create_user’, array( ‘tester’, ‘123123’, ‘test@test.ru’ ));
$client->query(‘eapi.callWpMethod’, $data);
$user_id = $client->getResponse();Forum: Plugins
In reply to: [Extended API] requested method X does not exist.4.1 same problem 🙁
Fast fix:
Replace
$title = str_replace( ‘%tag%’, $tag, $title );
with
$title = str_replace( ‘%tag%’, single_tag_title(”, false), $title );
in all-in-one-seo-pack/aioseop_class.phpForum: Plugins
In reply to: [Fix My Feed RSS Repair] 3.8 upgrade broke Fix My Feed RSS RepairForum: Plugins
In reply to: [Automatic Post Tagger] Delete all tags buttonMay be it will be nice to log tagging procedure and then add possibility to delete just “auto-tags” from plugin? It will be awesome possibility!
Forum: Plugins
In reply to: [Automatic Post Tagger] Delete all tags buttonFor example:
1. Set tags for posts with “Auto post tagger”.
2. Delete tags from “Auto post tagger” and add new tags there.
3. Try to assign new tags with “Auto post tagger”.You’ll find that posts that wasn’t processed with new tags still contains old tags.
Forum: Plugins
In reply to: [Automatic Post Tagger] New version 1.5.1 with UTF-8 support is availableSeems like it doesn’t work for russian language. Should wildcards work for russian lang?
For me it’s so. I’m using memcached with default settings on Centos 6.3. When I’m turning on object cache in w3tc I can’t see points on layers but I a can see single markers even in wp-admin. May be it’s some kind of my own issue, because site is old and WP was updated lots of times + plugins install/uninstall/update.
I found it! There is a problem when You are using W3TC plugin with object cache turned ON. Seems like one more plugin conflict 🙂
Yeah, but i can’t see it even in my wp-admin – obviously there is no conflict with theme or some plugin.
Sorry but I have the same problem, but there are no errors in firebug. What should I do? 🙁
Forum: Plugins
In reply to: [W3 Total Cache] Post Categories cache not clearing on post publish/updateI found the same problem – seems like garbage collection is not working 🙁
Any ideas?Forum: Plugins
In reply to: [W3 Total Cache] Page Cache is stale with no garbage collectionSame problem here – seems like garbage collection is not working 🙁
Any ideas?Fond same issue! Any ideas how to get garbage collection to work?
Hi! Is there any progress with caches by cookie name? I’m also very interested in it.
Is there any possibility (before “caches by cookie function” release) to cache pages only if there are no “special” cookies defined?