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
Comment #1
kenorb commentedFiles:
./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.
Comment #2
kenorb commented