irenechan80 Posted October 1, 2013 Share Posted October 1, 2013 Hi My site always have this sever error message once the new user is trying to complete her registeration. Wonder what is wrong with this. I did registered for myself before and it is working fine. Can someone please help me on this? Thanks Link to comment Share on other sites More sharing options...
vekia Posted October 1, 2013 Share Posted October 1, 2013 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 More sharing options...
irenechan80 Posted October 1, 2013 Author Share Posted October 1, 2013 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 More sharing options...
vekia Posted October 1, 2013 Share Posted October 1, 2013 thank you but you have to check it i don't know the url Link to comment Share on other sites More sharing options...
irenechan80 Posted October 1, 2013 Author Share Posted October 1, 2013 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 80Notice: Use of undefined constant _RIJNDAEL_IV_ - assumed '_RIJNDAEL_IV_' in /home/simpli/public_html/classes/Cookie.php on line 80Warning: 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 80Notice: Use of undefined constant _RIJNDAEL_IV_ - assumed '_RIJNDAEL_IV_' in /home/simpli/public_html/classes/Cookie.php on line 80Warning: 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 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