iglitk Posted June 18, 2013 Share Posted June 18, 2013 I am having a serious problem. After PayPal being possibly the most annoying module to get to work, stripe won't work either. After the customer enters the card information they end up on a blank page , validation.php I think. The customer gets charged for the item, but a blank page could turn out to be vary confusing. I am not using ssl. Stripe is the latest version while prestashop is at 1.5.4 I think. Any one can help. Link to comment Share on other sites More sharing options...
iglitk Posted June 19, 2013 Author Share Posted June 19, 2013 i turned errors on and this is the error: Warning: require_once(/home1/egnapp/public_html/tools/tcpdf/tcpdf.php) [function.require-once]: failed to open stream: No such file or directory in /home1/egnapp/public_html/classes/pdf/PDFGenerator.php on line 28 Fatal error: require_once() [function.require]: Failed opening required '/home1/egnapp/public_html/tools/tcpdf/tcpdf.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home1/egnapp/public_html/classes/pdf/PDFGenerator.php on line 28 Link to comment Share on other sites More sharing options...
NemoPS Posted June 19, 2013 Share Posted June 19, 2013 Hi, It looks like stripe requires the pdf class to load tools/tcpdf/tcpdf.php. Can you check if it's present in that folder? Link to comment Share on other sites More sharing options...
iglitk Posted June 19, 2013 Author Share Posted June 19, 2013 I was missing tcpdf.pho, so I uploaded the one from the latest prestashop. It works now. Weird that the file disappeared. Thank you! I don't know how to mark this as solved on the phone. Link to comment Share on other sites More sharing options...
benjamin utterback Posted June 19, 2013 Share Posted June 19, 2013 Hi iglitk, thank you for the feedback. I'm trying to gather more information about why you lost that file. How did you install the module? Link to comment Share on other sites More sharing options...
unomeman Posted November 25, 2013 Share Posted November 25, 2013 (edited) Hello, I'm getting the same error... After the customer enters the card information they end up on a blank page , validation.php I think.The customer gets charged for the item, but a blank page. I am using ssl. tcpdf.php is there. Stripe recently had an update on their website (API Version 2013-10-29 (latest). Could it be that. I'm not sure what to do. Thanks in advance. Edited November 25, 2013 by unomeman (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted November 26, 2013 Share Posted November 26, 2013 You are getting a blank page, but you haven't shown that it is the same issue. Turn on dev mode and try again, so an error message will appear instead of a blank page. Link to comment Share on other sites More sharing options...
Recommended Posts