womenahead.co.uk can’t currently handle this request.
HTTP ERROR 500 when you log out of the dashboard. After turning off all the plugins. It is wordfence causing the problem
]]>What should I do to solve this?
]]>
]]>However now there is an error popping up when I am uploading the backup files.Error codde: -200, HTTP Erro
Please support.
Thank you..!!
Ruego soluciones.
]]>For the moment I want to show a notification page. I did some searching and came up with this suggested code for my 503.php page to show three headers:
header(“HTTP/1.1 503 Service Temporarily Unavailable”);
header(“Site Down for Maintenance, Status: 503 Service Temporarily Unavailable”);
header(“Retry-After: SOME_TIME_INTERVAL”);
I also wan to display the company logo and office phone number. It would be nice if I could style the text information at least a little bit.
To show the company logo, I tried putting copy of the logo.jpg file on the site root and adding an echo line after those headers, for example:
<blockquote>echo "<img src='logo.jpg' /></blockquote>
I don’t know php much, but I read I should not use multiple echo lines to add the text information, but rather “concatenate” it in the one echo line.
I tried something like this:
echo "<img src='logo.jpg . "Company phone 555-1212";
I don’t have php installed but I tried serving the code on a localhost from vscode. It shows the headers (including the word header) separated by semicolons and also displays the image (preceded by the word echo) and the “concatenation” dot with the text in parentheses and the terminating code semicolon.
OK, I know that isn’t accurate but it looks like a start.
Then, I found a suggestion to add some lines to the .htaccess file at the bottom that essentially redirects any user trying to access the domain to the notification and excludes my own IP address so I can still acces the site to try to fix it.
the added lines were as follows:
RewriteEngine on
RewriteCond %{REMOTE_ADDR} !^10\.10\.99\.54 /*fake: my actual external IP address*/
RewriteCond %{REQUEST_URI} !/503.php$ [NC]
RewriteRule .* /503.php [R=302,L]
I must confess I have no idea what that code is actually doing.
When the site crashed, my client freaked because they had just signed up over 200 new customers for their business services – and the site was down.
I immediately put up the bare notification without more. I don’t really want to use a plugin for this, and I hope I can have the site back up in a day or so.
My client asked me to at least put the company logo and phone contact information on the page.
I used a VPN to see how it was working. When I typed in the company domain I got the bare notice. Now I want to add the logo and company phone, but the code is not showing as I expected.
I’m seeing this on the browser screen:
header(“HTTP/1.1 503 Service Temporarily Unavailable”); header(“Site Down for Maintenance, Status: 503 Service Temporarily Unavailable”); header(“Retry-After: 86400”); echo "
I’m not seeing either the logo or the phone information text at all.
]]>I changed my domain name, and disabled cloudflare.
Since then previous blog posts images are viewable on the blog, or in media gallery. But if I make a new post and use an existing image, the image doesn’t show on the blog. If I add new images they don’t show in gallery or posts, but will show in media editor.
I have looked into
– htaccess,
– changed file permissions,
– added imagick,
– site health is ok
– updated permalinks
– cpanel error log has info about IP address, and file not found, 443… makes me think there is a file path issue I cannot seem to understand.
– WordPress debug has information about deadlock.
This seemed to have a similar issue, but is unresolved with no indication of a solution:
https://www.ads-software.com/support/topic/only-newly-uploaded-images-wont-show/
Does anyone have an idea on what I could try to get this to work again?
Thanks.
]]>Trying such an HTTP GET request on basically any website I (regardless of whether WCFM or WooCommerce is installed) returns either an HTTP 400 or HTTP 414 error (Request Too Long).
If I change the <form>
to have method="post"
, nothing is saved, which suggests to me that the code behind this form requires an HTTP GET request to work.
How can I fix this? It’s unreasonably long for any sane GET request and since I don’t have the source code, I can’t change it to work with POST. The form uses the default WordPress template and this is on a default installation of WordPress through hosting provided Hostinger.com. Is there anything I can adjust with WCFM that can change this behavior (short of my provider upping the GET request limit)?
]]>I have the challenge of not being able to connect my Elementor. Whenever I click on Connect Account, I get a page that says “Too Many Requests”.
For this reason, the Elementor library is also not connected (Not connected (HTTP Error (429))).
I have now deleted and reinstalled the wordpress several times. (with completely new database)
Disabled all plugins but the error does not go away.
Also my hoster (Hostinger) could not help me.
I do not have a Pro but would like to use the free templates of the library.
Can anyone help me? ;-(
]]>For the past week, I have been trying to upload 2 PDF docs to our website.
I have tried reducing the size, renaming the file, deleting stuff from the media library to make space, I have cleared all the cache & cookies, but nothing seems towork. I keep getting an HTTP error (I did try uploading images and that worked fine. But for some reason, these two PDFs I can’t seem to upload.
Any way someone can help?
]]>