Thank you for working on getting this available for D9. I have a Drupal 9.4.3 installation with PHP 8.1 and when I access the Message Tab I see the following warnings:

Warning: Undefined array key 0 in Drupal\privatemsg\Form\MessagesForm->pagerArray() (line 75 of /home/sitename/public_html/modules/contrib/privatemsg/src/Form/MessagesForm.php).:
Warning: foreach() argument must be of type array|object, null given in Drupal\privatemsg\Form\MessagesForm->pagerArray() (line 77 of /home/sitename/public_html/modules/contrib/privatemsg/src/Form/MessagesForm.php).:
Warning: Undefined variable $currentPageItems in Drupal\privatemsg\Form\MessagesForm->pagerArray() (line 81 of /home/sitename/public_html/modules/contrib/privatemsg/src/Form/MessagesForm.php).:
Warning: Undefined variable $currentPageItems in Drupal\privatemsg\Form\MessagesForm->pagerArray() (line 81 of /home/sitename/public_html/modules/contrib/privatemsg/src/Form/MessagesForm.php).:
Warning: foreach() argument must be of type array|object, null given in Drupal\privatemsg\Form\MessagesForm->buildForm() (line 109 of /home/sitename/public_html/modules/contrib/privatemsg/src/Form/MessagesForm.php).:

I can pull more debug information if you would like but this at least gets us started.

Thanks in advance.

Comments

Christopher Riley created an issue. See original summary.

ivnish’s picture

Thanks!

ivnish’s picture

Status: Active » Fixed

  • ivnish committed 74c6eaf on 1.0.x
    Issue #3300251 by Christopher Riley, ivnish: Warning Notices when...
ivnish’s picture

Please test dev version

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.