Hello everyone am trying to run the update.php but it some does not complete. the error i receive is as follows.

Fatal error: Call to undefined function module_implements() in /usr/home/ftp/_in/public_html/sites/default/settings.php on line 590.

How can i solve the following ?

Comments

gauravktomar’s picture

Which Drupal version you are using?

Not sure, but it might be because of some cache mechanism. Can you disable your cache modules and try again.

clin’s picture

Drupal version 7.41
Will try and give the advice provided a go.

gauravktomar’s picture

Are you still facing the same problem?

clin’s picture

Yes unfortunately that did not solve the issue

r-m-n’s picture

Hello,

Please excuse me bumping an old thread. I am having the exact same problem using Drupal 7.59. I cannot run update.php because I always get a type 500 error. I have looked in php_error.log and I get the message "PHP Fatal error:  Call to undefined function module_implements() in /users/apache/MYDOMAIN/htdocs/sites/default/settings.php on line 596". On line 596 I find this: module_implements('page_alter');

Can anyone indicate what I should do?