Jump to content

500 Internal Server Error after install


Recommended Posts

turn on error reporting, just follow this guide:
open config/defines.inc.php

 
find this line define('_PS_MODE_DEV_', false);
change to look like this: define('_PS_MODE_DEV_', true);
then instead of simple 500 internal server error you will see detailed information about issue (what and where doesnt work)
Link to comment
Share on other sites

Ask your provider to read the error-log-files of the server. Only with this files you can identify what is causing the problem.

 

Check also the min. server configuration for Prestashop:

  • magic_quotes_gpc = off
  • memory_limit = 128M min. (better 256M)
  • max_execution_time = 300
  • max_input_time = 300
  • upload_max_filesize = 20M
  • post_max_size = 20M
  • max_input_vars = 5000
  • allow_url_fopen = on
  • safe_mode = off
  • cURL - for Paypal and other services with API can to be work
  • mod_rewrite = on
Edited by selectshop.at (see edit history)
Link to comment
Share on other sites

Getting Internal Server Error as well here:

 

http://www.drclark.it/store/modules/paypal/express_checkout/payment.php

 

getting:

 

PayPal response:
TIMESTAMP -> 2014-01-20T13:34:30Z
L_ERRORCODE0 -> 10002
L_SHORTMESSAGE0 -> Security error
L_LONGMESSAGE0 -> Security header is not valid
L_SEVERITYCODE0 -> Error

 

does the Paypal module need SSL?

Edited by mtporter (see edit history)
Link to comment
Share on other sites

No, but you have to configure Paypal correctly. Which Paypal module version are you using ? Did you created an API and added the details on module configuration ? Try to create a new API-Key at your Paypal account and change the details in your module settings.

Which Prestashopversion are you using ?

 

For PS 1.5. Paypal and 500 error there is a fix you can find here: http://nemops.com/debug-prestashop-error-500/#.Ut5B37QweUk

Edited by selectshop.at (see edit history)
Link to comment
Share on other sites

Downloaded. However, when you look at the URL in the fix of:

 

modules/paypal/views/templates/front/express_checkout/paypal.tpl

 

the folder /express_checkout is not on the store OR in the download (which would have included the file paypal.tpl).

 

Same for:

 

modules/paypal/views/templates/front/paypal.tpl

 

the file paypal.tpl is not on store OR in the download

 

And last the fix URL of:

 

modules/paypal/express_checkout/paypal_express_checkout.php

 

the file 'paypal_express_checkout.php' is not on store OR in the download

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...