petrich
Forum Replies Created
-
Got exactly the same issue when decided to enable the same AIOS feature “Block fake Googlebots” for the following domain: https://www.fiderenos.com/en/
Only difference is that I am using RANK MATH SEO plugin an not YOAST but exact same behavior.
For now I decided to stop using this feature since this is the only way for my sitemap to be properly crawled by Google Search Console.
Yes Jamie, done
https://github.com/wcvendors/wcvendors/issues/763Can you confirm if this is indeed a bug ?
Forum: Plugins
In reply to: [Awesome Flickr Gallery] No Columnsthat made the trick for me too π
Thanks,
Forum: Plugins
In reply to: [W3 Total Cache] 404/410 errors when minifying activatedOK Fred, yes you probably received my submission with credentials for you to troubleshoot this.
I was just trying to figure out where you build the URI for the minified .js and .css files when minify is enabled … BUT the complexity of W3TC ‘tree architecture’ doesn’t allow me to identify this.
Anyway if I can hep you with something, please feel free to ask …
Thanks
Forum: Plugins
In reply to: [W3 Total Cache] 404/410 errors when minifying activatedI am still facing issue on this. I sent a bug submission from support Tab in W3TC
Anyone has faced the same ?
It seems that there is a double forward slash in that built URL path for the minified scripts inluded in the <head> of my theme.
That’s what generates a 404 error.Thanks
Forum: Plugins
In reply to: [W3 Total Cache] 404/410 errors when minifying activatedHi there,
Trying o change cache method from Wincache to Disk : basic, now, I get minified fils in the cache/minify directory: that’s somehow better !
But, I still get the 404/410 error and it seems to be due to ‘%5C’ which is added in the URL of the minified file:
http://www.keepintouchwithus.com/%5Cworldtour/wp-content/cache/minify/000000/9fb88/default.include.d088a4.cssIt might be a misinterpretation of path because of the file system used on my Web server (IIS, Windows)
Pretty sure that this can be handled by a rewrite rule in the wb.config (equivalent of Apache .htaccess file) but I can’t figure out what rule I would have to implement.
If Frederick or anyone else could give a piece of advice, that ‘d be cool π
Thanks
Forum: Plugins
In reply to: [Plugin Organizer] Enabling by Page not workingYep Much better π
Thanks a lot !
Nice job…
Hi folks, I upgraded W3TC to 0.9.2.9 bu nothing has changed. am wondering if t has something related to my web server IIS not being configured correctly.
I am having full control of the web server.
So if someone thinks it might be related to some config on Web server, I am waiting for suggestions.
Otherwise, if someone else is facing same issue, I would be glad to challenge this with him / her.
Thank you
Forum: Plugins
In reply to: [Plugin Organizer] Enabling by Page not workingOK,
it seems that the query :INSERT INTO wtrlm2013_PO_post_plugins (enabled_plugins,permalink,post_id) VALUES (‘a:1:{i:0;s:36:\”contact-form-7/wp-contact-form-7.php\”;}’,’http://es.keepintouchwithus.com/contacto/’,108)
… is trying to insert 3 values in a table xxx_PO_post_plugins, which is made of 4 columns.
That’s the reason of the generated error.I didn’t figure out how the queries are generated during the enabling / disabling process in your plugin Jeff, but I have the sensation it’s not hard coded anywhere but dynamically generated.
Can you confirm ?
Do you think it can be due to MySQL for Win. being be less permissive than on Apache environment ?I will probably stop investigating for now.
Let me know what you think when you get a moment to troubleshoot that.
Thanks,
Forum: Plugins
In reply to: [Plugin Organizer] Enabling by Page not workingI forgot to add that I already moved PluginOrganizerMU.class.php to mu-plugins directory
But I think I am getting something wrong in log that I have activated./
Here is the message I got at the exact moment I tried to activate Contact Form 7 plugin for a specific page:
[19-Apr-2013 14:11:37 UTC] Erreur de la base de donnΓ©es WordPress Field ‘disabled_plugins’ doesn’t have a default value pour la requΓͺte
INSERT INTOwtrlm2013_PO_post_plugins(enabled_plugins,permalink,post_id) VALUES (‘a:1:{i:0;s:36:\”contact-form-7/wp-contact-form-7.php\”;}’,’http://es.keepintouchwithus.com/contacto/’,108) faite par edit_post, wp_update_post, wp_insert_post, do_action(‘save_post’), call_user_func_array, PluginOrganizer->save_enable_plugin_box, W3_Db->insert, W3_DbCache->insert, W3_DbCallUnderlying->insert, W3_Db->insert, W3_DbProcessor->insert, W3_Db->default_insert, W3_Db->query, W3_DbProcessor->query, W3_Db->default_query… because if you filter on Post_type = ‘safecss’, you will get only the first css custom post because any further custom css is in fact a Post_type = ‘revision’ and not ‘safecss’…
By filtering with Post_title = ‘safecss’, you’ll get every custom css posts !
Thanks a lot !
Easily done !Actually, you have to filter on the Post_title instead of Post_type…
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] How to set zoom level inside a kml file ?Ok thanks for this answer. Actually, the plugin behavior finally matched my needs…
Forum: Fixing WordPress
In reply to: Plugin upgrades fail after update to WP 3.5Yep right,
I actually a little while later the workaround about adding line with the ABSPATH . ‘wp-content/’ in wp-config.php. I like it better than creating a temp directory and explicitly declare it in wp-config.php
So i changed my mind and finally followed this suggestion of workaround instead of my suggestion.
Have a nice week end guys,
Forum: Fixing WordPress
In reply to: Plugin upgrades fail after update to WP 3.5Hi guys
First a special “thanks” to Samuel for your advice and workaround
As I am the admin of the Web Server IIS, I check in my php.ini and with an echo get_temp_dir(); whic directory was used by WP before adding the workaround line inwp-config.
So I tried to add Full control permission to my App pool identity over this directory (the one in php.ini) and indeed, it works well π
Do you see any danger in working around the way I just explained instead of addingline to wp-config.php ?
Thank you …