The recent pressflow release has brought a few improvements to the error reporting system which has highlighted a few issues (see https://bugs.launchpad.net/pressflow/+bug/620001). These warnings are generated by using undefined indexes in arrays - for example:

  if (!$disabled_field_types[$type]) {

And

  if (preg_match('/^ul||/', $variables['element']['items']['#formatter'])) {

Comments

alexpott’s picture

Status: Active » Fixed

Fixed in 6.x-1.2

Status: Fixed » Closed (fixed)

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