function wsod_rebuild_system_table() {
  require_once './includes/file.inc'; // needed for file_scan_directory()
  require_once './modules/system/system.module'; // needed for system_get_files_database()
  module_rebuild_cache(); // rebuild paths in system table
}

those files can't be found on windows either.

Comments

kenorb’s picture

Status: Active » Postponed (maintainer needs more info)

Files:
./includes/file.inc and ./modules/system/system.module
are part of Drupal core and should be always in your document root directory.

Please paste the error that you have and when do you have this problem.

kenorb’s picture

Category: bug » support
Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

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