Zen Cart Logo
Forums / Basic Configuration / Changed Server Password, can't get into Admin Panel

Changed Server Password, can't get into Admin Panel

Views: 6,300

Results 21 to 22 of 22
6 Dec 2018, 2:16 AM
#21
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,733
Plugin Contributions:
14

Changed Server Password, can't get into Admin Panel

Able:

Thank you Twitch for your reply, but I found the problem.

For other people's reference, here is how i found the problem:

In the Admin, under Tools I used the "developers toolkit" to search for the old password in all the .php files, and there I found a file 'configure.php' in the main includes file. This is a different file than the one that is found in the renamed-admin-folder.

Just changed the db password on that file and now it works fine. So for future reference to other searchers, there are 2 different configure.php files that need to be updated when the db password changes. One is in the main includes folder, the other is in the includes sub folder inside the renamed-admin-folder.

Good luck to all.

Ah my bad the way I read it I assumed you knew there were two... but glad you found the fix!

6 Dec 2018, 2:26 AM
#22
able avatar

able

New Zenner

Join Date:
Dec 2012
Posts:
13
Plugin Contributions:
0

Re: Changed Server Password, can't get into Admin Panel

Not at all I am grateful for the reply! I knew it had to be something like that but I just didn't realize it was in 2 places. Glad for the developer's toolkit search fuction (and that I knew the old password!).

For the record I want to add these keywords to the thread:

database password change

so if anybody searches for this problem with these words hopefully this solution will come up, and they will know there are 2 different configure.php files that need to be updated. I used the abbreviation 'db' that may not come up in a search for the word database.