webrockers
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] When are you going to fix the v5.4?Same problem here.
Thank you, Gerald!
Forum: Plugins
In reply to: [Contact Form 7] File /refillSame here…
But.. as I have the honeypot plugin running the show I haven’t any CAPTCHAs activated.
https://www.ads-software.com/plugins/contact-form-7-honeypot/
Does that mean it loads a CAPTCHA nonetheless though it’s not showing it?
Cheers
MarcoForum: Plugins
In reply to: [Autoptimize] I get this in my 404 log and I don’t know why…Aloha!
I just found the reason: It’s Jetpack!
https://www.ads-software.com/support/topic/jetpack-css-404-error-in-site-statistics/
https://github.com/Automattic/jetpack/issues/7435
I mark this as resolved, as it isn’t an autoptimize (good boy!) issue.
Mahalo!
MarcoForum: Plugins
In reply to: [Redirection] Duplicate plugins options page since 2.6.3Works with 2.6.5
Thanks for your afford!Take care
MarcoP.S.
As far as it concerns me, I’d say check it as resolved-Forum: Plugins
In reply to: [Redirection] Duplicate plugins options page since 2.6.3Hi John and thanks for the plugin!
FYI: Still not working in V2.6.4
I am using it productive with caching and locally without any.
Cheers
MarcoForum: Plugins
In reply to: [Redirection] Duplicate plugins options page since 2.6.3I get two versions of notifications on multiple sites:
e.g.
Message: Jp_sitemap_master status has been changed; details: ID: 472,Old status: draft,New status: draft,Title: sitemap.xmlMessage: Jp_img_sitemap status has been changed; details: ID: 471,Old status: draft,New status: draft,Title: image-sitemap-1.xml
Forum: Plugins
In reply to: [qTranslate X] Problem with PHP 7.1It is nice to learn that some of my output is of help.
So thanks for telling me!
Aloha and Mahalo
Marco
Forum: Plugins
In reply to: [qTranslate X] Problem with PHP 7.1Hi
You will find it in qtranslate-x/qtranslate_frontend.php
In line 523 change
function qtranxf_postsFilter($posts,&$query) {//WP_Query
to
function qtranxf_postsFilter($posts,$query) {//WP_Query
and in line 597 change
function qtranxf_excludeUntranslatedPosts($where,&$query) {//WP_Query
to
function qtranxf_excludeUntranslatedPosts($where,$query) {//WP_Query
Cheers
Marco
- This reply was modified 7 years, 8 months ago by webrockers.
Still.. anyone?
Seems, as I am really the only one facing this problem. Oh boy.
What do I miss?
Has anyone an idea what to look for?
Cheers
Marco
Forum: Plugins
In reply to: [W3 Total Cache] Rollback to support php 5.2.* versionHi Alexey,
I’m using WordPress-Rollback, and it let’s me select which version it shall rollback to.
Still, if you have FTP Access, you can download previous versions of Plugins on the plugins site.
Under the plugins header there is the most right tab called Developers.
https://www.ads-software.com/plugins/w3-total-cache/developers/
On the left, you will find older versions of the plugin for download.
Best wishes
Marco
- This reply was modified 8 years, 1 month ago by webrockers.
Forum: Plugins
In reply to: [W3 Total Cache] 0.9.5 fail -> Replace it with 0.9.4.1I was saying:
Unfortunately I am using the wordpress.com site autoupdate service.
I didn’t blame w3tc for the automatic update.
You are saying:
If you could say what the error was that is 1k times more useful than just saying its a fail.
V 0.9.5 seems to break websites for various reasons and I was under pressure to find a working solution for my website. This thread was created as a suggestion for others, as it works for me.
And IMO the release is a fail. I didn’t say the plugin itself is crap.
I am wondering how it could happen that such an experienced coder like Frederick Townes could release an obviously faulty and untested (or at least insufficent) version of a plugin that has 1+ million Active Installs.
- This reply was modified 8 years, 2 months ago by webrockers.
Forum: Plugins
In reply to: [W3 Total Cache] 0.9.5 fail -> Replace it with 0.9.4.1Funny story…
After I got it running again (by replacing it with the old stable version) I got me the following plugin (this is no advertisement, just what I did):
https://de.www.ads-software.com/plugins/wp-rollback/
Unfortunately I am using the wordpress.com site autoupdate service.
So I ran into the same problem again. As I still had the backend open, I could use the WP-Rollback plugin and it worked again (for me, just reporting here).
But sadly, I can not disable it for w3tc anymore within WordPress.com. When I try to disable it for w3tc it sneakily just updates it again. And after that I am not even able to list the plugins anymore within WordPress.com, as it gives me an error.
I tried other ways to disable updates, which unfortunately didn’t work:
https://www.wpbeginner.com/wp-tutorials/how-to-disable-automatic-updates-in-wordpress/
I was trying the following approach:
add_filter( ‘auto_update_plugin’, ‘__return_false’ );
So what did work this time: In the backend of my website (not WordPress.com), I:
* rolled back to 9.4.1
* disabled the plugin.Now I logged into the WordPress.com backend and:
* disabled auto update for w3tc
By the time I reached the option, it had it updated to 0.9.5 already. But this time, it didn’t break the website.
Next step:
In the backend of my website I:
* Rolled back to 0.9.4.1 again.
* Activated the plugin.Logged into WordPress.com:
* Checked the plugin state, and IT WORKED. No automatic update anymore.
Finally, using the private surfing function of my browser.
IT STILL WORKS!
Closing Time!
Finally leaving work for today, happilyAs I just found out, some fellas (and fellines) have created kinda fork which exactly fixed this bug a week ago:
https://github.com/szepeviktor/fix-w3tc/pull/23/files
And the plug in:
https://github.com/szepeviktor/fix-w3tcLooks promising, I might give it a shot soon.