New administrator

Hi, I was creating two more new phpList administrators, so I filled out all the informatión form, and then wait for that my other team people received their new administrator email where you click on the URL link to establish the new password, but it seems not to work.

This es an example of the link:

http://172.20.19.182/lists/admin/lists/admin/?page=login&token=dda2936b4524dd521150b30525e53e88

So I noticed on URL that it’s wrong because the path is incorrect

The email was constructed using “lists/admin” twice, so it makes the URL path incorrect.

What’s the problem, or where can I correct this problem?

@rrosenbergg Possibly either or both of the $pageroot setting in config.php and the “Website address” field on the Settings page are incorrect. The “/lists/admin” should be part of $pageroot only.

OK, this is how I have the two variables:

$pageroot = ‘/lists’;

Website address = ‘boletines.sae.gob.mx’;

@rrosenbergg Why does the link have an IP address, when the website address is ‘boletines.sae.gob.mx’ ?

OK, the link is from my QA environment, so the variables from this environment are:

$pageroot = ‘/lists’;

Website address = ‘172.20.19.182’;

On my production environment all works fine.