Jump to content

I can't register users


ecuc

Recommended Posts

Hi people!

 

I take time with this problem and I can't resolve it.

I can't register users in my site and I can't log them.

 

I've been checking all my code and I don't find the way to repair it.

 

If anyone knows how to solve, please, I would be grateful for your help.

 

The website is http://abastecemaiss.pt/login for if you want see the origin of the problem.

 

Thanks

Link to comment
Share on other sites

Please try repeating the steps after enabling error debugging for your PrestaShop store and post the errors that are generated in this process here, so that we can guide you accordingly.

 

The issues that you are facing must be coming because of some third party module.

 

FYI, to enable error debugging you can follow the steps below.

 

- open file: config/defines.inc.php (using FTP or hosting control panel)

 

- change false-->true:

 

define('_PS_MODE_DEV_', false);

 

define('_PS_MODE_DEV_', true);

Link to comment
Share on other sites

Hi people!

 

I take time with this problem and I can't resolve it.

I can't register users in my site and I can't log them.

 

I've been checking all my code and I don't find the way to repair it.

 

If anyone knows how to solve, please, I would be grateful for your help.

 

The website is http://abastecemaiss.pt/login for if you want see the origin of the problem.

 

Thanks

 

When I tested, I see the '1' placed in email

http://screencast.com/t/aDcKWZUNy

 

this is caused when the underlying hosting upgrades php that is not compatible with PS, check your php version I think good one is 5.5/5.6.  Good luck!

Link to comment
Share on other sites

When I tested, I see the '1' placed in email

http://screencast.com/t/aDcKWZUNy

 

this is caused when the underlying hosting upgrades php that is not compatible with PS, check your php version I think good one is 5.5/5.6.  Good luck!

 

 

Thanks for answer me, El Patron.

My template needs PHP v.5 or higher and my server offers PHP 5.2/5.3/5.4/5.5/5.6/7.0

 

With this, Would not have to I to have problems with the versions?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...