|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
When you said the learning curve for typo3 is long......yo ain't joshin !!
Got*a couple*I can't figure out how to change, First, In the Install tool, Basi cConfiguration section it states: Maximum upload filesize too small? upload_max_filesize=7M 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 I opened my file ltypo3conf/localconf.php to alter this to 10M as suggested.* However my file only shows the following : $TYPO3_CONF_VARS['BE']['installToolPassword'] = '2a9b34df86bf890229fcbx????';*//* Modified or inserted by TYPO3 Install Tool. How do I go about adding the option listed above* for [maxFileSize] ?Where/what do I do to resolve this? Second, under the Image Processing section, when I click on the links in the testmenu area, they all return the following error: There was no result from the ImageMagick operation Below there's a dump of the ImageMagick commands executed: /usr/X11R6/bin/convert -geometry 170x136! -colorspace RGB -sharpen 50 -quality 70* /home/mysitename/mysitename..com/typo3/sysext/install/imgs/jesus.jpg[0] /home/mysitename/mysitename.com/typo3temp/pics/install_read_jpg.jpg Thanks for any help.......Doug _______________________________________________ TYPO3-linux mailing list TYPO3-linux (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/...fo/typo3-linux |
|
#2
|
|||
|
|||
|
Hi Doug,
You can alter these settings in the install tool. For the max filesize you should go to "All configuration" Kind regards, Jos Doug Jordan schreef: > When you said the learning curve for typo3 is long......yo ain't joshin !! > > Got a couple I can't figure out how to change, > > First, In the Install tool, Basi cConfiguration section it states: > > *Maximum upload filesize too small?* > > /upload_max_filesize=7M/ > 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 > > > > I opened my file ltypo3conf/localconf.php to alter this to 10M as > suggested. However my file only shows the following : > > > > $TYPO3_CONF_VARS['BE']['installToolPassword'] = > '2a9b34df86bf890229fcbx????'; // Modified or inserted by TYPO3 Install > Tool. > > > > > > How do I go about adding the option listed above for [maxFileSize] ? > > > Second, under the Image Processing section, when I click on the links in > the testmenu area, they all return the following error: > > > > *There was no result from the ImageMagick operation* > > Below there's a dump of the ImageMagick commands executed: > > > > /usr/X11R6/bin/convert -geometry 170x136! -colorspace RGB -sharpen 50 > -quality 70 > /home/mysitename/mysitename.com/typo3/sysext/install/imgs/jesus.jpg[0] > /home/mysitename/mysitename.com/typo3temp/pics/install_read_jpg.jpg > > > Where/what do I do to resolve this? > > > > Thanks for any help.......Doug > _______________________________________________ TYPO3-linux mailing list TYPO3-linux (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/...fo/typo3-linux |
|
#3
|
|||
|
|||
|
Doug Jordan schrieb:
> *There was no result from the ImageMagick operation* Hello Doug, either ImageMagick or GraphicsMagick had to be installed on your server, after that you had to set it up correctly (all GFX variables) under AllConfiguration. On the first page you're able to do a first check. andreas _______________________________________________ TYPO3-linux mailing list TYPO3-linux (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/...fo/typo3-linux |
|
#4
|
|||
|
|||
|
Hi Doug,
Doug Jordan schrieb: > When you said the learning curve for typo3 is long......yo ain't joshin !! > Got*a couple*I can't figure out how to change, > First, In the Install tool, Basi cConfiguration section it states: > Maximum upload filesize too small? > upload_max_filesize=7M > 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. As the notice says, the default of 10 M isn't yet altered. Therefore it doesn't shine up in the localconf.php. Up even if it did, it wouldn't change anything, because the limit of 7 M is set in the php.ini (or php5.ini, dependent on your configuration). You'll first have to change this to the desired value. Martin -- Bitte nicht an der E-Mail-Adresse fummeln, die paßt so. _______________________________________________ TYPO3-linux mailing list TYPO3-linux (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/...fo/typo3-linux |
|
#5
|
|||
|
|||
|
Or just edit this in your .htaccess.
Jos Martin Schoenbeck wrote: > Hi Doug, > > Doug Jordan schrieb: > >> When you said the learning curve for typo3 is long......yo ain't joshin !! >> Got a couple I can't figure out how to change, >> First, In the Install tool, Basi cConfiguration section it states: >> Maximum upload filesize too small? >> upload_max_filesize=7M >> 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. > > As the notice says, the default of 10 M isn't yet altered. Therefore it > doesn't shine up in the localconf.php. Up even if it did, it wouldn't > change anything, because the limit of 7 M is set in the php.ini (or > php5.ini, dependent on your configuration). You'll first have to change > this to the desired value. > > Martin _______________________________________________ TYPO3-linux mailing list TYPO3-linux (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/...fo/typo3-linux |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3] How to save filesize during upload | Michael Niemann | typo3-english@lists.netfielders.de | 0 | 26.05.2008 12:43 |
| [TYPO3-linux] installation on linux | T T | typo3-linux@lists.netfielders.de | 1 | 15.11.2007 13:18 |
| [TYPO3-german] Filesize Limit bei Verarbeitung - nicht beim Upload | Lars Brinkmann | typo3-german@lists.netfielders.de | 1 | 08.09.2007 20:10 |
| [TYPO3-shop] Set maximum height of an image in single view | Eef Weenink | typo3-project-tt-products@lists.netfielders.de | 4 | 02.05.2007 09:56 |
| [TYPO3-shop] Limit maximum item of my product list | Xatucans | typo3-project-tt-products@lists.netfielders.de | 3 | 21.02.2007 08:57 |