Hallo,

das TypoScript, welches Du in die ext_typoscript_setup.txt geschrieben hast, habe ich z.B. ans Ende des setup.txt von Configuration\TypoScript gepackt.
Desweiteren scheint mir die storagePid für die fe_users zu fehlen, also:

plugin.tx_gallery {
    persistence {
        storagePid = xy
        classes {
...

Vielleicht hilft Dir das weiter.

Viele Grüße
Eddy


Am 30.03.2013 17:57, schrieb Maik Hagenbruch:
Hm, könnte sein dass da der Hund begraben liegt. Ich weiß nicht genau ob das so richtig ist. Muss da in die setup.txt im Verzeichnis "Configuration" oder muss das in die ext_typoscript_setup.txt?

Die ext_typoscript_setup.txt sieht so aus:

config.tx_extbase{
   persistence{
       classes{

            {
               mapping {
                   tableName = fe_users
                   recordType = Tx_MusicfinderRegister_User
               }
           }
                  }
   }
}

und die setup.txt im Verzeichniss Configuration sieht so aus:

plugin.tx_musicfinderregister = USER
plugin.tx_musicfinderregister {
    userFunc = tx_extbase_core_bootstrap->run
   pluginName = User
   extensionName = MusicfinderRegister
   controller = User
   action = new
    view {
templateRootPath = {$plugin.tx_musicfinderregister.view.templateRootPath} partialRootPath = {$plugin.tx_musicfinderregister.view.partialRootPath} layoutRootPath = {$plugin.tx_musicfinderregister.view.layoutRootPath}
    }
    persistence {
storagePid = {$plugin.tx_musicfinderregister.persistence.storagePid}
    }
    features {
        # uncomment the following line to enable the new Property Mapper.
        # rewrittenPropertyMapper = 1
    }
}

plugin.tx_musicfinderregister._CSS_DEFAULT_STYLE (
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-musicfinder-register table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-musicfinder-register table th {
        font-weight:bold;
    }

    .tx-musicfinder-register table td {
        vertical-align:top;
    }
)


Ich glaub ich steh hier einfach noch ein bisschen aufm Schlauch...
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an