gforge-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-devel] [ gforge-Bugs-327 ] Add problems when you don't have foru


From: noreply
Subject: [Gforge-devel] [ gforge-Bugs-327 ] Add problems when you don't have forums
Date: Sun, 04 May 2003 09:55:40 -0500

Bugs item #327, was opened at 2003-05-04 16:55
You can respond by visiting: 
http://gforge.org/tracker/?func=detail&atid=105&aid=327&group_id=1

Category: Forums
Group: v3.0beta1
Status: Open
Priority: 5
Submitted By: Vicente Ruiz (vjrj)
Assigned to: Nobody (None)
Summary: Add problems when you don't have forums

Initial Comment:
If you don't have any forums in a project (because you
have deleted all your forums) and you try to create a
new one, you cannot.

I think there is a problem in www/forum/admin/index.php
in this part:

    $farr =& $ff->getForums();
    if ($ff->isError() || count($farr) < 1) {
     echo
'<h1>'.$Language->getText('forum','error_no_forums_found',
array($g->getPublicName())) .'</h1>';
      echo $ff->getErrorMessage();
      forum_footer(array());
      exit; 
    }

Thanks,


Vicente

----------------------------------------------------------------------

You can respond by visiting: 
http://gforge.org/tracker/?func=detail&atid=105&aid=327&group_id=1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]