Hi, I've added a regular text CCK field in content profile and set the "Number of Values" to unlimited. I also expose this field to the registration page. However when trying to "add another item" on the registration page I get the following error in a popup:
An HTTP error 403 occurred.
/content/js_add_more/profile/field_ywam_history
Could this be because the javascript file is not included while registering a new account?
Regards,
Marius
Comments
Comment #1
fagoCould you try again with the latest dev-snapshot? It should work with it.
Comment #2
mariusooms commentedI just tried with the latest dev, but I still experience the same problem. I could circumvent this issue with a different approach, but someone else might need this functionality too.
Regards,
Marius
Comment #3
fagoProbably your anonymous users don't have the "access content" permission? Try granting the permission to them, then it should work.
Comment #4
mariusooms commentedThat's makes complete sense and indeed I did have access content turned off for anonymous users. However after enabling the permission, anonymous users receive the following fatal error upon entering the registration screen:
Looking at the code I saw this used as operant "+=", I figured it must be "=". After changing it to that I receive the following warning:
Comment #5
fagoYou have the integration turned on for a field without cck fields. Make sure to have a cck field for each content profile type. if not - create on, disable it, delete the field.
Comment #6
jgraham commentedreopening as this needs to be resolved properly.
Comment #7
jgraham commentedCould not reproduce. Please open if problem persists.
Comment #8
mariusooms commentedYes...it works, thanks for sorting my mess. I have another question regarding deselecting all fields, but I'll open a different ticket for that.
Regards,
Marius
Comment #9
mariusooms commentedClosing this as this issue is fixed.