csphere-cms / cSphere

Generic PHP Web-CMS with low footprint and high extensibility
Other
17 stars 7 forks source link

Fehlermeldungen / groups_list #39

Closed Tress16 closed 10 years ago

Tress16 commented 10 years ago

Ich bekomme jedesmal wenn ich die groups_list aufrufe noch folgende 2 Fehlermeldungen:

Meldung: Undefined variable: action Code: 8 Datei: /var/www/...csphere/core/template/breadcrumb.php Zeile: 72

0 csphere/core/template/breadcrumb.php 72 csphere\core\init\handlerErrors(8, 'Undefined varia...', '/var/www/client...', 72, Array) 1 csphere/plugins/groups/actions/frontend/view.php 22 csphere\core\template\Breadcrumb->plugin('groups') 2 csphere/core/router/sandbox.php 78 include('/var/www/client...') 3 csphere/core/router/controller.php 89 csphere\core\router\Sandbox::light('/var/www/client...') 4 csphere/core/init/functions.php 200 csphere\core\router\Controller->execute() 5 index.php 27 csphere\core\init\start() 6 {main}


Meldung: Missing argument 2 for csphere\core\template\Breadcrumb::plugin(), called in /var/www.../csphere/plugins/groups/actions/frontend/view.php on line 22 and defined Code: 2 Datei: /var/www.../csphere/core/template/breadcrumb.php Zeile: 64

0 csphere/core/template/breadcrumb.php 64 csphere\core\init\handlerErrors(2, 'Missing argumen...', '/var/www/client...', 64, Array) 1 csphere/plugins/groups/actions/frontend/view.php 22 csphere\core\template\Breadcrumb->plugin('groups') 2 csphere/core/router/sandbox.php 78 include('/var/www/client...') 3 csphere/core/router/controller.php 89 csphere\core\router\Sandbox::light('/var/www/client...') 4 csphere/core/init/functions.php 200 csphere\core\router\Controller->execute() 5 index.php 27 csphere\core\init\start() 6 {main}

Tress16 commented 10 years ago

Das selbe Problem besteht ausserdem noch in der groups_view.

Tress16 commented 10 years ago

Und scheinbar in der groups_team.

Wobei ich bisher noch nicht genau weiss, wofür diese Datei genau da ist, bzw. wie man damit "arbeitet".

Fr33z3m4n commented 10 years ago

"System" -> "Options" -> "Groups" (bzw. "Content" -> "Groups" -> "Options"), den Namen der Hauptgruppe eintragen. Die Gruppe muss natürlich existieren. Anschließend wird unter "Team" die Gruppe angezeigt

Tress16 commented 10 years ago

Und warum wurde das Team seperat, also mit eigener Datei, gelöst? Man kann doch seine Gruppen erstellen und diese dann per ID in seiner Navi verlinken.

Wird das Team dann nicht in der groups_list gelistet? Wenn ja fänd ich aber einen Haken setzen für "verstecken" oder so praktischer.

Oder gibt es einen anderen Vorteil an der groups_team, den ich bisher noch nicht erkannt habe?