drowned Posted May 13, 2014 Share Posted May 13, 2014 Hello, I've a problem with the Paypal module. Front office, a warning message appears on the payment page : <b>Notice</b> : Undefined index: PayPal_payment_method in <b>/homez.599/trishop/Prepod/cache/smarty/compile/5a/0a/09/5a0a092d714b1df2d593917927c73dd4f28dba76.file.integral_evolution_payment.tpl.php</b> on line <b>55</b> Anyone can help me ? Thanks a lot. Link to comment Share on other sites More sharing options...
benjamin utterback Posted May 13, 2014 Share Posted May 13, 2014 Hi, can you clear your cache and cookies? What version of PrestaShop are you using? This might help. 1. Open Prestashop admin panel and go to Advanced Parameters > Performance 2. Set Force compile to Yes and save changes. 3. Go to your front-office and refresh the store page. 4. Proceed with payment Link to comment Share on other sites More sharing options...
drowned Posted May 13, 2014 Author Share Posted May 13, 2014 Hi, it's Prestashop 1.6.0.5 I've cleared cache and cookies, Set Force compile to Yes and refresh the page, but the same error is still here Link to comment Share on other sites More sharing options...
benjamin utterback Posted May 13, 2014 Share Posted May 13, 2014 Okay, next clear the smarty cache manually, via FTP Delete all the files in these folders, except of index.php. cache/smarty/compile cache/smarty/cache img/tmp Does that help? Link to comment Share on other sites More sharing options...
drowned Posted May 13, 2014 Author Share Posted May 13, 2014 Everything has been done. But the notice message is still here Link to comment Share on other sites More sharing options...
benjamin utterback Posted May 13, 2014 Share Posted May 13, 2014 This should tell you more information, via FTP, go to config > defines.inc.php change the line: define('_PS_MODE_DEV_', false); change false, to true. define('_PS_MODE_DEV_', true); Once that is enabled, please reproduce the issue and let me know if any other error shows up. Link to comment Share on other sites More sharing options...
drowned Posted May 13, 2014 Author Share Posted May 13, 2014 Turn mode dev to true but the same error shows up. There's not any other error. Link to comment Share on other sites More sharing options...
benjamin utterback Posted May 13, 2014 Share Posted May 13, 2014 Has it ever worked with your credentials? Is this the first time you are setting it up? Link to comment Share on other sites More sharing options...
drowned Posted May 14, 2014 Author Share Posted May 14, 2014 Hello Benjamin, everything was allright until we reboot the mysql server. We had a problem of blank page. See my discussion about it with Vekia here : http://www.prestashop.com/forums/topic/329537-blank-page-help-prestashop-16/?do=findComment&comment=1669071 Many thanks for your help. Thibaut Link to comment Share on other sites More sharing options...
benjamin utterback Posted May 14, 2014 Share Posted May 14, 2014 After the server reboot you started having this problem? Do you have safe backups made and confirmed? Are you comfortable downloading the latest version from Github and replacing your PayPal module via FTP? If so, I would download the entire Modules master Zip here, https://github.com/PrestaShop/PrestaShop-modules Then, extract the PayPal module, Not PayPalUSA Replace your current PayPal Module with this new one vita FTP. Only do this if you are comfortable going into FTP and after you have made a backup. Link to comment Share on other sites More sharing options...
drowned Posted May 17, 2014 Author Share Posted May 17, 2014 Hi Benjamin, yes, the problem with Paypal begun after the server reboot. But everything works since yesterday, since we update to PayPal v3.7.0 in the back office. The errors messages have suddenly disappeared!! It's now fully operationnal. Thank you for your help and patience Benjamin. Thibaut Link to comment Share on other sites More sharing options...
Recommended Posts