mailman on 2.3.2-dev

Discussion in 'General' started by Gza, Aug 15, 2007.

  1. jnsc

    jnsc rotaredoM Moderator

    so try to login as admispconfig (maybe you need to change temporary the shell). Try newlist MyNewTestList.

    I would do the tests myself, but I don't have a Mandriva here, so you will have to help a little bit :)
     
  2. Gza

    Gza New Member

    the list is created.

    so i think, there is a problem in ispconfig code, where is the newlist command in code?
     
  3. jnsc

    jnsc rotaredoM Moderator

    can you try with
    Code:
    /usr/lib/mailman/bin/newlist MySecondTest
     
  4. Gza

    Gza New Member

    success...

    So i guess, the /home/admispconfig/ispconfig/lib/classes/ispconfig_isp_list.lib.php

    didn't run, but i don't know, because in the log only the /root/ispconfig/scripts are logged (sorry my bad english)
     
  5. jnsc

    jnsc rotaredoM Moderator

    that's really strange, try to add an echo on line 172 of /home/admispconfig/ispconfig/lib/classes/ispconfig_isp_list.lib.php
    PHP:
    echo $results;
    what is the output when you create a new list?
     

Share This Page