Schrift
[thread]3026[/thread]

Bestehendes Kwiki wieder in Betrieb nehmen



<< >> 3 Einträge, 1 Seite
format_c
 2006-07-25 17:45
#28581 #28581
User since
2003-08-04
1706 Artikel
HausmeisterIn
[Homepage] [default_avatar]
Hi,

ich hab meinen Rechner neu installiert und wollte mein damals funktionierendes Kwiki wieder in Betrieb nehmen. Nun hab ich eigentlich alle Module nach installiert aber jetzt bekomm ich ein Fehlermeldug die ich irgendwie nicht verstehe bzw, den Zusammenhang nicht verstehe.

Fehler: http://koeppe.homelinux.org/~format_c/cgi-bin/kwiki/
Die Zeile die angemeckert wird ist in der Datei Config.pm in folgendem Abschnitt:
Code (perl): (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
sub read_plugins {
    my $plugins_file = io(shift);
    my @plugins = grep {
        s/^([\+\-]?[\w\:]+)\s*$/Å©/;
    } $plugins_file->slurp;
    return @plugins unless grep /^[\+\-]/, @plugins or not @plugins;
    my $filename = $plugins_file->filename;
    die "Can't create plugins list" #Zeile 46
      unless -e "../$filename";
    my $updir = io->updir->chdir;
    my @parent_plugins = $self->read_plugins($filename);
    for (@plugins) {
        my $remove = $_;
        $remove =~ s/^\-// or next;
        @parent_plugins = grep {$_ ne $remove} @parent_plugins;
    }
    my %have;
    @have{@parent_plugins} = ('1') x @parent_plugins;
    return @parent_plugins, grep {
        not /^\-/ and do {
            s/^\+//;
            not $have{$_};
        }
    } @plugins;
}


Hat jemand ne Ahnung was das sein könnte.
meine Kwiki Verzeichnis hat folgenden Inhalt:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
format_c@boston ~/public_html/cgi-bin $ ls -l kwiki
insgesamt 80K
drwxr-xr-x 2 format_c users 4,0K 13. Jul 10:57 config
-rw-r--r-- 1 format_c users 334 13. Jul 10:57 config.yaml
drwxr-xr-x 2 format_c users 4,0K 13. Jul 10:57 css
drwxrwxrwx 2 format_c users 4,0K 25. Jul 14:48 database
drwxr-xr-x 4 format_c users 4,0K 13. Jul 10:57 icons
drwxr-xr-t 2 format_c users 4,0K 13. Jul 10:57 images
-rwxr-xr-x 1 format_c users 109 13. Jul 10:57 index.cgi
drwxr-xr-x 2 format_c users 4,0K 13. Jul 10:57 javascript
drwxr-xr-x 12 format_c users 4,0K 13. Jul 10:49 kwiki-orig
-rw-r--r-- 1 format_c users 6,2K 13. Jul 10:57 palm90.png
drwxrwxrwx 9 format_c users 4,0K 13. Jul 10:57 plugin
-rw-r--r-- 1 format_c users 12K 25. Jul 15:30 plugins
drwxr-xr-x 2 format_c users 4,0K 13. Jul 10:57 private
-rw-r--r-- 1 format_c users 989 13. Jul 10:57 README
-rw-r--r-- 1 format_c users 657 25. Jul 15:36 registry.dd
drwxr-xr-x 3 format_c users 4,0K 13. Jul 10:48 template
drwxr-xr-x 7 format_c users 4,0K 13. Jul 10:57 theme
format_c@boston ~/public_html/cgi-bin $



Kann mir jemand einen Tipp geben?

Gruß Alex\n\n

<!--EDIT|format_c|1153835223-->
renee
 2006-07-25 17:52
#28582 #28582
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Veraender mal die Rechte der Datei 'plugins'...
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/
format_c
 2006-07-25 17:54
#28583 #28583
User since
2003-08-04
1706 Artikel
HausmeisterIn
[Homepage] [default_avatar]
Code: (dl )
format_c@boston ~/public_html/cgi-bin/kwiki $ chmod 777 plugins

Aber immer noch selber Fehler

Gruß Alex
<< >> 3 Einträge, 1 Seite



View all threads created 2006-07-25 17:45.