Page 1 of 1

HTTP ERROR 500 - Unable to handle this request.

Posted: Mon Jul 06, 2020 3:45 pm
by noahapena
Hello there,

I have a problem with my website. It is telling an error code, 500 error: www.apena-fit.nl is currently unable to handle this request.

All i did, was trying to add products in my category. Then i made a backup, and the same day i restored this backup. Then suddenly this happened.

It's like, i didn't change something in my files or touch it. I wasn't even in my FTP files. So that makes it weird.

I don't know how how this happened, really.

Currently i am not able to visit my website due to this error. Only to manage my FTP files. What can i do?

Please help me.

What i tried:
- It's not the .htaccess
- No error/logs found in my ftp.
- Config.php everywhere is good, no problems.
- Database is not the problem.
- Cloudflare is not the problem.

This is one of my hardest experiences in OpenCart. I am getting sick of the bugs of this source, really.
OpenCart has many bugs, just as last time i wanted to change from language but it went wrong and front-end was ruined so i had to reset my whole files.

Please help me finding out and looking for solutions about this error!

Kind regards,

Noah Apena


====
Deze pagina werkt nietapena-fit.nl kan dit verzoek momenteel niet verwerken.
HTTP ERROR 500
====

Re: HTTP ERROR 500 - Unable to handle this request.

Posted: Mon Jul 06, 2020 6:13 pm
by wrick0
check your webserver error logs there should be something there (not the opencart error logs)

Re: HTTP ERROR 500 - Unable to handle this request.

Posted: Mon Jul 06, 2020 6:15 pm
by paulfeakins

Re: HTTP ERROR 500 - Unable to handle this request.

Posted: Mon Jul 06, 2020 6:26 pm
by OSWorX
And add this to you index.php:

Code: Select all

error_reporting( E_ALL );
ini_set( 'error_reporting', E_ALL );
ini_set( 'display_errors', 'On' );
With this simple lines you are enabling the error output which is usually disabled.

And: "all what you did was only . .and so on .."
Doing "only" is not enough.
When you do something, you should know what you are doing - before.

Re: HTTP ERROR 500 - Unable to handle this request.

Posted: Mon Jul 06, 2020 11:13 pm
by noahapena
Still no success. I still need help.
Anybody ?

Re: HTTP ERROR 500 - Unable to handle this request.

Posted: Tue Jul 07, 2020 6:39 am
by Burt65
noahapena wrote:
Mon Jul 06, 2020 11:13 pm
Still no success. I still need help.
Anybody ?
Have a read at this:

https://www.lifewire.com/500-internal-s ... ed-2622938

Re: HTTP ERROR 500 - Unable to handle this request.

Posted: Tue Jul 07, 2020 2:54 pm
by OSWorX
noahapena wrote:
Mon Jul 06, 2020 11:13 pm
Still no success. I still need help.
Anybody ?
Then simply post a request in the commercial forum: viewforum.php?f=88

Re: HTTP ERROR 500 - Unable to handle this request.

Posted: Tue Jul 07, 2020 5:01 pm
by paulfeakins
noahapena wrote:
Mon Jul 06, 2020 11:13 pm
Still no success. I still need help.
Anybody ?
You could pay a developer such as ourselves or post a job in the Commercial Support Forum.

Re: HTTP ERROR 500 - Unable to handle this request.

Posted: Wed Jul 08, 2020 1:51 am
by EvolveWebHosting
noahapena wrote:
Mon Jul 06, 2020 3:45 pm
Hello there,

I have a problem with my website. It is telling an error code, 500 error: www.apena-fit.nl is currently unable to handle this request.

All i did, was trying to add products in my category. Then i made a backup, and the same day i restored this backup. Then suddenly this happened.

It's like, i didn't change something in my files or touch it. I wasn't even in my FTP files. So that makes it weird.

I don't know how how this happened, really.

Currently i am not able to visit my website due to this error. Only to manage my FTP files. What can i do?

Please help me.

What i tried:
- It's not the .htaccess
- No error/logs found in my ftp.
- Config.php everywhere is good, no problems.
- Database is not the problem.
- Cloudflare is not the problem.

This is one of my hardest experiences in OpenCart. I am getting sick of the bugs of this source, really.
OpenCart has many bugs, just as last time i wanted to change from language but it went wrong and front-end was ruined so i had to reset my whole files.

Please help me finding out and looking for solutions about this error!

Kind regards,

Noah Apena


====
Deze pagina werkt nietapena-fit.nl kan dit verzoek momenteel niet verwerken.
HTTP ERROR 500
====
Look in public_html/error_log or public_html/admin/error_log to see what the erros are there. As someone else mentioned, you can also turn on error display or reach out to your hosting company to have them look at the error logs and give you the reported error(s).

