Checkout Error

Hi



I have an error when checkout - 500 internal error



so i attached imaged about checkout



Do I need change “localhost” to the server ip address?

image (1).jpg

[quote name='staright' timestamp='1408841640' post='190425']

Hi



I have an error when checkout - 500 internal error



so i attached imaged about checkout



Do I need change “localhost” to the server ip address?

[/quote]



Unfortunately, image is not attached. Do you work on local server? Do you have any custom files on your store?

sorry, i attached again!

Do you mean parse file is linked to localhost:26143 ? If so, file can not be got by server, file should be located on the server and link must be to domain or ip of this server.

how can i change that? you mean i have to change to server ip address instead of localhost?

A 500 error is generally from Apache (or whatever web server you are using).

If your issue is that the cart is empty, then you probably have a session problem where the session is being recreated when switching to https in checkout (guessing here).



Depending on what mode you are running PHP in, the most common 500 error is a result of directory/file permissions. Review the apache error logs and it should lead you to the problem.

[quote name='staright' timestamp='1408846270' post='190433']

how can i change that? you mean i have to change to server ip address instead of localhost?

[/quote]



It seems, code with file is located on one of included templates. You should specify correct location to included file.