Hi,
ich würde gerne das Pony ml modul "pony images" über mosmodule im Content einbauen. Dies Funktioniert auch soweit, nur dass ich folgende Fehlermeldung bekomme.
Warning: Division by zero in joomla/administrator/components/com_ponygallery/tools/modules.class.php on line 176
Die Stelle im Code wäre diese hier"
------------------------------PHP-Code:function showimage($img,$tdclass) {
global $my;
Zeile 176>>> $output =" <td".$tdclass.">\n"; <<<Zeile 176
if( $img->id != "" ) {
$thmsize = getimagesize($this->_config['thumbnailabspath'].$img->imgthumbname);
$thmWidth = $thmsize[0];
$thmHeight = $thmsize[1];
Die Fehlermeldung erhalte ich auch, wenn ich das Modul normal einbaue.
Auf der Seite läuft außerdem noch joomfish, kann es evtl. daran liegen?
gruß
nico


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen