• aetherscythe

    (@aetherscythe)


    Seeing some strange errors in the logs:

    2020-11-26 03:15:00 WARN groupusers->store() data not setup okay, will exit because: stdClass Object
    (
    [user_id] =>
    [group_id] => 2
    [is_core_user] => 1
    )

    (Above is repeated many times)…

    And again for a different group:

    2020-11-26 05:42:31 WARN groupusers->store() data not setup okay, will exit because: stdClass Object
    (
    [user_id] =>
    [group_id] => 1
    [is_core_user] => 1
    )

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter aetherscythe

    (@aetherscythe)

    This is not related to my other post about group editing not working on iPad.
    I used Safari on a Mac where the group editor works fine (AFAICT).

    Thread Starter aetherscythe

    (@aetherscythe)

    Could this error happen because there are no one-off / direct members of any groups?

    Originally I just had direct members in my first test group.
    But now that I am on “Society” I put all the members in their respective groups and all membership is strictly derived from groups.

    Thread Starter aetherscythe

    (@aetherscythe)

    There are some other errors that happen frequently.

    
    2020-11-27 01:39:54 ERRO inb_edited: 0 server id: 15 server name: example.com (imap)
    2020-11-27 01:39:59 ERRO inb_edited: 0 server id: 15 server name: example.com (imap)
    2020-11-27 01:41:23 ERRO inb_edited: 0 server id: 15 server name: example.com (imap)
    2020-11-27 01:41:59 ERRO inb_edited: 0 server id: 15 server name: example.com (imap)
    2020-11-27 01:43:24 ERRO inb_edited: 0 server id: 15 server name: example.com (imap)
    2020-11-27 01:43:37 ERRO inb_edited: 0 server id: 15 server name: example.com (imap)
    2020-11-27 01:44:48 ERRO inb_edited: 0 server id: 15 server name: example.com (imap)
    
    Thread Starter aetherscythe

    (@aetherscythe)

    I added a one-off WP User to each mailing list. Mail is still not flowing. ??

    Thread Starter aetherscythe

    (@aetherscythe)

    I got this working. It was a cron error due to “&” being present in the URL and I had not wrapped the string in “” so “&” was interpreted by the shell as background jobs. That meant only the base URL went through, so it was being rejected due to invalid key.

    I would still appreciate a response on whether there is any action I need to take regarding the ERRO messages.

    Plugin Author brandtoss

    (@brandtoss)

    The error about the groupusers not being stored is something where I need more context.
    You can go to the WP Mailster settings and temporarily change the logging level to DEBUG.
    Then see if you can reproduce the message and the also provide the log information before that error.

    The error regarding “inb_edited” can be ignored.

    Thread Starter aetherscythe

    (@aetherscythe)

    Thanks, Holger.
    I will get the logs to you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Added some new mailing lists via groups; mails are not processed’ is closed to new replies.