[TYPO3-english] Re: Re: lost

2015-03-11 Thread Tj Fitz

Yes, 100%.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] typo3 6.2.10 and GIFUBILDER image size

2015-03-11 Thread Georg Schönweger
Hi all,

i have a problem with GIFBUILDER created images after upgrading to
6.2.10 LTS. The images inside the GIFBUILDER object are not resized at all.

sample TS:
page.1 = IMAGE
page.1 {
  file = GIFBUILDER
  file {
XY = 100,100
10 = IMAGE
10 {
  file = fileadmin/images/logo_fakieshop.gif
  file {
# The image does not get resized to width = 100 :(
width  = 100
  }
}
  }
}

in 6.2.9 the image is resized properly. I tried with GM and imagemagick,
no luck ... Anybody experiencing the same problem?

regards,
Georg
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] lost

2015-03-11 Thread Jo Hasenau

Am 11.03.2015 um 17:09 schrieb Tj Fitz:

Net Objects Fusion


So you are creating static HTML and put that on the server later on?
Does the client know, that they won't be able to edit their content 
anymore, since you are going to remove their content management system 
from the server?


Cheers

Joey

--
Diversity:
Die Kunst zusammen unabhängig zu denken
The art of thinking independently together.
--
Facebook: https://www.facebook.com/johasenau
Twitter: http://twitter.com/bunnyfield
Xing: http://contact.cybercraft.de
TYPO3 cookbook (2nd edition): http://www.typo3experts.com
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] typo3 6.2.10 and GIFUBILDER image size

2015-03-11 Thread Wouter Wolters

Hi,

This is a known problem in 6.2.10.
It is fixed already and will be available when 6.2.11 is released.

regards,

Wouter Wolters
TYPO3 CMS Active Contributor


Georg Schönweger schreef op 11-3-2015 om 17:05:

Hi all,

i have a problem with GIFBUILDER created images after upgrading to
6.2.10 LTS. The images inside the GIFBUILDER object are not resized at all.

sample TS:
page.1 = IMAGE
page.1 {
   file = GIFBUILDER
   file {
 XY = 100,100
 10 = IMAGE
 10 {
   file = fileadmin/images/logo_fakieshop.gif
   file {
# The image does not get resized to width = 100 :(
 width  = 100
   }
 }
   }
}

in 6.2.9 the image is resized properly. I tried with GM and imagemagick,
no luck ... Anybody experiencing the same problem?

regards,
Georg



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

[TYPO3-english] Re: Re: Re: lost

2015-03-11 Thread Tj Fitz
On MY server I have many more directories such as htaccess, however I started this little swap not knowing exactly what the original structure was. however, with a little playing around, I realized that if I moved all of the contents of the /html/web folder and dumpped my site there, all is good and the site comes up.. it's possible that the Web folder was part of the server's directory structure and not Typo3 as it appeared. But the option of just deleting from Jo got me started in the right direction... 


Solved.. Thank ya's
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Inline relations - language switch - remember opened item

2015-03-11 Thread Jan Bednarik

Hi,

one of editors is complaining about the process of translating inline 
relations. She's complaining that when she's got opened item and wants 
it to translate, then she switches language of the parent item and 
relation collapse and she needs to find the relation, open it and then 
can translate.


Is there anything to make it more user friendly?

Thanks

Jan
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Re: lost

2015-03-11 Thread Tj Fitz

Ok, I tried taking all of the Typo3 folders and put them into another 
directory. When I load the site on my browser, it errors out (expected)
One item will not move, shortcut typo3temp
Then I put my site into the HTML folder (where the typo3 stuff was) but the 
site will not load
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Migration 4.5 to 6.2 Bootstrap not found

2015-03-11 Thread TSniper

Hello,

After migration to typo3 6.2 from typo3 4.5 i have this error :
Bootstrap' not found : 
( ! ) Fatal error: Class 'TYPO3\CMS\Core\Core\Bootstrap' not found in C:\wamp\www\project\typo3\sysext\cms\tslib\index_ts.php on line 32


[11-Mar-2015 14:16:30 Europe/Paris] PHP Stack trace:

[11-Mar-2015 14:16:30 Europe/Paris] PHP   1. {main}() 
C:\wamp\www\project\index.php:0

[11-Mar-2015 14:16:30 Europe/Paris] PHP   2. require() 
C:\wamp\www\tdt\project.php:83

thanks in advance for any help
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Unzipping option in fileadmin

2015-03-11 Thread Ralf Abele

Hi everybody,

I'd like to provide an unzip option for zip-files in fileadmin (Typo3 6.2). In 
Usergroup TSConfig I've entered the following:

permissions.file.default {
unzipFile = 1
}

In the Install Tool I've set the unzip path. Unfortunately in fileadmin there 
is still no option for unzipping. Does anybody know what could be the reason? 
The extension kb_packman doesn't work in 6.2. so I thought this might be core 
functionality as it could be set as option for FAL.

Thank you very much in advance.
Regards
Ralf
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Migration 4.5 to 6.2 Bootstrap not found

2015-03-11 Thread TSniper

This is the full report in the php error log :

[11-Mar-2015 14:16:30 Europe/Paris] PHP Fatal error:  Class 
'TYPO3\CMS\Core\Core\Bootstrap' not found in 
C:\wamp\www\project\typo3\sysext\cms\tslib\index_ts.php on line 32

[11-Mar-2015 14:16:30 Europe/Paris] PHP Stack trace:

[11-Mar-2015 14:16:30 Europe/Paris] PHP   1. {main}() 
C:\wamp\www\project\index.php:0

[11-Mar-2015 14:16:30 Europe/Paris] PHP   2. require() 
C:\wamp\www\project\index.php:83

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