Subscribe page error on newest version

So I use phplist on a subdomain. When I click
config -> subscribe pages
then try to view my subscribe page (search icon) - nothing happens.

All the other menus seem to work so far.

http://phplist.example.com/lists/admin/?page=spage&tk=f9eb2ac0396d79c7899da632014fe54f

(Fixed)
I found out it didn’t add it to the config for some reason. Adding that now

How did you solve it?
I have same probem and I don t understund why

Without any details it’s hard to guess, but, I’d guess as the original poster put phpList in a sub Directory (ie: Not lists) phpList couldn’t find the different directory.

The fix will be to add the following to config/config.php file.

$pageroot="/subdirectory/lists"; (or whatever path is used)