I get the error

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

15 times, followed by

Notice: Undefined index: value in theme_status_report() (line 2503 of /var/www/xdb/modules/system/system.admin.inc).

in status report when I enable this module.

I have extracted the chili-2.2.zip from http://code.google.com/p/jquery-chili-js/downloads/detail?name=chili-2.2... into sites/all/modules/chili_highlighter/js folder and I have rename the jquery.chili-2.2.js to jquery.chili.js

Comments

Anonymous’s picture

Title: Warning: preg_match(): Delimiter must not be alphanumeric or backslash in file_scan_directory() (line 1969 of /includes/file.inc » The call to file_scan_directory() has not been updated for Drupal 7
Status: Active » Fixed

The first error was caused by the call to file_scan_directory() that was not updated for Drupal 7.
I also resolved the warning about a not defined array index.

Thank you for your report.

Anonymous’s picture

I created a version 7.x-2.0-alpha2 to fix the error reported in this report.

Status: Fixed » Closed (fixed)

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