Subscriber page nr in database changes after sending message

Good morning duncanc,
The default config.php doesnot have a prefix set. The extended config says:

  • if you want a prefix to all your tables, specify it here,
    $table_prefix = ‘phplist_’;

  • if you want to use a different prefix to user tables, specify it here.
    read README.usertables for more information
    $usertable_prefix = ‘phplist_user_’;

So when I have $table_prefix = 'plist1_ '; then ALL tables should start with this.

I learned that phplist, when checking/creating tables, uses phplist_ as a default, not taking my setting in config.php into account. Now that I understand this, I can live with this small bug.
I have put my backup back in place and move on investigating the original problem of phplist changing the subscriber page setting in the subscriber profile after sending a message.

ronald