forgot password errors

Ask the community for help and support.
Post Reply
dculley
Posts: 3
Joined: Fri Dec 27, 2019 5:50 pm

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.
mfleeson
Posts: 2
Joined: Thu Nov 05, 2020 6:33 pm

Re: forgot password errors

Post by mfleeson »

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