Fatal error after installation!
NeuZeitgeist - April 8, 2008 - 08:33
| Project: | nodeprofile privacy |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | critical |
| Assigned: | NeuZeitgeist |
| Status: | closed |
Jump to:
Description
I tried to install module Nodeprofile privacy and I got this:
Fatal error: Call to undefined function is_nodeprofile() in /home/**********/public_html/*********/sites/all/modules/nodeprofile_privacy/nodeprofile_privacy.module on line 104
And I can't desinstall it now. What should I do?!
Thank you.

#1
Although it should not try to install itself without it's dependencies, the problem here is that you don't have nodeprofile enabled first. Just add
return $form;to the top of your nodeprofile_privacy_form_alter and you'll be able to get back into your admin page, where you can disable nodprofile privacy and enable nodeprofile (or let Drupal finish enabling it) .Then you can remove the line you added and re-enable nodeprofile privacy.
#2
Thank you for your anwser.
#3