Status page in D7 shows a bunch of errors due to ereg() syntax.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

xurizaemon’s picture

Title: Correct file_scan_directory() $mask param for D7 preg_match() » Correct drupal_system_listing() $mask param for D7 preg_match()
Status: Active » Needs review
FileSize
837 bytes

patch

xurizaemon’s picture

Error message (so I can find this) -

Warning: preg_match(): Delimiter must not be alphanumeric or backslash in file_scan_directory() (line 2044 of /includes/file.inc).

Merged this fix into patch on #1092262: Fatal error: Call to undefined function libraries_get_path() in openid_selector/openid_selector.install.

andriy_gerasika’s picture

Status: Needs review » Fixed
xurizaemon’s picture

No thanks necessary, but I'd love it if assigned credit for the backlog of patches you're committing at the moment.

See Maintaining a Drupal.org project with Git and Adding a commit author for instructions. Ex -

git commit -m "Issue #1673186 by grobot: Correct drupal_system_listing() $mask param for D7 preg_match()." --author="grobot <grobot@76026.no-reply.drupal.org>"

You can click through from name of the patch submitter to get the attribution address.

No stress - this is a recent addition to Drupal.org and I understand you've been away :)

Status: Fixed » Closed (fixed)

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