Was upgrading Drupal to 6.13 from a previous version of 6. When i disabled Content Profile my system crashed with the following error message.
Fatal error: Call to undefined function content_profile_load() in /public_html/includes/common.inc(1645) : eval()'d code on line 5
Please help! =(
Comments
Comment #1
Anonymous (not verified) commentedCan some one tell me if I posted this in the right section? I REALLY need to fix this asap. Much appreciated.
Comment #2
andrenoronha commentedproblably one of your modules is calling the function somewhere. as it is declared inside content_profile.module if you disable it drupal will return this error.
reenable it.
Comment #3
fago