[TYPO3-english] templavoila FCE image problem

2009-03-06 Thread Paul Bucalo
I'm trying to create a flexible content element that uses two image uploads. The problem is that the flex form does not include a way to effect the images size. As a result, the image gets a size of 0 on the front end (error message): convert: Negative or zero image size `/var/www/html/typo3/upload

Re: [TYPO3-english] templavoila FCE image problem

2009-03-06 Thread Dmitry Dulepov
Hi! Paul Bucalo wrote: > The problem is that the flex form does not include a way to effect the > images size. This is not a problem. Flexform never includes sizes of images. It includes only information from fields. > As a result, the image gets a size of 0 on the front end (error message): >

Re: [TYPO3-english] templavoila FCE image problem

2009-03-06 Thread Paul Bucalo
I finally figured it out. It was giving a maximum image width, even though I had not set it as a fixed w+h. This could possibly be because I had it set as fixed when I was switching back and forth, playing with it. I didn't realize that the typoscript for the min values was getting written to the F

Re: [TYPO3-english] templavoila FCE image problem

2009-03-10 Thread Peter Kuehn [wmdb>]
Hi Paul, just a hint: take care if you configure a CE like this: attached images are *not* deleted from disk if you delete (a part of) the fce. recently i had to deal with an uploads/tx_templavoila/ folder containg 52.000+ images... gRTz pekue Paul Bucalo schrieb: > I finally figured it out. > I

Re: [TYPO3-english] templavoila FCE image problem

2009-03-11 Thread Paul Bucalo
How did you fix? You are right, it appends an underscore and number every time a new file is uploaded. Good catch, thank you for the tip. -p On Tue, Mar 10, 2009 at 7:25 PM, Peter Kuehn [wmdb>] wrote: > Hi Paul, > just a hint: take care if you configure a CE like this: > attached images are *not*