No matter what I try I cannot get the phplist block to show up (It does show up in "Blocks", just not where I put it on a page. I am getting all the other UI things as described, and the module can successfully sync to phplist but still no module. I have the proper permissions set as far as I know, anonymous is allowed to access list....still no block. I don't know if it's a drupal 7 thing or what, and unfortunately am too new to really even know where to start on "digging in" to resolve this. Maybe I'm missing something trivial, I dunno. Any help would be appreciated.

I am also getting this error message:

Warning: array_pop() [function.array-pop]: The argument should be an array in phplistbackend_node_insert() (line 90 of /home/cagentil/public_html/drupal/sites/all/modules/phplist/phplistbackend/phplistbackend.module).
Notice: Trying to get property of non-object in phplistbackend_node_insert() (line 92 of /home/cagentil/public_html/drupal/sites/all/modules/phplist/phplistbackend/phplistbackend.module).

Comments

gerbreown’s picture

I am also having this problem.

In addition when I go to My Account or try to create a new account it does not show any of my lists.

When I go to Configuration/List Access it shows all of my roles but am not able to select any of them.

Thanks.

jawi’s picture

Same issue here.
Is there any progress at gerbreown & cagentil ??

Edgecrusher’s picture

I am also having this issue.

Any news on a patch?

drupalove’s picture

To access the collapsed fields under List Access, in the file phplist.module just change the last line to FALSE in:

<code>$form['role' . $role->rid] = array(
      '#type'        => 'fieldset',
      '#title'       => $role->name,
      '#collapsible' => TRUE,
      '#collapsed'   => TRUE,


Then you will be able to give access to different roles under List Access. This worked for me, hope it works for you.

drupalove’s picture

Issue summary: View changes

added error message