Advanced search

Message boards : Server and website : Attach to project - missing or bad parameter: user_name

Author Message
Jan Wagner
Send message
Joined: 7 Nov 07
Posts: 1
Credit: 0
RAC: 0
Level

Scientific publications
wat
Message 437 - Posted: 7 Nov 2007 | 10:51:27 UTC

Hi,

with boinc manager 5.10.6 downloaded from here, when I try to attach to any project as a new user, the response is \"missing or bad parameter: user_name\".

Attach to a project without an existing account is supposed to work with boinc 5.2+ onwards. A bug in boinc manager 5.10.6 maybe?

OTOH when I create an account on the particular projects site (e.g. SETI@home) then attaching to that project with boinc manager works.

Please fix (?)

- Jan

Profile Krunchin-Keith [USA]
Avatar
Send message
Joined: 17 May 07
Posts: 512
Credit: 111,288,061
RAC: 0
Level
Cys
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 453 - Posted: 14 Nov 2007 | 12:57:09 UTC
Last modified: 14 Nov 2007 | 12:58:25 UTC

@ GDF,

I saw this on dev email list

Attaching to projects should still be broken with current SVN, as

html/user/lookup_account.php:37 still reads:
$user->update(passwd_hash=\'$user->passwd_hash\'\");
instead of
$user->update(\"passwd_hash=\'$user->passwd_hash\'\");

The mismatched quotes in :18 are fixed, though.

Add missing \"

Profile GDF
Volunteer moderator
Project administrator
Project developer
Project tester
Volunteer developer
Volunteer tester
Project scientist
Send message
Joined: 14 Mar 07
Posts: 1957
Credit: 629,356
RAC: 0
Level
Gly
Scientific publications
watwatwatwatwat
Message 454 - Posted: 14 Nov 2007 | 13:36:23 UTC - in response to Message 453.

@ GDF,

I saw this on dev email list

Attaching to projects should still be broken with current SVN, as

html/user/lookup_account.php:37 still reads:
$user->update(passwd_hash=\'$user->passwd_hash\'\");
instead of
$user->update(\"passwd_hash=\'$user->passwd_hash\'\");

The mismatched quotes in :18 are fixed, though.

Add missing \"


I don\'t see this line in the current php code.

Post to thread

Message boards : Server and website : Attach to project - missing or bad parameter: user_name

//