go to admin > content management > forum.
create forum.
click on edit forum: it doesn't work.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pwolanin’s picture

Yes- I see the same bug. Probably a lingering effect of the recent admin interface upgrade.

pwolanin’s picture

seems to be something lacking in function forum_form_forum($edit = array()).

paranojik’s picture

Status: Active » Needs review

The arg() problem again....

beginner’s picture

Status: Needs review » Active

Are you sure that's the right patch?
The problem described is in admin/content/forum, and you patch modifies the /forum menu.
???

paranojik’s picture

Status: Active » Needs review

yeah, I'm sure. I tested it. You have to look at the code the patch doesn't include....

paranojik’s picture

OMG. I'm sorry beginner, I guess it's me who should take a look again. Hope this is the right one....

paranojik’s picture

ok now! It seems like the issue tracking sistem keeps linking to the already uploaded patches.... I changed the name of the patch now...

paranojik’s picture

this is my last attempt to upload the patch...

beginner’s picture

Status: Needs review » Needs work

It seems the tracker is having issues of its own :).

Can you confirm that patch #8 is the right one?
it seems it isn't, because it doesn't work for me.
Also, I had to manually apply the patch: can you provide standard unix patches (i.e. not with ^M end lines).

paranojik’s picture

Status: Needs work » Needs review
FileSize
722 bytes

converted (sorry for that). It sure works for me (editing forums and containers).

beginner’s picture

Status: Needs review » Reviewed & tested by the community

ok, this patch applies cleanly, and it works (I may have made a mistake when applying manually the previous one).
Code change is simple.

Thanks.

beginner’s picture

Title: cannot edit forum » cannot edit forum /container description
drumm’s picture

Status: Reviewed & tested by the community » Fixed

committed to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)
beginner’s picture

Version: » x.y.z
Status: Closed (fixed) » Active

this bug has reappeared, though the cause may be different.

eaton’s picture

On a clean HEAD I just walked through the process of enabling forums, adding a container, and adding a new forum. No hitches.

Can you explain the steps you took to reproduce the error?

beginner’s picture

you have the list of forums/container here:
?q=admin/content/forum

try editing any container/forum:
?q=admin/content/forum/edit/forum/4
?q=admin/content/forum/edit/container/8

The page simple prints 'array'.

eaton’s picture

Status: Active » Needs review
FileSize
1.25 KB

Good catch. This should do the trick.

beginner’s picture

The patch failed to apply for me.
Is this patch compatible with linux (line endings)?

webchick’s picture

Status: Needs review » Reviewed & tested by the community

Patch applies fine for me, and solves the problem stated.

@beginner: Yes, there are CRs in the patch, but a more modern version of patch deals with them just fine.. I recommend you update.

beginner’s picture

Apparently I do have the latest version, so I couldn't upgrade:

$ patch -v
patch 2.5.9

http://www.gnu.org/software/patch/patch.html
ftp://ftp.gnu.org/gnu/patch

Dries’s picture

Committed to CVS HEAD. Thanks.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)