TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-linux@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 17.06.2008, 20:23
Doug Jordan
Gast
 
Beiträge: n/a
Standard [TYPO3-linux] Maximum upload filesize too small?

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 25.06.2008, 13:25
Jos Schipper [netcreators]
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-linux] Maximum upload filesize too small?

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 25.06.2008, 15:33
Andreas Burg
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-linux] Maximum upload filesize too small?

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 25.06.2008, 15:43
Martin Schoenbeck
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-linux] Maximum upload filesize too small?

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #5  
Alt 28.06.2008, 10:47
Jos Schipper [netcreators]
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-linux] Maximum upload filesize too small?

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

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


Alle Zeitangaben in WEZ +1. Es ist jetzt 03:41 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75