[Answered] Updating user profile renders it "unpublished"?
The unpublishing problem is a known issue from the hack on the edit form to render differently for other than admin users. Just take that out. AFAIK, it's not related to your WSOD problem, mouse77e.
Michelle
Putting this blurb in the 'node-uprofile-edit.php' script seems to fix the unpublishing problem without displaying every option to the user (just make sure all of your user profiles are published before adding this). Just stick it somewhere above the bottom of the script:
print '<div style="display:none;">';
print drupal_render($form['options']['status']);
print '</div>'; That works but is still just as hacky. I've finally broken down and looked at doing a form alter and it's not quite as scary as I thought. I'll have that fix in the next revision.
Michelle
thanks a lot for this simple idea, i was nearly going nuts... i spent 3 days just trying to fix this without any success...
" I'll have that fix in the next revision. "
when ?
thanks
There's a lot of work involved. Hopefully within a month or so.
Michelle
Whenever there's no profile yet and I am loggin other person, whenever, I am viewing other person profile, I got this warning.
warning: Invalid argument supplied for foreach() in C:\wamp\www\drupal\modules\user\user.module on line 1529.
This user has not filled out a user profile.
however, if I login as the right person, I got "Create your User Profile" as it should be.
I have no problem to save edited profile.

Site contents are licensed under a
http://shellmultimedia.com/comment/reply/299/1048
Frezno, mite we have the same issue here?
Mouse