forgot password errors

Open to all! Ask other shopowners for help.
Post Reply
dculley

forgot password errors

Post by dculley »

I'm on V1.05.8 PHP v7.2.27 Site not live. Still in testing setup

I turned on display errors in PHP last knight to check. Received this when going to admin.


Notice: Constant MODULE_CONTENT_FORGOT_PASSWORD_STATUS already defined in /home/xxxxx/xxxxxl/xxxxxx/admin/includes/application_top.php on line 65

Notice: Constant MODULE_CONTENT_FORGOT_PASSWORD_CONTENT_WIDTH already defined in /home/xxxxx/xxxxx/xxxxx/admin/includes/application_top.php on line 65

Notice: Constant MODULE_CONTENT_FORGOT_PASSWORD_SORT_ORDER already defined in /home/xxxxxx/xxxxx/xxxxx/admin/includes/application_top.php on line 65

line 65 is: define($configuration['cfgKey'], $configuration['cfgValue']);

I went to admin/modules/customer_data and removed Password reset and then reinstalled it. That did not fix the error.


Join The Code Co-op to get access to your library in the Code Co-op Forum
mfleeson
Posts: 2
Joined: Thu Nov 05, 2020 6:33 pm
Phoenix Version:

Re: forgot password errors

Post by mfleeson »

It looks like your configuration table is corrupted. Suggest you do a clean installation of latest version.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply