keeralesh Posted March 25, 2014 Share Posted March 25, 2014 (edited) Hi, my e-shop has a problem with the registration of new customers. If I try to register and enters the email, I see only a white page. Can I ask you for help? Perhaps it was the update some modules that are compatible with version 1.6 My version is 1.5.6.2. URL adress - http://obchod.herbadent.cz/en/ Tkanks for help. Ales, Czech Republic Edited March 25, 2014 by keeralesh (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted March 25, 2014 Share Posted March 25, 2014 Hi, turn on error reporting and reproduce the error, this will give clue to problem. If you do not know how read here: http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/ Link to comment Share on other sites More sharing options...
vekia Posted March 26, 2014 Share Posted March 26, 2014 as i supposed problem is related to jquery script you've got code: { // adding a div to display a transition $('#center_column').html('<div id="noSlide">'+$('#center_column').html()+'</div>'); $('#noSlide').fadeOut('slow', function(){ $('#noSlide').html(jsonData.page); // update the state (when this file is called from AJAX you still need to update the state) bindStateInputAndUpdate(); $(this).fadeIn('slow', function(){ document.location = '#account-creation'; }); }); } comment out: //bindStateInputAndUpdate(); Link to comment Share on other sites More sharing options...
Recommended Posts