Hundreds of errors in error log file:
PHP Fatal error: Call to undefined function file_scan_directory() in ../sites/all/modules/advpoll/advpoll.module on line 1408
Has anyone experienced this before and if so what actions were taken to correct?
Linux
Apache
PHP 5.2.12
PHP 5.20
Shared environment
Comments
Comment #1
miro_dietikerIf you look at drupal core:
http://api.drupal.org/api/function/file_scan_directory
The function should be there... your drupal seems broken as file_scan_directory must be part of it...
Comment #2
miro_dietiker