Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Themen, die in diesen Bereich verschoben wurden, gelten allgemein als beendet. Falls es dazu noch zusätzliche Fragen gibt, können diese zwar noch gestellt werden, aber diese alten Themen sollten auf keinen Fall wieder auferstehen, um neue Probleme zu erörtern.
Eröffnet dazu bitte ein eigenes neues Thema.

Question Kunena 1.6.1

More
13 years 4 months ago #11 by christkind
Replied by christkind on topic Re: Aw: Kunena 1.6.1
Hi rich,

ein dickes Danke für die schnelle und zielführende Antwort. Habe alles mit Erfolg veranlasst.

Bei dieser Gelegenheit möchte ich noch sagen, dass euer Forum hervorragend funktioniert, Kompliment!

Gruß Christkind

Please Log in or Create an account to join the conversation.

More
13 years 4 months ago #12 by christkind
Replied by christkind on topic Re: Aw: Kunena 1.6.1
Hallo nochmal,
mit dem Paket Xampp 1.7.3 habe ich auch PHP 5.3.1 installiert. Zufällig ist mir heute aufgefallen, dass beim Anklicken des PDF-Links im Joomla-Content-Bereich (Beiträge) folgende Fehlermeldung kommt:

Parse error: syntax error, unexpected T_STRING in C:\apachefriends\xampp\htdocs\Joomla\libraries\tcpdf\tcpdf.php on line 3238.

Folgende Funktion ist betroffen:

/**
* Adds fonts
* _putfonts
* @access protected
*/
function _putfonts() {
$nf=$this->n;
foreach($this->diffs as $diff) {
//Encodings
$this->_newobj();
$this->_out('<</Type /Encoding /BaseEncoding /WinAnsiEncoding /Differences >>');
$this->_out('endobj');
}
$mqr=get_magic_quotes_runtime();
set_magic_quotes_runtime(0);
foreach($this->FontFiles as $file=>$info) {
Font file embedding
$this->_newobj();
$this->FontFiles[$file]=$this->n;
$font='';
$f=fopen($this->_getfontpath().strtolower($file),'rb',1);
if(!$f) {
$this->Error('Font file not found: '.$file);
}
while(!feof($f)) {
$font .= fread($f, 8192);
}
fclose($f);
$compressed=(substr($file,-2)=='.z');
if(!$compressed && isset($info)) {
$header=(ord($font{0})==128);
if($header) {
//Strip first binary header
$font=substr($font,6);
}
if($header && ord($font{$info})==128) {
//Strip second binary header
$font=substr($font,0,$info).substr($font,$info+6);
}
}
$this->_out('<</Length '.strlen($font));
if($compressed) {
$this->_out('/Filter /FlateDecode');
}
$this->_out('/Length1 '.$info);
if(isset($info)) {
$this->_out('/Length2 '.$info.' /Length3 0');
}
$this->_out('>>');
$this->_putstream($font);
$this->_out('endobj');
}
set_magic_quotes_runtime($mqr);
foreach($this->fonts as $k=>$font) {
//Font objects
$this->fonts[$k]=$this->n+1;
$type=$font;
$name=$font;
if($type=='core') {
//Standard font
$this->_newobj();
$this->_out('<</Type /Font');
$this->_out('/BaseFont /'.$name);
$this->_out('/Subtype /Type1');
if($name!='Symbol' && $name!='ZapfDingbats') {
$this->_out('/Encoding /WinAnsiEncoding');
}
$this->_out('>>');
$this->_out('endobj');
} elseif($type=='Type1' OR $type=='TrueType') {
//Additional Type1 or TrueType font
$this->_newobj();
$this->_out('<</Type /Font');
$this->_out('/BaseFont /'.$name);
$this->_out('/Subtype /'.$type);
$this->_out('/FirstChar 32 /LastChar 255');
$this->_out('/Widths '.($this->n+1).' 0 R');
$this->_out('/FontDescriptor '.($this->n+2).' 0 R');
if($font) {
if(isset($font)) {
$this->_out('/Encoding '.($nf+$font).' 0 R');
} else {
$this->_out('/Encoding /WinAnsiEncoding');
}
}
$this->_out('>>');
$this->_out('endobj');
//Widths
$this->_newobj();
$cw=&$font;
$s='[';
for($i=32;$i<=255;$i++) {
$s.=$cw[chr($i)].' ';
}
$this->_out($s.']');
$this->_out('endobj');
//Descriptor
$this->_newobj();
$s='<</Type /FontDescriptor /FontName /'.$name;
foreach($font as $k=>$v) {
$s.=' /'.$k.' '.$v;
}
$file = $font;
if($file) {
$s.=' /FontFile'.($type=='Type1' ? '' : '2').' '.$this->FontFiles[$file].' 0 R';
}
$this->_out($s.'>>');
$this->_out('endobj');
} else {
//Allow for additional types
$mtd='_put'.strtolower($type);
if(!method_exists($this, $mtd)) {
$this->Error('Unsupported font type: '.$type);
}
$this->$mtd($font);
}
}
}


In Zeile 3238 steht: Font file embedding

Ursprünglich wurde die Zeile 3236 als fehlerhaft gemeldet: set_magic_quotes_runtime(0);

Da ich von PHP keine Ahnung habe, komme ich nicht weiter. Vieleicht kann mir ja nochmal jemand helfen mit einer genauen Anleitung zur Behebung des Fehlers. In anderen Internetforen habe ich Hinweise darauf gefunden, dass der Fehler auf PHP 5.3 < zurück zu führen ist.Deshalb diese ausführliche Darstellung.

Danke im Voraus
Christkind

Please Log in or Create an account to join the conversation.

More
13 years 1 day ago #13 by MichaS
Replied by MichaS on topic Re: Aw: Kunena 1.6.1
bei mir hat alles nicht geklappt. Gelöst habe ich das Problem, nachdem ich das komplette KUNENA-Menü aus dem Bereich menu (in der oberen Adminleiste im Backend anklicken) herausgenommen habe und außerdem den FORUM-Mewnüeintrag im Menü "mainmenu". Dann hat sich Joomla nicht mehr irreführen lassen und einfach nur noch die Links so abgearbeitet, wie ich sie jeweils in jeden Link gesetzt habe.

So war dass, nach zwei Tagen alles andere ausprobieren ;-)


MichaS. aus de_DE

Please Log in or Create an account to join the conversation.

Time to create page: 0.375 seconds