Resolved Question

Status
Not open for further replies.

michaelw1

Community Advocate
Community Support
Messages
390
Reaction score
15
Points
18
Has anyone had problems with WordPress when you try to add things? Sometimes I'll get a message saying this site isn't safe even if it is on x10hosting server. And have you been About to fix the problem for when a website is pointed to Cloudflare it crashes?
 

Anna

I am just me
Staff member
Messages
11,733
Reaction score
578
Points
113
I have yet to see a page crash just because it is pointed to cloudflare, when configured properly. The current issues is not related to cloudflare, althoug cloudflare users see it as more noticable with their error page preventing browsers from automatically attempting to reload the page.

If any content you link to on the wordpress site is a non secure source, the site would be marked as non secure as all content does not go over ssl.
 

michaelw1

Community Advocate
Community Support
Messages
390
Reaction score
15
Points
18
I happen's when you try to add a new page to your WordPress site.
 

michaelw1

Community Advocate
Community Support
Messages
390
Reaction score
15
Points
18
Here is What happens when you try to add info to your WordPress site. Screenshot enclosed
 

Attachments

  • error1.png
    error1.png
    28.5 KB · Views: 10

michaelw1

Community Advocate
Community Support
Messages
390
Reaction score
15
Points
18
Here is another screenshot for you
 

Attachments

  • error 33.png
    error 33.png
    30.5 KB · Views: 5

Anna

I am just me
Staff member
Messages
11,733
Reaction score
578
Points
113
Here is What happens when you try to add info to your WordPress site. Screenshot enclosed
Here is another screenshot for you
Your admin interface is not using ssl (https) thus it is not secure, you may need to update the settings to use https for site url and wordpress url for that to become secure as well.

The issue you see in the first screenshot is in no way cloudflares fault, it is related to the intermittent issues all our free hosting servers currently see.

I see you currently do not have the domain set for cloudflare which means it can not be secure as there would be no valid certificate so do NOT set https in the configs unless you are actually using cloudflare as a secure proxy.
 

michaelw1

Community Advocate
Community Support
Messages
390
Reaction score
15
Points
18
I just set up a ssl with Cloudflare. Lets see if that works
 

michaelw1

Community Advocate
Community Support
Messages
390
Reaction score
15
Points
18
This is what happens When I use Cloudflare. Screenshot Enclosed
 

Attachments

  • error 33.png
    error 33.png
    73.7 KB · Views: 2

michaelw1

Community Advocate
Community Support
Messages
390
Reaction score
15
Points
18
When you log in using https://hamradiotv.tk/wp-login however it works.:) Screenshot enclosed. Note you still get the same error's after you access the dashboard in word press
 

Attachments

  • error 33.png
    error 33.png
    34.6 KB · Views: 1

Anna

I am just me
Staff member
Messages
11,733
Reaction score
578
Points
113
It is an intermittent issue.

One second it works the next it may fail. It may work for hours, but fail again the next time, just as it may show fail for a longer period of time before a successful page load happens as well. That's the nature of an intermittent issue.
 

michaelw1

Community Advocate
Community Support
Messages
390
Reaction score
15
Points
18
What should the user's do in the until a fix is done
 

Anna

I am just me
Staff member
Messages
11,733
Reaction score
578
Points
113
There's nothing you can do other then waiting.

With cloudflare you get a more prominent error message, but there will be some kind of error message regardless when the server fails accepting the connection.

With cloudflare you could, under their cache settings, enable "Always online". This would however only work with a static page, so you might want to set up a simple index.html page with a notice to end users so they don't end up with the error directly.
 

michaelw1

Community Advocate
Community Support
Messages
390
Reaction score
15
Points
18
Here is the ching setting in Cloudflare. screenshot. this is what it is currently set to. Should it be turn off?
 

Attachments

  • error 33.png
    error 33.png
    66.6 KB · Views: 2

Anna

I am just me
Staff member
Messages
11,733
Reaction score
578
Points
113
It should be on. It will only display static content however, hence my suggestion to set a simple index.html so your end users see that instead of an error.
 

michaelw1

Community Advocate
Community Support
Messages
390
Reaction score
15
Points
18
It should be on. It will only display static content however, hence my suggestion to set a simple index.html so your end users see that instead of an error.
How would you do that i never have
 

garrettroyce

Community Support
Community Support
Messages
5,611
Reaction score
249
Points
63
HTML is just a plain website, not a PHP file which the server must read and interpret. You can use a template, many of which are free. Something like this:

https://freewebsitetemplates.com

Then you can change the text to be what you want.
 

michaelw1

Community Advocate
Community Support
Messages
390
Reaction score
15
Points
18
My reading skills are bad So I would not be about to the step's unless you send under a 5th grad reading level of learning.
 

garrettroyce

Community Support
Community Support
Messages
5,611
Reaction score
249
Points
63
Code:
<html>
<head>
  <title>Hamradi2 has the best site</title>
</head>
<body>
  <h1>Sorry, the server gremlins ate my website. Be back soon!</h1>
</body>
</html>

Save as index.html. Boom, now you have a site that won't break!
 

michaelw1

Community Advocate
Community Support
Messages
390
Reaction score
15
Points
18
Code:
<html>
<head>
  <title>Hamradi2 has the best site</title>
</head>
<body>
  <h1>Sorry, the server gremlins ate my website. Be back soon!</h1>
</body>
</html>

Save as index.html. Boom, now you have a site that won't break!
can I use notepad to save the file?
 
Status
Not open for further replies.
Top