Seite 1 von 1

[CON-789] doppelte / in der config.php

Verfasst: Fr 5. Okt 2012, 19:31
von _wiewo_
Die config.php hat einige falsche Pfadangaben.

In den resultierenen Pfad entsehen doppelte /
Dadurch lädt der tinyMCE nicht

$cfg['path']['all_wysiwyg_html'] = $cfg['path']['contenido_fullhtml'] . '/external/wysiwyg/';
$cfg['path']['wysiwyg_html'] = $cfg['path']['all_wysiwyg_html'] . '/tinymce3/';

ergeben
z.B.
Contenido WYSIWYG-HTML-Pfad http://domain.de//external/wysiwyg//tinymce3/

Re: doppelte / in der config.php

Verfasst: Fr 5. Okt 2012, 22:24
von xmurrix
Danke für die Info.

Ist ein Bug, verschiebe es auch gleich nach Bugs.

Nachtrag:
Ist gefixt und commited.

Re: [CON-789] doppelte / in der config.php

Verfasst: Fr 5. Okt 2012, 22:37
von _wiewo_
Sorry fürs schnelle "hinrotzen" des Threads, hab telefoniert, blödes Multi Tasking :D ;)

Und danke fürs schnelle fixen.