Why I am getting this error in WordPress? - wordpress

There are two pages on our website cloudtrains.com
https://cloudtrains.com/hire-remote-developers/
When I edit the page and click on revisions same error I received there as well . I am getting this error, tired everything but nothing works. Anyone help me in this

this isn't an error from wordpress. It seems that you haven't configured your webserver (apache) properly. Hence, although apache understands the request, it doesn't know how to respond.

Related

Wordpress: unable to connect to wp-admin (localhost can't provide a secure connection?)

I've got a MAMP (version 6.3) localhost using Apache running on a Mac Mini locally and i am in final testing before publishing a new plugin that i've created. I popped my plugin into my plugins directory (as i will when i go into production) and suddenly, I am unable to access wp-admin to look at Wordpress (as in 'localhost:8888/wp-admin). Localhost access works just fine (as in 'localhost:8888'), but when attempting to enter wp-admin, the page fails to be served up with the following messages:
"This site can't provide a secure connection
localhost sent an invalid response.
ERR_SSL_PROTOCOL_ERROR"
I cannot find ANY information that will help me find a solution. There is nothing in the Apache logs at all. I've got debugging set up and running on my site and there's nothing in there at all. I literally have NO idea how to proceed in finding the problem. I get the same messages in either Chrome or Safari.
I've searched this error and it seems it could be a few things, but the source seems to be a bad certificate or something. If so, i don't know how to correct that condition. IF my understanding is correct, localhost doesn't even require SSL (?), so even the "ERR_SSL_PROTOCOL_ERROR" is confusing.
Another suggestion that i've found is to disable your plugins folder by renaming it to essentially invalidate ALL plugins. I've tried that as well, no change in the error message that i am receiving.
Can anyone provide any concrete steps for how to resolve this so that i can get into the wp-admin facility on localhost? I admit that i know "not much" about certificates and SSL and the like. I literally don't know where to start.
thanks!
request via http, something like this
http://localhost:8888/wp-admin
open your wp-config.php file and add this online
define('FORCE_SSL_ADMIN', false );
save the wp-config.php file. You can add just above this line
/* That's all, stop editing! Happy publishing. */
Now try opening your localhost this should work.

Getting 404 Error in WordPress for the services only, on XAMPP local machine

I've been researching this error and can find similar issues but no solutions. I am running WordPress using XAMPP on my local server.
I imported a WordPress page and all was well. The problem is I added a bunch of new services, and when I try to access them I get a 404.
If I create a new post or page, they work fine. I reset the permalinks, no luck. The errors are only with the services. I'm really stuck on this, any help would be appreciated!

Post.php not working?

For some reason, I keep getting this error everytime I try to publish a post. I haven't done anything to move post.php, so I don't know why I would be getting this error.
This site can’t be reached
The webpage at .../wp-admin/post.php might be temporarily down or it may have moved permanently to a new web address.
ERR_CONNECTION_ABORTED
Anybody know why this might be happening? I replaced my domain name with ... because it just leads you to the login of my wordpress if you try to follow the link.

Whenever I try to log to wordpress admin I get The page isn't redirecting properly error message

The frontend works correctly, it's only when trying to log in the backend that the error occurs.
On the frontend, I can see that I'm logged in (the black ribbon on the top), when I click on any link I get this error message too
Content Encoding Error
I tried everything I found on the web. Disabled plugins, updated WordPress and the theme to no avail.
I tried the same code on my local machine, and it's working flawlessly.
If you are using a MySQL server older than version 5.5.3, you might need to change your tables' character encoding back to utf8.
This might also help
I've been able to fix this issue thanks to #jpg0002 in his answer.
There were too many configurations on my vhost. I have simplified it and I can access the admin.

apache responding 403 to wordpress tinyMCE js requests

there is something strange happening on my server. It has worked like a charm with wordpress from 2.3 version, and I update it regularly.
Today I updated to wordpress 4.1 and, when I tried to write a post, I found the tinyMCE editor completely unloaded.
I then checked the console and I have a bunch of 403 errors, for requests like
http://www.ilparticolarenascosto.it/wp-content/plugins/jetpack/modules/after-the-deadline/tinymce/plugin.js?v=20140527&wp-mce-4107-20141130
infact my hosting answers with a courtesy page (that doesn't even explain what's happening).
the strange thing is that if i try
http://www.ilparticolarenascosto.it/wp-content/plugins/jetpack/modules/after-the-deadline/tinymce/plugin.js
(without the ending ?v=20140527&wp-mce-4107-20141130 ! ) I can download the file regoularly.
What's happening? what can I do?
I have already reinstalled it, and the problem occours with firefox and chrome, so I think it's a server issue.
And, also, if the first link works to you, maybe it's not working because I'm behind a proxy? but,again, why?
Yes, The first link works for me. I am not sure why it is not working for you.
Clear your browser cache to rule out your browser as a cause
Check you webserver access logs. Access logs will have a response status for every request. It may be possible that some one is overwriting the 200 OK sent by apache
I had the same problem.
It was a security setting on the server, blocking urls with variables.
Wordpress inludes tinymce files with variable in the end:
wp-includes/js/tinymce/themes/modern/theme.min.js?wp-mce-4203-20150730
call your hoster to fix it
it seems that the problem is ... Adblock.
Disable it, clean the browser cache, and reload the page. The Wordpress Editor will suddently appear.

Resources