Hello,
I use profile2 for having different pages for the details of my users. I have created and added some fields in the administration and everything is working.
But when I try to access to my page /profile-my_profile I have always the same message : There is no profile data yet I think it's because my fields are empty (it's for additional data, not required in the subscription process)
I tried with views but it's always a blank page (but I don't understand very well the relationship system and even know if it's possible to use the view system)
Could you help me and find a solution to access to my new profile page ?
Thanks in advance
Comments
Comment #1
thetech249 commentedI had that same problem I had to go into the database (phpmyadmin) find the table [profile] and add a new line with the user id (uid) all the other fields can be the same as any other of the profiles except the profile id (pid) just use the next number in order. After that you should see a link to edit the profile information.
You need to require something in the profile to activate it I think. If you don't need anything just make a checkbox and default to checked then hide it. There is a hidden field widget but I cannot think of the name of it.
Hope that helps if you need more info on how to do it let me know. I attached an image as what it should look like also.
the module is called hidden field widget it is here