house98
Forum Replies Created
-
Quick update for anyone with this issue and/or wanting to ‘expand’ your coming soon message with line breaks, try adding this to your CSS portion under the general tab:
.nifty-coming-soon-message:after {
display: block;
white-space: pre;
content: “\A Line 1 \A Line 2”;
font-size: 0.8em;}
The \A will result in a break (<br />) You can change the font size as well. You could also change the pseudo from ‘after’ to ‘before’ if you would rather pre-pend your coming soon message.
This happened to me at version 4.0.11 … the site is locked up, can no longer send emails, had to deactivate plugin until there is a fix — IF there is a fix, because, like you, I have THOUSANDS of duplicated campaigns.
Thanks Josh,
Prior to your response I edited the file EventEditorHeartbeat.php and commented out the return $response; line
This allowed me to continue editing without issue — saving has been fine, and I’ve monitored the admin-ajax.php form data, and have seend the input raise as I go, but is under the set limit of 3000 — which is good. Once I’ve finished this (client fire), I’ll try testing as you asked.
I did also previously send the host a request to do exactly what you suggested.
I’ve checked the php.ini .user.ini .htaccess etc — all show hard values for 3000.
Thanks for the reply.
Forum: Plugins
In reply to: [Flickr Justified Gallery] Slows down the site+1 on appreciation of plugin, and +1 on slowness too (max 12 images, but takes about 1sec for each image)
I’ve just come across this error too. Would the author mind looking into a proper workaround? Thanks so much.
Forum: Plugins
In reply to: [Contact Form DB] CFDB Google Spreadsheet Live Data not linking (CFDB 2.8.3)Found my problem….
:/
Kicking myself..
I had a plugin ‘Bad Behavior’ which was creating the 403….
works like a charm. Hope my hours of torture can help someone…
Forum: Plugins
In reply to: [Contact Form DB] CFDB Google Spreadsheet Live Data not linking (CFDB 2.8.3)I’m perplexed…
I can’t even get a simple page function to work.
function myFunction() { // The code below logs the HTML code of the Google home page. var response = UrlFetchApp.fetch("https://mydomain.org/wp-login.php", {muteHttpExceptions: true }); Logger.log(response.getContentText()); }
This results in the following log being created:
[15-02-09 14:21:27:202 EST] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!--< html xmlns="https://www.w3.org/1999/xhtml">--> <head> <title>HTTP Error 403</title> </head> <body> <h1>Error 403</h1> <p>We're sorry, but we could not fulfill your request for /wp-login.php on this server.</p> <p>An invalid request was received from your browser. This may be caused by a malfunctioning proxy server or browser privacy software.</p> <p>Your technical support key is: <strong>a2a1-7566-707</strong></p> <p>You can use this key to <a href="https://www.ioerror.us/bb2-support-key?key=a2a1-7566-707">fix this problem yourself</a>.</p> <p>If you are unable to fix the problem yourself, please contact <a href="mailto:[email protected]">online at mydomain.org</a> and be sure to provide the technical support key shown above.</p>
(obviously mydomain.org was replaced for this post)
Even my apache log shows the following:
66.249.83.185 – – [09/Feb/2015:14:25:21 -0500] “GET /wp-login.php HTTP/1.1” 403 882 “-” “Mozilla/5.0 (compatible; Google-Apps-Script)”
Forum: Plugins
In reply to: [Contact Form DB] CFDB Google Spreadsheet Live Data not linking (CFDB 2.8.3)Had no affect.
Found this, may be of help…
Forum: Plugins
In reply to: [Contact Form DB] CFDB Google Spreadsheet Live Data not linking (CFDB 2.8.3)As an FYI, I’m trying to add some debug to the code to see what’s actually being captured.
I’ve noticed when I’ve modified the script as follows:
// var response = UrlFetchApp.fetch(url, { method: "post", payload: payload }); var options = { "method" : "post", "payload" : payload, "muteHttpExceptions" : true }; var response = UrlFetchApp.fetch(url, options);
I’m able to see the full response of the page. In my case at least it’s Cloudflare generating the 403.
here is a snippit:
//<![CDATA[ try{(function(a){var b=”https://”,c=”mydomain.org”,d=”/cdn-cgi/cl/”,e=”img.gif”,f=new a;f.src=[b,c,d,e].join(“”)})(Image)}catch(e){} //]]>
</script>
<h1>
Error 403
</h1>
<p>
We’re sorry, but we could not fulfill your request for /wp-admin/admin-ajax.php on this server.
</p>
<p>
An invalid request was received from your browser. This may be caused by a malfunctioning proxy server or browser privacy software.
</p>… going to try pausing cloudflare to see if this is indeed the culprit. Will report back.
@joelgvfx By chance, are you behind cloudflare?
+1
WP 4.1 here as well,
W3TC version 0.9.4.1as of 8/27/14 a new CIDR block has been added:
104.16.0.0/12This is a range of: 104.16.0.1 – 104.31.255.254
This extrapolated with proper wild cards is:
104.16.*.* 104.17.*.* 104.18.*.* 104.19.*.* 104.20.*.* 104.21.*.* 104.22.*.* 104.23.*.* 104.24.*.* 104.25.*.* 104.26.*.* 104.27.*.* 104.28.*.* 104.29.*.* 104.30.*.* 104.31.*.*
Their updated list in txt format can be found here:
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Indexed many pages, showing no resultsTHANK YOU! Works great.
Forum: Plugins
In reply to: [Media Rename] Retitle – improvement suggestionsTotal +1 on option to retitle without renaming.
I’m migrating a site where the .pdf file are numbers and arbitrary. Yet they had nice titles for users to browser. This would be perfect to quickly rename a lot of similarly-named files with a copy/paste and tweak).
Possible?
Forum: Plugins
In reply to: Updating the Mollom plugin?Hey there.
Just touching base. I’m having difficulties with the pluggin after an upgrade. Fairly new to WP, so wasn’t aware of checking compatibility before upgrade… either way, would you be able to update the compatibility any time soon?
Thanks so much Netsensei
Every comment is being marked as spam and not posting. Take care.
Good catch — can’t believe I missed that. Now time to figure out if a ‘downgrade’ of WP can be done.
Thanks Rich.