Jump to content

Server Error Message during Registeration


Recommended Posts

hello

 

please turn on error reporting:

 
open config/defines.inc.php 
and find this line
define('_PS_MODE_DEV_', false);
change to look like this:
define('_PS_MODE_DEV_', true);
 
 
then we instead of this message we will see full error code
Link to comment
Share on other sites

 

hello

 

please turn on error reporting:

 
open config/defines.inc.php 
and find this line
define('_PS_MODE_DEV_', false);
change to look like this:
define('_PS_MODE_DEV_', true);
 
 
then we instead of this message we will see full error code

 

Hi

 

I had turn on the error reporting mode. Please check

Link to comment
Share on other sites

URL: www.simplicityaffair.com

 

Error Message on front page: 

Notice: Use of undefined constant _RIJNDAEL_KEY_ - assumed '_RIJNDAEL_KEY_' in /home/simpli/public_html/classes/Cookie.php on line 80

Notice: Use of undefined constant _RIJNDAEL_IV_ - assumed '_RIJNDAEL_IV_' in /home/simpli/public_html/classes/Cookie.php on line 80

Warning: Cannot modify header information - headers already sent by (output started at /home/simpli/public_html/classes/Cookie.php:80) in/home/simpli/public_html/classes/controller/FrontController.php on line 747

 
 
then when I click Register (http://www.simplicityaffair.com/my-account):
it show this message: 

Notice: Use of undefined constant _RIJNDAEL_KEY_ - assumed '_RIJNDAEL_KEY_' in /home/simpli/public_html/classes/Cookie.php on line 80

Notice: Use of undefined constant _RIJNDAEL_IV_ - assumed '_RIJNDAEL_IV_' in /home/simpli/public_html/classes/Cookie.php on line 80

Warning: Cannot modify header information - headers already sent by (output started at /home/simpli/public_html/classes/Cookie.php:80) in /home/simpli/public_html/classes/Tools.php on line 108
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...