Related to a previous post...
I successfully replaced the funky added text that Plesk is adding to a db dump using find/replace in NotePad++. BTW: Not only was there a ‘?phpmyadmin=....’ version, there was also another version, ‘&phpmyadmin;=....’. Over 300 affected items total in my db dump.
After the find/replace, I imported the db dump using phpmyadmin (on local dev PC). Logged into control panel just fine. Links worked properly. All looked well.
Then I noticed that content editors had hard-coded URLs (?!) into too many entries to edit manually (> 280) (Moving website to new located; those hard-coded URLs will break). So, decided to use the find/replace routine on that as well.
Problem: After replacing the hard-coded URLs with references to the new site’s URL I could not log into the control panel. Login form returns, ‘can’t find that user’.
I looked carefully at the raw db dump file and the user is in the ‘exp_members’ table. I double-checked my find/replace text strings - all OK.
Have been scratching my head on this on all afternoon. Have redone the procedure several times with the same result. Even did the URL replace by itself and couldn’t log in.
If I only replace the funky ‘..phpmyadmin=’ text, I can log in.
Any clues as to what may be happening?
TIA