Butters Posted December 11, 2010 Share Posted December 11, 2010 Hi,I have a serious problem,users can't login or register,when registering this error appears:Fatal error: Call to undefined method Validate::isdni() in /home/goldphar/public_html/authentication.php on line 50this is line 50 in /public_html/authentication.php: <form action="{$base_dir_ssl}authentication.php" method="post" id="login_form" class="std"> Help please. Link to comment Share on other sites More sharing options...
rocky Posted December 19, 2010 Share Posted December 19, 2010 It seems that your authentication.php and classes/Validate.php are from different versions of PrestaShop. Make sure that the function isDni($dni) exists in classes/Validate.php. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now