pvr Posted August 30, 2009 Share Posted August 30, 2009 Hi,Got a problem:When a customer logs in for the first time everything works fine including ordering. Then you Log out. Upon a second log in attempt(reboot), after entering correct password the system crashes on a white screen searching for "authentication.php".If customer (on 2nd log in attempt) uses a wrong password, the system works correctly and the "invalid password" error appears.Same error occurs on a default installation. Have checked permissions, have checked server error logs (nothing). Website: www.musicallsorts.com/shopUsing:PHP 5.2.5Prestashop v 1.2.1Apache 1.3 or laterMySQL: 5.0tested: Firefox 3.5 --- IE8Server OS: Linux Link to comment Share on other sites More sharing options...
Azlath Posted September 16, 2009 Share Posted September 16, 2009 I have exactly the same problem,anyone please help... Link to comment Share on other sites More sharing options...
Todd Johnson Posted September 29, 2009 Share Posted September 29, 2009 Same issue. Not good. Link to comment Share on other sites More sharing options...
sidro Posted October 9, 2009 Share Posted October 9, 2009 The sleep function is blocked by your hosting provider You should ask your hosting company to consider removing the block on the sleep function. A Member does not use sleep in an insecure manner. Disabling that function does not increase security.If your hosting company insists on continuing to block functions, you should consider switching to a new host that provides a complete PHP environment.Best regards. Link to comment Share on other sites More sharing options...
Azlath Posted October 9, 2009 Share Posted October 9, 2009 you could sugest some hosting companies not having this kind of issue... how can we know wich ones will work fully?? Link to comment Share on other sites More sharing options...
sidro Posted October 10, 2009 Share Posted October 10, 2009 simply ask them before buying if you can run Prestashop on their servers without problems.ask about sleep function, about suPHP if they are willing to activate them for you.No Hosting company will publish the full configuration of the server on their website , but if you ask about compatibilities with prestashop they must tell you. Otherwise go on to the next hosting company.I don't know hosting companies outside Romania.My hosting company were I have an account is in my signature. It is a Romanian company.1.1 euro (5 RON) + VAT 19% per month for 2GB Space and 20GB Traffic. DataBase, e-mails accounts, Domains, Subdomains, etc...etc... all UNLIMITED.I have 1.1 , 1.2.3 and 1.2.4 Prestashop installed.Total PrestaShops instaled 10~15 with 300-350 products each.and other stuff. Link to comment Share on other sites More sharing options...
Azlath Posted October 11, 2009 Share Posted October 11, 2009 i've checked with an older prestashop site (v1.1) in the same server and authentication works perfectly! why?? what's the difference between authentication in 1.1 and 1.2.4?? Link to comment Share on other sites More sharing options...
sidro Posted February 20, 2010 Share Posted February 20, 2010 the source code of versions.codes are different and server requirements differs. Link to comment Share on other sites More sharing options...
Azlath Posted February 20, 2010 Share Posted February 20, 2010 i've solved my problem... i changed my hosting provider... i was with ipower.. prestashop just doesnt work well there Link to comment Share on other sites More sharing options...
andrex84 Posted April 1, 2011 Share Posted April 1, 2011 I'm not sure if this is exactly the same problem. But I too had the problem that users could register, but not log in afterward. The mail the new users received with their username and password contained an encrypted password which could be used as a password, but it wasn't the one they initially chose.The problem eventually was in my theme. I changed authentication.tpl from version 1.3 to the one from the default theme for version 1.4 and all my problems were gone. Link to comment Share on other sites More sharing options...
Recommended Posts