vzex2 Posted April 20, 2014 Share Posted April 20, 2014 Prestawizards I need your help!Blank page at simplify commerce credit card order confirmation page:https://xxxxxxxx.com/shop/modules/simplifycommerce/validation.phpSimplify Commerce v1.0.1 - by MasterCard with prestashop 1.6.05 My shop is using SSLIt's in sandbox mode to run the test card numbers with shop enabled yet it goes to a blank page. The payment api requires PHP 5.2 or greater with PHP cURL extension enabled which it shows as good with check marks.My shop is not currently enabled to view but I get the following error: Fatal error: Call to undefined function lcfirst() in /home1/xxxxxxxx/public_html/shop/modules/simplifycommerce/lib/Simplify/PaymentsApi.php on line 166line166 shows the following:$url = $this->fixUrl($url) . urlencode(lcfirst($object->getClazz())) . '/'; I've seen issues with paypal going to a blank page but could not find anyone using Simplify Commerce which is provided by MasterCard. Wonder why no one seems to be using them since it's free processing for the first $10,000 sales! Maybe because it doesn't work? I couldn't find them on Prestashop pages either. If it wasn't MasterCard run I'd wonder if it's even legit? I found them through their twitter offer not sure if free processing is still valid: https://www.simplify.com/commerce/partners/prestashop#/ The prestashop plugin is here:https://github.com/simplifycom/simplify-prestashop-module/releases/download/v1.0.0/simplifycommerce.zip orhttps://github.com/simplifycom/simplify-prestashop-moduleDocs:https://www.simplify.com/commerce/docs/tutorial/indexAny help sorting this out is GREATLY appreciated. Link to comment Share on other sites More sharing options...
vzex2 Posted April 26, 2014 Author Share Posted April 26, 2014 Anyone have a clue if the blank page being returned is user error, simplify payment module or prestashop 1.6.06? Seems it could be related to the paypal blank page issue? Help please to point me in the right direction on solving this. Being able to accept payment has completely stalled my prestashop going live Thanks! Link to comment Share on other sites More sharing options...
El Patron Posted April 26, 2014 Share Posted April 26, 2014 please turn on ps error reporting or check you hosting error log. the blank page would then display the underlying script error. Link to comment Share on other sites More sharing options...
vzex2 Posted April 26, 2014 Author Share Posted April 26, 2014 please turn on ps error reporting or check you hosting error log. the blank page would then display the underlying script error. Full details are in my first post does this help? Thanks for your comment! My shop is not currently enabled to view but I get the following error: Fatal error: Call to undefined function lcfirst() in /home1/xxxxxxxx/public_html/shop/modules/simplifycommerce/lib/Simplify/PaymentsApi.php on line 166 line166 shows the following: $url = $this->fixUrl($url) . urlencode(lcfirst($object->getClazz())) . '/'; Link to comment Share on other sites More sharing options...
Brendezzu Posted February 9, 2015 Share Posted February 9, 2015 Hi guys, I'm having the same problem. I have tried both Paypal and Simplifycommerce modules but same blank screen. Were you able to resolve? Thanks in advance, BB Link to comment Share on other sites More sharing options...
vzex2 Posted February 9, 2015 Author Share Posted February 9, 2015 Simplify tech support got back to me with the following May 13, 2014 although I don't know if it resolved the problem since I abandoned my prestashop install when I couldn't accept simplify payments. This info could now be outdated. Please update if it resolved the problem I may try another prestashop install! MAY 13, 2014 | 07:48AM CDTTom O. replied: Hi, Apologies for taking so long to get back to you. Unfortunately, the plugin had the incorrect version of PHP specified on the configuration page. The plugin in fact requires PHP 5.3+ and so using a lower version of PHP or the 5.2 as specified will cause the error you encountered. If you upgrade your version of PHP to 5.3 or above, the issue should be resolved. We have updated the plugin accordingly with the correct version of PHP to use which you can find at: https://github.com/simplifycom/simplify-prestashop-module/releases/download/v1.0.1/simplifycommerce.zip We appreciate your mail and informing us of the issue. If you have any other feedback or improvements you’d like to see, then do let us know and we’d be happy to help you out. Thanks,Tom Link to comment Share on other sites More sharing options...
Recommended Posts