Kevin_V Posted September 2, 2013 Share Posted September 2, 2013 After updating to the latest prestashop and paypal module i get server error 500; http://www.hardwarestore.be/modules/paypal/express_checkout/payment.php can't load. I tried uninstalling the module, changing rights to 755 etc ... but i can't get it fixed. Can anyone help? Link to comment Share on other sites More sharing options...
fox8687 Posted September 4, 2013 Share Posted September 4, 2013 Hello, For someone, it works when in the file modules/paypal/api/paypalconnect.phpchange the line@curl_setopt($ch, CURLOPT_VERBOSE, true);with the line@curl_setopt($ch, CURLOPT_VERBOSE, false); hope it works for you. i have a similar problem, but i am blocked when i just confirm my paiement, then, a "502 Bad Gateway The server returned an invalid or incomplete response." occured (prestashop 1.4.11 Paypal 3.5.5). i hope to find what happened. 1 Link to comment Share on other sites More sharing options...
vekia Posted September 5, 2013 Share Posted September 5, 2013 if you've got internal server error (500) follow these instructions: open: config/defines.inc.phpfind this linedefine('_PS_MODE_DEV_', false); change to look like this:define('_PS_MODE_DEV_', true); then you will see where the problem occur (path to the file) Link to comment Share on other sites More sharing options...
Kevin_V Posted September 5, 2013 Author Share Posted September 5, 2013 Thanks for the feedback guys. I'll try it later this week. For the moment i got a lot of work to do. Thanks anyway. Keep you posted! Link to comment Share on other sites More sharing options...
Kevin_V Posted October 5, 2013 Author Share Posted October 5, 2013 (edited) Hi guys, just got the time to test the 2 suggestions. The first does'nt solve the problem. The 2nd suggestion ... i got this; Notice: Use of undefined constant _RIJNDAEL_KEY_ - assumed '_RIJNDAEL_KEY_' in /home/hardware/public_html/classes/Cookie.php on line 80Notice: Use of undefined constant _RIJNDAEL_IV_ - assumed '_RIJNDAEL_IV_' in /home/hardware/public_html/classes/Cookie.php on line 80Notice: Undefined variable: tmp in /home/hardware/public_html/modules/paypal/api/paypal_connect.php on line 124Fatal error: Using $this when not in object context in /home/hardware/public_html/tools/swift/Swift/Message/Headers.php on line 426 Edited October 5, 2013 by Kevin_V (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 6, 2013 Share Posted October 6, 2013 regarding to the: Fatal error: Using $this when not in object context in /home/hardware/public_html/tools/swift/Swift/Message/Headers.php on line 426 check this topic: http://www.prestashop.com/forums/topic/271035-ps-155-error-sending-emails-unexpected-functiontoolsswiftswiftmessageheadersphp-on-line-424/ Link to comment Share on other sites More sharing options...
Kevin_V Posted October 8, 2013 Author Share Posted October 8, 2013 (edited) regarding to the: check this topic: http://www.prestashop.com/forums/topic/271035-ps-155-error-sending-emails-unexpected-functiontoolsswiftswiftmessageheadersphp-on-line-424/ I think this is just updated in the latest version cause i can't find the bad lines anymore. Just tried Paypal again in the updated version and got this; Error occurred: Please try to contact the merchant: PayPal response: -> I requested new creditentials and installed the latest paypal module. Don't know anymore what to do. I'm searching the internet for simular problems but can't find any solutions. This are the remaining problem lines; Notice: Use of undefined constant _RIJNDAEL_KEY_ - assumed '_RIJNDAEL_KEY_' in /home/hardware/public_html/classes/Cookie.php on line 80 Notice: Use of undefined constant _RIJNDAEL_IV_ - assumed '_RIJNDAEL_IV_' in /home/hardware/public_html/classes/Cookie.php on line 80 Edited October 8, 2013 by Kevin_V (see edit history) Link to comment Share on other sites More sharing options...
benjamin utterback Posted October 9, 2013 Share Posted October 9, 2013 Hello, Did you only get that error at the white page when trying to checkout. The rijndael error is a server issue that you should contact your host about. They may need to do something on their side to have this working. It's not a common error at all. Link to comment Share on other sites More sharing options...
Kevin_V Posted October 14, 2013 Author Share Posted October 14, 2013 Hi Benjamin, i got the error on the last checkout page indeed. When i want to pay the screen goes blank and tries to connect to paypal. Then it returns the upper errors. I'll forward the question to my hosting company and hope they get it sorted out. Thanks anyway for the response! Hello, Did you only get that error at the white page when trying to checkout. The rijndael error is a server issue that you should contact your host about. They may need to do something on their side to have this working. It's not a common error at all. Link to comment Share on other sites More sharing options...
Kevin_V Posted October 21, 2013 Author Share Posted October 21, 2013 Just got feedback from the hosting company. They returned the error to the owner of the rijndael script. They say to ask it there. Hello, Did you only get that error at the white page when trying to checkout. The rijndael error is a server issue that you should contact your host about. They may need to do something on their side to have this working. It's not a common error at all. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now