by marlene3 » 3:58pm, Thu 08 Dec, 2011
I am new to phplist. I think I have figured this one out......It seems to be working......
You need to put / before the subfolder in the config file.
So for example, when you uploaded the phplist into your server originally, if you put it into a subfolder called e.g MYPHPLIST
In the config file you would put the following:
$pageroot = '/MYPHPLIST/lists';
$adminpages = '/MYPHPLIST/lists/admin';
NOT
$pageroot = 'MYPHPLIST/lists';
$adminpages = 'MYPHPLIST/lists/admin';