I went trough documentation (http://drupal.org/node/214350) and it seems that Advanced profile is working on test site.
But when I go to edit 'All About User' mini panel I see:
Middle
1. Deleted/missing content type userinfo
When I want to add panel 'User Info' under 'User context'. It writes same error.
Did I do something wrong, missing something? Or is it bug?
Comments
Comment #1
gracearoha commentedComment #2
michelleI had that happen to me on my site when I switched from nodeprofile to bio. I ended up reverting everything to the module defaults and starting over and it was fine. Try that and see if it helps. It might be a panels bug.
Michelle
Comment #3
najibx commentedI had switched from bio to nodeprofile.
I ended up reverting everything to the module defaults and starting over .... wath exactly u did?
Currently I already have users with their profile in the DB...
Isn't this should be just a "custom node" with PHP code of something ...which we can fill in?
Do I ever had "userinfo" content type? I don't one now.
Comment #4
michelleI went from nodeprofile to bio so resetting it back to the module defaults worked as the module defaults are for bio. I just ran into this issue again, though. I need to dig into the code and see what's going on.
No, it's not a node. It's a panels content type. It comes with the module so you should have it.
Michelle
Comment #5
hokuspokus commentedI am running into the same problem as well. Clean install with updated modules, following instructions, but when I get to step 10 in the nodeprofile setup, the panel content page shows mainly "does not meet" or "deleted/ missing content" errors for the minipanels.
I am also unclear as what you are doing when you say "reset back to module defaults". Could you give a step by step? I never installed bio, and so other than the default node relationship, i dont have anything to revert to. Nothing I did seemed to get panels to recognize the preset content. Or is there an (easy) way to manually add the premade content to the panels?
Comment #6
godavid commentedI had the same issue on my site. Than I tried it with clean install on localhost and Ive got the exact same error. I tested nodeprofile and bio too but neither worked for me.
UPDATE:
I installed successfully advanced profile module with the DEV version of CCK. It seems that the 5.x-1.6-1 stable version has conflict with the module. Use the dev version.
Comment #7
michelleYes, the docs specifically say you need to use the dev version of CCK. The panels integration isn't in the stable version. But that doesn't fix this problem. I'm not sure what's causing it, yet. Possibly some chage to panels. I'm still investigating.
Michelle
Comment #8
bgg commentedSame happened to me till I installed DEV version of CCK.
Comment #9
michelleIt has nothing to do with CCK. It's a _panels_ content type.
Michelle
Comment #10
lisrael commentedI'm experiencing the same troubles.
The entire middle panel of the user profile comes through as
1. Deleted/missing content type node_cck_group
2. Deleted/missing content type node_cck_group
3. Deleted/missing content type node_cck_group
Some of the mini-panels have similar issues.
The only place I deviated from the instructions (http://drupal.org/node/214350) was in the CCK version. I misread it, and installed the latest version. Having read the above, I updated to dev, deactivated advanced profile, deleted the uprofile, and reactivated advanced profile. Still experiencing the same behavior.
Comment #11
michelleIf you deleted your uprofile then that would be why that content is missing. This issue is about the custom userinfo content type which seems to be a panels bug but I haven't chased it down, yet.
Michelle
Comment #12
lisrael commentedThis was happening before deleting uprofile, and after recreating it as well.
I'm also getting "Deleted/missing content type userinfo" on the "All About User" mini-panel, as above.
and
1. Deleted/missing content type activity
2. Deleted/missing content type activity
3. Deleted/missing content type activity
on the activity mini-panel.
Perhaps I'm mixing a couple issues here. Not sure.
Comment #13
lisrael commentedAlright - user error to blame for half my trouble.
The Deleted/missing content type node_cck_group bug came out of using the out of date CCK. When I updated it, I didn't do some completely (overwrite instead of delete and reinstall.)
The missing userinfo and missing activity are still present.
Comment #14
michelleWell, I've had no luck figuring out what causes this. Some glitch in panels somewhere. But, since the infomation displays fine and it's just a glitch on the mini panel edit page that doesn't seem to hurt anything, I'm not going to spend more time trying to figure it out. Maybe it will fix itself in a future panels version.
Michelle
Comment #15
elven commentedHi all,
sorry for re-opening this issue: I just stumbled over this bug myself ("Missing content type node_cck_group") and could really need some help here.
The integration of advanced profile, bio and panels was working flawlessly on my site until... well, I actually don't know what happened. I only recently realized that the user profiles are not showing anymore. I must have done a few module updates in the meantime. I guess the problem might be caused by CCK (5.x-1.7), advanced profile (5.x-1.0-alpha4) or Panels (5.x-2.0-beta3).
Already tried both re-installing and downgrading CCK and advanced profile, without luck. :-(
Can anybody help me with an idea as to what I should try!?
Thanks in advance.
Comment #16
michelleThat has nothing to do with this issue. Please read the release notes for alpha 4 for upgrade instructions.
Michelle