Closed (fixed)
Project:
Real Name
Version:
6.x-1.1-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Nov 2008 at 13:04 UTC
Updated:
20 Aug 2010 at 14:48 UTC
Jump to comment: Most recent file
Both realname-6.x-1.1-rc3 and dev versions report the same error after installing: "The profile load function (profile_load_profile) was not found."
I'm working with a 25-Nov dev version of Content profile.
Real Name doesn't work after this error choosing fields of Content Profile module
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | realname.patch | 732 bytes | bcn |
Comments
Comment #1
nancydruPlease go back to your settings and make sure it is using the content_profile module (the "Module" tab); this message would indicate that you have chosen the core profile module.
Comment #2
azuledu commentedThanks for answer Nancy.
The message appear at the moment I activate Real Name Module at admin/build/modules page, and remains till the moment I select Content Profile Module at admin/user/realname/module page. I don't know if it is the supposed behaviour.
Anyway the module doesn't work for me, using Content Profile module dev version from Nov,25.
Comment #3
nancydruYes, if you don't have the core profile module enabled, I could see this happening before you select the content profile module and some fields. The fix for #340673: Fatal Installation Error should resolve this. It will be in the -dev version that rolls up at midnight GMT. I'm going to mark this as fixed by that; if it is not, please re-open it.
Comment #4
azuledu commentedUsing the dev version from Non,30 now I get "The profile load function (_load_profile) was not found." till I activate the core Profile module.
Comment #5
nancydruIt won't roll a new version for another two hours or so yet (midnight GMT)
Comment #7
poundy commentedI realize this issue was mark as fixed and closed, but I am still having the profile load function was not found error show up. I am using Content Profile 6.x-1.x-dev.
Comment #8
tallsimon commentedIssue also exists with realname.module,v 1.4.4.26 2008/12/30 i.e. 6.x-1.1
In fact, after installing (then re-installing and clearing cache), the Module tab at admin/user/realname/module only shows Core Profile- there is not option to select RealName.
The error The profile load function (_load_profile) was not found. also displays on every page.
Drupal v 6.8
Comment #9
tallsimon commentedRolling back to 6.x-1.1-rc3 actually fixes the issue- the error disappears! Stranger and stranger...
Comment #10
ckidowHey Guys!
Did you already set this module up? After I added a field for realname and set it up into the module settings, the error message disappears.
Good Luck!
Greetings
CKIDOW
Comment #11
tallsimon commentedAah yes this does work, silly omission... thank you CKIDOW!
Comment #12
nancydruComment #13
bcn commentedAttached patch adds another check to make sure the $fields (and $module) variables have been set before displaying this error.
Comment #14
bcn commentedFurther testing showed that my patch broke things quite badly :)
I'll make another effort shortly.
EDITED TO ADD:
After trying a few different approaches, I'm not sure I have a good solution for this. I guess it's not a huge problem, but I'm sure there must be a better way to handle this.. Maybe moving the
$module = variable_get(...to earlier in the function, and put it inside amodule_existsto see which module are installed.Comment #15
nancydruI uninstalled the module and saw what you've been reporting. It is fixed now.
Comment #16
j0rd commentedThe most recent stable version of this module, still has this bug.
Comment #17
nancydru"Fixed" means this is still in the -dev version. Check the project page for what fixes are in the -dev version. When I am satisfied that the -dev version has been tested adequately, I will publish it.
Comment #19
verta commented[edit: Never mind, found a fix by installing current dev release.]