Hi everyone,

I was not careful and put evaulation module into modules directory when I installed a (multi-site) Drupal. Later, I realized that this module conflicted with taxonomy_acces (and there were other problems too) so I decided to drop this module. Unfiortunatelly, it was not succesful. After when I erased the evaulation I got only a blank page and the next message:

warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'node_page' was given in /var/www/drupaltest/includes/menu.inc on line 354.

How can I drop this module? Why does evaulation kill Drupal?
It would be very important to know it for me, because I must solve some problems on communityes' portals.
Many thanks for any help!

bandika

Comments

jeff h’s picture

Hi,

Sorry to hear something's broken your site(s). Just a question: did you disable the evaluation module in admin > modules before you deleted the module code from your server?

Can you give us some more detail on the exact steps you took?

Jeff

bandika’s picture

Hello,

I'v tried evaulation module once, then I disabled it. After disabling I deleted the source code but I got the error message. When I put back the module into modules directory, the Drupal works well again.
I must admit that was not careful because I didn'read the instalation text only applied its sql and put the directory into modules.
Later, I could see in the installation instructions that this module needed patching drupal, but I didn't patch. :(

jeff h’s picture

Are you saying Drupal works again when you put the module back in the modules directory, but you don't have to enable the module in the Drupal admin? It's very strange if so.