administrator/components/com_installer/component/component.class.php dosyasında aşağıdaki değişiklikleri yapıyoruz: Kod: if(!file_exists($this->elementDir()) && !mosMakePath($this->elementDir())) { Değiştir: Kod: if(!file_exists($this->elementDir()) && !mosMakePath(substr($this->elementDir(), 0, -1))) { Bul: Kod: if(!file_exists($this->componentAdminDir()) && !mosMakePath($this->componentAdminDir())) { Değiştir: Kod: if(!file_exists($this->componentAdminDir()) && !mosMakePath(substr($this->componentAdminDir(), 0, -1))) { Alıntıdır. umarım işinize yarar