Page 1 of 1

Need help with my opencart website > Error 500 by click on product

Posted: Tue Feb 06, 2024 10:37 pm
by Blingzo
Hello community. I have a problem seeing the details of the products on my website. When I click on a product it displays the message “HTTP ERROR 500”. Also I can no longer connect to my dashboard knowing that my identifiers are correct. I want a solution.

Re: Need help with my opencart website

Posted: Wed Feb 07, 2024 12:35 am
by xxvirusxx
Check server log

Re: Need help with my opencart website

Posted: Wed Feb 07, 2024 12:52 am
by Cue4cheap
Blingzo wrote:
Tue Feb 06, 2024 10:37 pm
Hello community. I have a problem seeing the details of the products on my website. When I click on a product it displays the message “HTTP ERROR 500”. Also I can no longer connect to my dashboard knowing that my identifiers are correct. I want a solution.
Standard info needed.
Opencart version.
Did it work before?
Any changes made to site when it stopped working? Either by you or your webhost.
As xxvirusxx said ... check your error logs also.
Mike

Re: Need help with my opencart website

Posted: Wed Feb 07, 2024 1:07 am
by by mona
ditto all of the above
plus a link to your site

Is it likely that you installed a module and has caused a syntax error?
It is not clear if it is admin or front end that is your issue, so please be clear.

You can also try adding error logging into your index.php that is in the root of your installation
put it above // Version and remember to remove it when you are done.

Code: Select all

ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);

Re: Need help with my opencart website > Error 500 by click on product

Posted: Fri Feb 23, 2024 6:06 pm
by Huiu
Contact me for help or post here screenshot error