Menu

FAQ problem die zweite!

ViperNeo
2004-09-30
2013-04-15
  • ViperNeo

    ViperNeo - 2004-09-30

    key][defValue]; } } return true; } function getResult() { // XML::COMMENT (Optionen laden, beim Konstruktor gibts ansonsten Fehler) $this->getOpts(); $szRet = ''; $arKonten = $this->ctext->getKonten($arNoOpts); for ($iCnt = 0;$iCntarOpts['szNameOfBank']." ".$arKonten[$iCnt]['szNameOfBank']."
    \n"; $szRet .= $this->arOpts['szOwnerOfKonto']." ".$arKonten[$iCnt]['szOwnerOfKonto']."
    \n"; $szRet .= $this->arOpts['iBLZ']." ".$arKonten[$iCnt]['iBLZ']."
    \n"; $szRet .= $this->arOpts['iKontoNr']." ".$arKonten[$iCnt]['iKontoNr']."
    \n"; $szRet .= $this->arOpts['szUse']." ".$arKonten[$iCnt]['szUse']."
    \n"; if (($iCnt + 1) < count($arKonten)) $szRet .= "\n".$this->arOpts['szSeperator']."\n"; } return $szRet; } } ?>

    Obigen Fehler zeigt mir das system vor der anzeige des FAQs. Jede andere Seite wird korrekt angezeigt. woran liegt das?

    greetz

     
    • Christopher Klein

      Die PHP-Datei wurde nicht geparst, und zwar die /templates/default.codelets/codelet.loadBankdata.php...

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.