Jump to content

Registration problem


Kuncavia

Recommended Posts

Hi,

 

I have a big problem with 2 things. First is registration:

 

When create new acc (username email, name address & etc.) and click Register. The acc is created, but I get erro page: 

 

Server error

The website encountered an error while retrieving http://kompiutri-bg.com/login. It may be down for maintenance or configured incorrectly.

Reload this webpage.
Press the reload button to resubmit the data needed to load the page.
Error code: 500

 

 
 
 
When i go back and try to login it's ok, but i don't want this error on my page.
Edited by Kuncavia (see edit history)
Link to comment
Share on other sites

if you've got internal server error turn on error reporting:

PrestaShop 1.5.3+
 
open config/defines.inc.php
 
find this line
define('_PS_MODE_DEV_', false);
change to look like this:
define('_PS_MODE_DEV_', true);
 
after that you will see additional info about errors
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...