You are not logged in.

Dear visitor, welcome to sourceserver.info. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

MadMakz

Super Moderator

  • "MadMakz" started this thread

Posts: 1,878

Location: ~#

wcf.user.option.userOption53: Ja

  • Send private message

1

Sunday, February 26th 2012, 11:26pm

[Gelöst] DokuWiki - Revisionen funktionieren nicht

Wie der Titel schon sagt es ist ein sehr merkwürdiges Problem.
Mein DokuWiki zeigt nur die aktuelle Revision unter der Revisionsliste.


Nach ca. einer Stunde Trial & Error und google habe ich aufgegeben.
Die Rechte des "data" (bzw. "datas" siehe Conf. unten) ordners sind rekursiv auf 777 (Ordner + Dateien). Die Revisionen werden auch im "attic" Ordner angelegt sie erscheinen nur nicht im Front-/Backend.

Das Wiki benutz MySQL Auth über vBulletin Datenbank.
Release ist "Angua" (aktuell).

Config:

Spoiler Spoiler

PHP Source code

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
26
27
28
29
30
31
$conf['savedir'] = './datas/psvita_wiki_cgx24_com';

$conf['title'] = 'PSVita Wiki';
$conf['lang'] = 'de';
$conf['template'] = 'default';
$conf['license'] = '0';
$conf['recent'] = 0;
$conf['youarehere'] = 1;
$conf['showuseras'] = 'username';
$conf['maxtoclevel'] = '4';
$conf['maxseclevel'] = '5';
$conf['useheading'] = '1';
$conf['useacl'] = 1;
$conf['superuser'] = '@Administratoren';
//$conf['superuser'] = '@admin';
$conf['disableactions'] = 'register,source,export_raw';
$conf['target']['extern'] = '_blank';
$conf['userewrite'] = '1';
$conf['useslash'] = 1;
$conf['canonical'] = 1;
$conf['gzip_output'] = 1;
$conf['send404'] = 1;
$conf['dmode'] = 0777;
$conf['fmode'] = 0777;

$conf['plugin']['pagelist']['style'] = 'list';
$conf['plugin']['pagelist']['showdate'] = '0';
$conf['plugin']['pagelist']['showuser'] = '0';
$conf['plugin']['tag']['pagelist_flags'] = 'list,nouser,nodate,nosort';
$conf['plugin']['tag']['toolbar_icon'] = 1;
$conf['plugin']['fckg']['editor_bak'] = 1;

An den "disableactions" liegt es nicht, zumindest nicht als primäres Problem. "dmode" & "fmode" stehen testweise auf 0777 um sicherzustellen das definitiv gelsesen werden kann.

Gruß

Makz

Edit: URL

Source code

1
http://psvita.wiki.cgx24.com/

Edit2: Env:
Apache2
PHP 5.3.10
disable_functions

Source code

1
exec,system,passthru,shell_exec,popen,escapeshellcmd,proc_open,proc_nice

safe_mode off
magic_quotes_gpc off
register_globals off

This post has been edited 3 times, last edit by "MadMakz" (Feb 26th 2012, 11:51pm)


DeaD_EyE

Administrator

Posts: 3,980

Location: Hagen

Occupation: Mechatroniker (didaktische Systeme)

wcf.user.option.userOption53: Nein

  • Send private message

2

Monday, February 27th 2012, 1:23am

Ich schau heute nach der Arbeit mal nach. Unser DokuWiki muss auch noch aktualisiert werden. Dank der Bridge zu WBB3 ist das recht unproblematisch geworden.

MadMakz

Super Moderator

  • "MadMakz" started this thread

Posts: 1,878

Location: ~#

wcf.user.option.userOption53: Ja

  • Send private message

3

Monday, February 27th 2012, 2:29am

k.
ich werde das ganze die tage mal testweise auf meinen VPS kopieren und mal mit den bin-tools werkeln. index neu erstellen etc.
shared-hosting ist halt doch nicht immer entspannter^^
habe auch vergessen alle plugins zu posten, kann gut sein das da ein paar alte dabei sind die dieses komische problem produzieren.
notfalls muss halt das schwere mediawiki her :/

DeaD_EyE

Administrator

Posts: 3,980

Location: Hagen

Occupation: Mechatroniker (didaktische Systeme)

wcf.user.option.userOption53: Nein

  • Send private message

4

Monday, February 27th 2012, 9:05am

Ich suche heute mal die Zugangsdaten raus. Die wollte ich eh mal dir und den Admins schicken. Ich muss jetzt arbeiten :-D
Bin schon zu spät.

MadMakz

Super Moderator

  • "MadMakz" started this thread

Posts: 1,878

Location: ~#

wcf.user.option.userOption53: Ja

  • Send private message

5

Monday, February 27th 2012, 12:55pm

btw: habe ich das in intern gepostet? sollte eigentlich im offtopic sein. o.0

edit: verschoben

MadMakz

Super Moderator

  • "MadMakz" started this thread

Posts: 1,878

Location: ~#

wcf.user.option.userOption53: Ja

  • Send private message

6

Monday, February 27th 2012, 1:50pm

*doubblefacepalm*

Source code

1
$conf['recent'] = 0;

| | |
v v v

Source code

1
$conf['recent'] = 10;

http://www.dokuwiki.org/config:recent

:ankotzen:

DeaD_EyE

Administrator

Posts: 3,980

Location: Hagen

Occupation: Mechatroniker (didaktische Systeme)

wcf.user.option.userOption53: Nein

  • Send private message

7

Monday, February 27th 2012, 6:54pm

Ach lol. Ich war heute morgen noch nicht so ganz wach. Ich dachte du meintest unser Wiki wäre betroffen.