123shoppingbar.com HTTP ERROR 500
hello sir,
can you help me to check the server ?
because my website is https://123shoppingbar.com.
the website is shown the http error 500.
but my other websites are still normal.
i already tried to renew the file ( wp-admin, wp-include) .
but this problem is still appeared.
can you help me to check it ? and help me to fix it .
thanks a lot
from your client.
simon chow
12 Replies
✓ Best Answer
can you help me to check the server ?
because my website is https://123shoppingbar.com.
the website is shown the http error 500.
I never even got that far. I got an error saying the domain for the certificate (soaringtherapy.com) didn't match the domain of the site (123shoppingbar.com). You could be legit but I've been around long enough to know to never extend trust when a situation like this is presented.
Since Lets Encrypt certs are free, why did you do this? It couldn't have been because of the cost…
-- sw
P.S. curl returned nothing with an exit code of 0.
i tried to reflesh this ssl. can you help me to check it ?
and i tried to do this things:
- i changed the .htaccess file
- i Increased the PHP Memory Limit 256mb
- Deactivate all the Plugins
- Reupload Core WordPress Files ( wp-admin and wp-include)
but finally, the website cannot be recovered . can you help me to find the problem ?
thanks a lot
from
simon chow
I get the same thing. The certificate is still wrong.
I'm sorry… I'm not much of a WP maven. Perhaps @acanton77 will see this and can help more than I can.
Have you checked your web server and PHP error logs? The answer is probably there. I'm not going to visit your site until the certificate is correct.
-- sw
To rule out some WordPress issue.
create a file in the root directory called test1.html
<!DOCTYPE html> <html> <head> <title></test file> </head> <body> This is test1.<br> This is test1.<br> This is test1.<br> -end- </body> </html>
rename your .htaccess file to something like .htaccess-xxx so it is not executed by Apache.
then try https://shoppingbar.com/test1.html in your browser.
Let us know what you get and maybe we can help fix this for you.
hello sir,
i created the test1.htm
and renamed the .htaccess-xxx
the link is https://123shoppingbar.com/test1.htm
you can click this link !
the result is blank page.
hope you can help me to fix this error .
because this is so urgent . this is my client website.
thanks a million
from
simon chow
the link is https://123shoppingbar.com/test1.htm
you can click this link !
I got some weird javascript error related to my ad blocker (and, no, I'm not going to turn it off).
Don't you have a PC that can you can do this stuff with? What makes you think that any of us are going to have any better success than you would?
Did you check the server and PHP error logs?
because this is so urgent . this is my client website.
You need to develop a plan to figure this out…and write it down and follow it. Doing some random action and then posting here about the results is not going to help you out…especially when it appears that you don't know what you're doing in the first place.
-- sw
My mistake.
Change
```
<title></test file>
to
<title>test1</title>
```
Sorry. (omit the back ticks. I don't know why they show!)
As of 14:22 PST on 12/14/2022, you've got the certificate right. However your test file has nonsensical HTML in it. What you have:
<!DOCTYPE html>
<html>
<head>
<title></test file>
</head>
<body>
This is test1.<br>
This is test1.<br>
This is test1.<br>
-end-
</body>
</html>
what you should have:
<!DOCTYPE html>
<html>
<head>
<title>Test file</title>
</head>
<body>
This is test1.<br>
This is test1.<br>
This is test1.<br>
-end-
</body>
</html>
-- sw
thanks for your reply .
i also updated the html.
the link is :
https://123shoppingbar.com/test1.htm
i clicked this link.
the result is normal
but i don't know how can i do .
the website is still error 500.
how can this problem is fixed ?
this is so urgent !
from
simon chow
the website is still error 500.
how can this problem is fixed ?
HTTP error 500 means "internal server error". Your WP installation has problems. Here's some info about how to fix it:
- https://wpbuffs.com/http-error-500-wordpress/
- https://www.hostinger.com/tutorials/how-to-fix-500-internal-server-error-in-wordpress
- https://www.wordpressmigrationhelp.com/how-to-fix-http-error-500-wordpress/
- https://www.greengeeks.com/tutorials/fix-http-500-wordpress/
- https://www.digitalocean.com/community/tutorials/how-to-fix-http-error-500-on-a-wordpress-site
- https://wordpress.org/support/topic/http-error-500-in-wp-admin/
- https://wpdug.com/how-to-quickly-fix-the-http-error-500-in-wordpress/
- https://bloggingtips.com/500-internal-server-error-wordpress-2/
- https://roxwp.com/how-to-fix-the-http-error-500-in-wordpress/
- https://www.wewpyou.com/fix-server-error-500-in-wordpress/
These are all the sites a Google search for "http error 500 wordpress" found for me. I have no idea if any of this works as I don't use WP so you're on your own here…but apparently the problem is frequent enough for 10 different authors to post about it.
Did you check the server and PHP error logs? The cause to your problem is likely recorded there…
-- sw
thanks for your reply
my client website is finally solved.
my case can be closed.
thank you for your time
from
simon