Hallo,

ok bei mir im Installtool hab ich auch noch folgendes entdeckt.

Maximum upload filesize too small?
upload_max_filesize=2M
By default TYPO3 supports uploading, copying and moving files of sizes up to 10MB (You can alter the TYPO3 defaults by the config option TYPO3_CONF_VARS[BE][maxFileSize]). Your current value is below this, so at this point, PHP sets the limits for uploaded filesizes and not TYPO3. Notice: The limits for filesizes attached to database records are set in the tables.php configuration files ($TCA) for each group/file field. You may override these values in localconf.php or by page TSconfig settings.

Wie kann ich das nun ändern geht das auch wenn ich keinen Zugriff auf die php.ini habe?

Die schreiben ja das ich dies ja auch in der localconf.php oder per tsconfig machen kann. aber wie mache ich das?


Gruß
Patrick

Am 03.02.2010 18:48, schrieb Gregor Hermens:
Hallo Patrick,

Patrick Zanker schrieb:

ich habe gerade ein neues Typo3 4.3.1 installiert. Nun wollte ich
Dateien im Filemanager hochladen und dort bekomme ich die Meldung, dass
ich nur Dateien mit max. 2MB hochladen darf, obwohl ich memory_limit=128
eingestellt habe und dies im Installtool auch so angezeigt wird.

das eine hat auch mit dem anderen wenig zu tun. Du suchst:

- upload_max_filesize

http://de.php.net/manual/de/ini.core.php#ini.upload-max-filesize

und evtl. auch

- post_max_size

http://de.php.net/manual/de/ini.core.php#ini.post-max-size

Gruß,
Gregor

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

Antwort per Email an