Re: HTTP ERROR 500 - Unable to handle this request.

Posted: Wed Jul 08, 2020 12:26 pm
by louisekimzey1
Hi,
I have the same issue on my website seebiz.com I don't know what is the issue please help.

Re: HTTP ERROR 500 - Unable to handle this request.

Posted: Wed Jul 08, 2020 10:01 pm
by EvolveWebHosting
louisekimzey1 wrote:
Wed Jul 08, 2020 12:26 pm
Hi,
I have the same issue on my website seebiz.com I don't know what is the issue please help.
I don't see the error on your site and server 500 error is very vague.

Look in public_html/error_log or public_html/admin/error_log to see what the erros are there. As someone else mentioned, you can also turn on error display or reach out to your hosting company to have them look at the error logs and give you the reported error(s).

Re: HTTP ERROR 500 - Unable to handle this request.

Posted: Wed Jan 26, 2022 2:24 pm
by reekjohns
The error is too generic and does not tell you exact problem. What you need is to find out what is the real issue. If your site is serving a Internal Server Error, this can be caused by a number of things, such as:

Server permission
Server timeout
Script timeout
Errors in .htaccess files
Exceeded PHP memory limit.
Or some other Web Server Issues

Normally, a permissions issue on the file (or files) would be one cause of the 500 the page isn't working. The simple solution is to run chmod 644 on the problem file(s) or chmod 755 on the directories.

$ sudo chmod -R 777 /"your files location"

The best way to debug the error depends upon the server and what’s actually running at the time. Consider some debugging tips to help diagnose and fix common causes of this problem.

Re: HTTP ERROR 500 - Unable to handle this request.

Posted: Sun Feb 06, 2022 1:39 am
by swiftws
no solution ?

Re: HTTP ERROR 500 - Unable to handle this request.

Posted: Sun Feb 06, 2022 1:46 am
by JNeuhoff
This forum thread was from 1 1/2 years ago. If somebody else has problems with Internal Server error, please start a new forum thread. Or even better, do a forum search first, because this kind of question has been answered many times over. They all will tell you to look into the server's error log (not the same as the OpenCart error.log!) or to enable the display of errors to find out more.

Re: HTTP ERROR 500 - Unable to handle this request.

Posted: Fri Feb 18, 2022 5:25 am
by swiftws
JNeuhoff wrote:
Sun Feb 06, 2022 1:46 am
This forum thread was from 1 1/2 years ago. If somebody else has problems with Internal Server error, please start a new forum thread. Or even better, do a forum search first, because this kind of question has been answered many times over. They all will tell you to look into the server's error log (not the same as the OpenCart error.log!) or to enable the display of errors to find out more.
Done the forum research before posting. Tried all the mentioned method above but got no sucess. Then as a final resort posted for a solution. yes thread is old but there are recent replies , users facing same issue.

Re: HTTP ERROR 500 - Unable to handle this request.

Posted: Fri Feb 18, 2022 5:58 am
by by mona
No OC version
No indication of what exactly you have tried
No web page posted
As is posted above Error 500 is a generic problem that states something has gone wrong on the web site's server but the server could not be more specific on what the exact problem is.
swiftws wrote:
Sun Feb 06, 2022 1:39 am
no solution ?
There is no solution, there is a message to tell you that something has gone wrong with you web sites sever.
Have you contacted your host?
Have you checked all your error logs?

In lay persons terms - walk into a garage and say my car is broken - and you will understand that every post here offers you a way to FIND the problem.
Once you find the problem come back and let us know.

Re: HTTP ERROR 500 - Unable to handle this request.

Posted: Fri Feb 18, 2022 9:27 pm
by EvolveWebHosting
swiftws wrote:
Fri Feb 18, 2022 5:25 am
JNeuhoff wrote:
Sun Feb 06, 2022 1:46 am
This forum thread was from 1 1/2 years ago. If somebody else has problems with Internal Server error, please start a new forum thread. Or even better, do a forum search first, because this kind of question has been answered many times over. They all will tell you to look into the server's error log (not the same as the OpenCart error.log!) or to enable the display of errors to find out more.
Done the forum research before posting. Tried all the mentioned method above but got no sucess. Then as a final resort posted for a solution. yes thread is old but there are recent replies , users facing same issue.
It's usually an extension issue or configuration issue that the server can not process. Have you checked all error logs through FTP or File Manager? What does your hosting provider say? Honestly, if they can't give you any answer, they probably shouldn't be hosting your website.