Frage Version 1.2.8

Alle installationsbezogenen Probleme hier posten. Dies sollte die erste Anlaufstelle bei Problemen sein.
Post Reply
User avatar
salmi
Posts: 200
Joined: Wed 31. May 2006, 19:48
Location: Österreich, Stadl-Paura
Contact:

Frage Version 1.2.8

Post by salmi »

Hallochen


habe eine frage und zwar muss ich bei der Version 1.2.8 die paches auch installieren ???


Stefan
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

ja - und schön der Reihe nach
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
User avatar
salmi
Posts: 200
Joined: Wed 31. May 2006, 19:48
Location: Österreich, Stadl-Paura
Contact:

Post by salmi »

OK DANKE !!!
User avatar
salmi
Posts: 200
Joined: Wed 31. May 2006, 19:48
Location: Österreich, Stadl-Paura
Contact:

Post by salmi »

hallöchen


kann mir wer helfen und zwar ich habe ein Problem mit der Vers. 1.2.8 und zwar komme ich mit den Paches nicht klar.

Weiß nicht wie ich die Installieren soll bzw. muss dass ganze soll zunächst local auf meinem Rechner laufen !!

Bitte kann mir wer sagen wie ich das installieren muss.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Lade dir die aktuelle Version herunter: (Full release 1.2.8 / 2006/08/25)
Da sind alle Patches schon implementiert.

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
salmi
Posts: 200
Joined: Wed 31. May 2006, 19:48
Location: Österreich, Stadl-Paura
Contact:

Post by salmi »

und zwar habe ich wieder ein Update problem wie bei version 1.2.6

beim Upload auf 1.2.8 ladet er mir wieder einige datein nich auf den server !!!

was kann ich bei der Version 1.2.8 löschen das das Update funnktioniert !!

Habe wieder Platzprobleme am Server !!!

Fehler Meldung !! Transferfehler !!


mfg Stefan
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Das hatten wir doch schon einmal. Es können die selben dinge gelöscht werden, wie beim letzten update.
Du musst aber Platz schaffen, sonst kannst du mit dem System nicht arbeiten. Wenn einige Bilder hinzukommen gibt es schon Probleme.

so 1-5MB Luft sollten schon sein, je nach Bildaufkommen.

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
salmi
Posts: 200
Joined: Wed 31. May 2006, 19:48
Location: Österreich, Stadl-Paura
Contact:

Post by salmi »

Hallochen,

und zwar habe ich jetzt das problem das ich nach dem Update von 1.2.6 auf 1.2.8 nur mehr eine Zeile im WYSIWYG HTML

Fehler siehe

http://www.feuerwehr-stadlpaura.at/problem1.jpg


Kann mir wer helfen ??

LG Stefan
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Pappnase

Post by Pappnase »

salmi wrote:Hallochen,

und zwar habe ich jetzt das problem das ich nach dem Update von 1.2.6 auf 1.2.8 nur mehr eine Zeile im WYSIWYG HTML

Fehler siehe

http://www.feuerwehr-stadlpaura.at/problem1.jpg


Kann mir wer helfen ??

LG Stefan
http://www.phpwcms.de/forum/viewtopic.p ... ck+toolbar
User avatar
salmi
Posts: 200
Joined: Wed 31. May 2006, 19:48
Location: Österreich, Stadl-Paura
Contact:

Post by salmi »

Meine include/inc_lib/wysiwyg.editor.inc.php sieht so aus

<?php
/*************************************************************************************
Copyright notice

(c) 2002-2006 Oliver Georgi (oliver@phpwcms.de) // All rights reserved.

This script is part of PHPWCMS. The PHPWCMS web content management system is
free software; you can redistribute it and/or modify it under the terms of
the GNU General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.

The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html
A copy is found in the textfile GPL.txt and important notices to the license
from the author is found in LICENSE.txt distributed with these scripts.

This script is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

This copyright notice MUST APPEAR in all copies of the script!
*************************************************************************************/

// wysiwyg editor

if(!isset($wysiwyg_editor['value'])) $wysiwyg_editor['value'] = '';
if(!isset($wysiwyg_editor['field'])) $wysiwyg_editor['field'] = 'wysiwyg_editor';
if(!isset($wysiwyg_editor['height'])) $wysiwyg_editor['height'] = '350px';
if(!isset($wysiwyg_editor['width'])) $wysiwyg_editor['width'] = '440px';
if(!isset($wysiwyg_editor['rows'])) $wysiwyg_editor['rows'] = '15';
if(!isset($wysiwyg_editor['editor'])){
$wysiwyg_editor['editor'] = 1;
if(isset($_SESSION["WYSIWYG_EDITOR"])) $wysiwyg_editor['editor'] = $_SESSION["WYSIWYG_EDITOR"];
}
$wysiwyg_editor['lang'] = isset($_SESSION["wcs_user_lang"]) ? $_SESSION["wcs_user_lang"] : 'en';

switch($wysiwyg_editor['editor']) {

//load FCKeditor
case 1:
case 2:
include_once(PHPWCMS_ROOT."/include/inc_ext/FCKeditor2/fckeditor.php");

$oFCKeditor = new FCKeditor($wysiwyg_editor['field']);
$oFCKeditor->BasePath = PHPWCMS_BASEPATH.'include/inc_ext/FCKeditor2/';
$oFCKeditor->Config['CustomConfigurationsPath'] = PHPWCMS_BASEPATH.'config/phpwcms/fckeditor_config.js.php' ;

$oFCKeditor->Value = $wysiwyg_editor['value'];
$oFCKeditor->Width = $wysiwyg_editor['width'];
$oFCKeditor->Height = $wysiwyg_editor['height'];
$oFCKeditor->ToolbarSet = 'phpwcms_basic'; //phpwcms_default, Default
$oFCKeditor->Create();
break;

//load spaw editor
case 3:
case 4:
case 5:
include_once(PHPWCMS_ROOT."/include/inc_ext/spaw/spaw_control.class.php") ;

$sw = new SPAW_Wysiwyg( $wysiwyg_editor['field'],
$wysiwyg_editor['value'],
$wysiwyg_editor['lang'],
$wysiwyg_spaw_template,
'default',
$wysiwyg_editor['width'],
$wysiwyg_editor['height']
);
$sw->show();
break;

// just show general textarea
default: echo '<textarea name="'.$wysiwyg_editor['field'].'" rows="'.$wysiwyg_editor['rows'];
echo '" class="f11" id="'.$wysiwyg_editor['field'].'" ';
echo 'style="width: 440px; background-color: #ffffff;">'.html_specialchars($wysiwyg_editor['value']).'</textarea>';

}

?>
kann das was ich ändern soll nicht finden !!! Vielleicht bin ich ja blind :shock: :D
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

8) $oFCKeditor->ToolbarSet = 'phpwcms_basic'; //phpwcms_default, Default 8)
ist doch da :idea:
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
User avatar
salmi
Posts: 200
Joined: Wed 31. May 2006, 19:48
Location: Österreich, Stadl-Paura
Contact:

Post by salmi »

VIELEN DANK FÜR EURE HILFE !!!!!
Post Reply