Hello,

I installed latest dev version (1.1.2.2). I have 2 problems (Drupal-6.3):

1. Dependency problem with content_profile_registration.module:

Enable content profile features during user registration
Content_profile content (missing) need to content_profile_registration module.

I checked the source. Maybe you use wrong syntax in .info file?

dependencies[] = content_profile content

The correct? syntax:

dependencies[] = content_profile
dependencies[] = content

?

After, when I changed this lines, it was passible to turn on the content_profile_registration module.

2. I always get "blank page" error after (whatever) submit procedure:
warning: Cannot modify header information - headers already sent by (output started at C:\var\www\sitename\sites\all\modules\content_profile\modules\content_profile_registration.module:1) in C:\var\www\sitename\includes\common.inc on line 141.

Please, help me, to fix this error.

Thx, Paul

Comments

fago’s picture

Status: Active » Fixed

thanks, I just fixed this critical issues (without testing it much).

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.