joesken
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] White website homepage after latest updatePHP 5.3.24
Apache
WP 4.7.1Forum: Plugins
In reply to: [W3 Total Cache] White website homepage after latest updateHi,
I had the same issue.
It appears to be an issue with the latest version and memcache.
I’ve done a lot of testing and in the end downgrading to the previous version sorted it out for now. Alternatively using Disk Cache (rather than memcache in my case) also will leave you proceed for the moment anyway.
Will need a fix from W3 Total Cache to get a fix.
HTH
Joseph
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Captcha image does not displayHi Paddy,
Did you check the permissions on the CF7 folder under the uploads folder to make sure that it can create the image and corresponding php file?
J
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Homepage downloads as a .gz file.Yes, we’ve found that unfortunately. We had a development version of the site up and all was working fine with compression on, we then just ported the site to the live domain on the new site (exact same setup and box) and the gz download started appearing on the homepage.
Weird.
Joseph
This is also still happening with the latest version of WP 3.0.4.
No answer I’m afraid but I do have some information.
The issue I am having is similar to many people above. When I add the pageTracker code to the on_sent_ok code the verification box no longer appears.
on_sent_ok: "pageTracker._trackPageview('/contact/sidebar-success.html');"
This is indeed because of a Javascript error. The error is:
Uncaught ReferenceError: pageTracker is not defined
So basically it is trying to resolve the reference before the Google JS. However as the Google JS is already on the page and is being correctly called I’m a little lost as this variable is getting introduced via the AJAX call on correct form submission.
In my case it is from a page called “articles” so the headers are:
Request URL:https://www.mysite.com/articles/#wpcf7-f1-t1-o1
Request Method:POST
Status Code:200 OKAnd the content of that is:
{ "mailSent": 1, "into": "#wpcf7-f1-t1-o1", "captcha": { "captcha-163": "https://www.mysite.com/wp-content/uploads/wpcf7_captcha/896030197.png" }, "message": "Your message was sent successfully. Thanks.", "onSentOk": ["pageTracker._trackPageview(\'/contact/sidebar-success.html\');"] }
Hope this is a clear enough explanation of the problem.
Forum: Requests and Feedback
In reply to: So what version am I running?Yes would be great thanks.