Well it just started a few mins ago and whole error msg is this;

Fatal error: Call to undefined function file_scan_directory() in /home/poetikha/public_html/katranark/includes/common.inc on line 5475

as you can see when you go to www.katranark.com which is build on Drupal 7.35.

Any help?

Comments

John_B’s picture

file_scan_directory() should be defined in includes/file.inc. Therefore the first step in debugging is to check that that file is present in your installation. Perhaps the includes folder got missed during an update or something.

Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors

serkan_isin’s picture

In fact site was working yesterday. The day before I just made that 7.35 upgrade for drupal and theme Gratis update. And then it's gone. Deleting modules right now to find out whats missing.

John_B’s picture

Deleting modules right now to find out whats missing.

I hope you mean disabling, not deleting. If you just delete modules without uninstalling them, the problem will get worse.

Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors

narendraR’s picture

Jaypan’s picture

Did you check if file.inc exists as John suggested?