Re: [TYPO3-english] Error after upgrade from 4.5.0 to 4.5.1: [Class 't3lib_div' not found in ...sysext/install/mod/class.tx_install_session.php]

2011-02-24 Thread Andreas Becker
Hi David just came up

another Problem what happens sometimes also to me.

When you are using a Thai Keyboard check that the english letters are active
or actually the language settings you are using usually to enter passwords.

or

reinstall 4.5.1 perhaps some files have not been written(unpacked) like they
should.

or

Check your localconf for  $TYPO3_CONF_VARS['FE']['cookieDomain']
and set it temporarrily to
$TYPO3_CONF_VARS['FE']['cookieDomain'] =
$TYPO3_CONF_VARS[SYS][cookieSecure] = 0
$TYPO3_CONF_VARS[SYS][cookieHttpOnly] =

Andi

On Thu, Feb 24, 2011 at 2:50 PM, Andreas Becker ab.bec...@web.de wrote:

 Hi David

 Everything is working fine here. We just upgraded all our sites from 4.5.0
 to 4.5.1 and some from 4.4.6 to 4.5.1 without any problems. I was doing
 this
 the whole morning. The install tool is working fine here.

 Have you cleared cache and checked permissions

 Andi



 On Thu, Feb 24, 2011 at 2:37 PM, dave wong frontl...@gmail.com wrote:

  Has anyone else encountered the following problem accessing the
  install-tool
  after 4.5.1 upgrade?
 
  Issue: Cannot login to typo3 install-tool.
 
  URL: http://www.mydomain.com/typo3/install/
 
  Error:
  ===
  Fatal error: Class 't3lib_div' not found in
  {path}\sysext\install\mod\class.tx_install_session.php on line 0
  ---
 
  Details:
  Error appears on typo3/install login (the password challenge screen).
 After
  entering the correct password, user is returned to the same typo3/install
  login screen, with the error printed below the login box.
 
  I get this error after attempted upgrade from 4.5.0 to 4.5.1. The upgrade
  from 4.4.X to 4.5.0 was without incident. I get the same error when
 trying
  to upgrade on a local WAMP installation and a remote linux webserver.
 
  Actions:
  I tried clearing the typo3conf temp_ cache but no change.
  I can login to the typo3 backend, no problem.
 
  Regards, David.
 
 
  *
  *
  ___
  TYPO3-english mailing list
  TYPO3-english@lists.typo3.org
  http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
 
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

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


Re: [TYPO3-english] Error after upgrade from 4.5.0 to 4.5.1: [Class 't3lib_div' not found in ...sysext/install/mod/class.tx_install_session.php]

2011-02-24 Thread Thomas Kieslich

Hi, i have the same problem.
Posted with log in t.p.v4.
Will try your suggestions.

Thomas

On 02/24/2011 08:56 AM, Andreas Becker wrote:

Hi David

http://bugs.typo3.org/view.php?id=12371Another possibility would be trying
  with the default password.
Go into localconf.php and insert the line with the default password at the
end than try again.

And clear your browser cache and perhaps other caches you are using.

Andi



On Thu, Feb 24, 2011 at 2:50 PM, Andreas Beckerab.bec...@web.de  wrote:


Hi David

Everything is working fine here. We just upgraded all our sites from 4.5.0
to 4.5.1 and some from 4.4.6 to 4.5.1 without any problems. I was doing this
the whole morning. The install tool is working fine here.

Have you cleared cache and checked permissions

Andi



On Thu, Feb 24, 2011 at 2:37 PM, dave wongfrontl...@gmail.com  wrote:


Has anyone else encountered the following problem accessing the
install-tool
after 4.5.1 upgrade?

Issue: Cannot login to typo3 install-tool.

URL: http://www.mydomain.com/typo3/install/

Error:
===
Fatal error: Class 't3lib_div' not found in
{path}\sysext\install\mod\class.tx_install_session.php on line 0
---

Details:
Error appears on typo3/install login (the password challenge screen).
After
entering the correct password, user is returned to the same typo3/install
login screen, with the error printed below the login box.

I get this error after attempted upgrade from 4.5.0 to 4.5.1. The upgrade
from 4.4.X to 4.5.0 was without incident. I get the same error when trying
to upgrade on a local WAMP installation and a remote linux webserver.

Actions:
I tried clearing the typo3conf temp_ cache but no change.
I can login to the typo3 backend, no problem.

Regards, David.


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





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


Re: [TYPO3-english] Error after upgrade from 4.5.0 to 4.5.1: [Class 't3lib_div' not found in ...sysext/install/mod/class.tx_install_session.php]

2011-02-24 Thread dave wong
Hi Andi,

thanks for you many suggestions. I tried each suggestion and none of the
fixes correct the issue in the OP.


fyi, I also added the missing single-quote marks for the configurations for
the localconf.php file.
$TYPO3_CONF_VARS['FE']['cookieDomain'] = '';
$TYPO3_CONF_VARS['SYS']['cookieSecure'] = '0';
$TYPO3_CONF_VARS['SYS']['cookieHttpOnly'] = '';

Regards, David.



On Thu, Feb 24, 2011 at 3:05 PM, Andreas Becker ab.bec...@web.de wrote:

 Hi David just came up

 another Problem what happens sometimes also to me.

 When you are using a Thai Keyboard check that the english letters are
 active
 or actually the language settings you are using usually to enter passwords.

 or

 reinstall 4.5.1 perhaps some files have not been written(unpacked) like
 they
 should.

 or

 Check your localconf for  $TYPO3_CONF_VARS['FE']['cookieDomain']
 and set it temporarrily to
 $TYPO3_CONF_VARS['FE']['cookieDomain'] =
 $TYPO3_CONF_VARS[SYS][cookieSecure] = 0
 $TYPO3_CONF_VARS[SYS][cookieHttpOnly] =

 Andi

 On Thu, Feb 24, 2011 at 2:50 PM, Andreas Becker ab.bec...@web.de wrote:

  Hi David
 
  Everything is working fine here. We just upgraded all our sites from
 4.5.0
  to 4.5.1 and some from 4.4.6 to 4.5.1 without any problems. I was doing
  this
  the whole morning. The install tool is working fine here.
 
  Have you cleared cache and checked permissions
 
  Andi
 
 
 
  On Thu, Feb 24, 2011 at 2:37 PM, dave wong frontl...@gmail.com wrote:
 
   Has anyone else encountered the following problem accessing the
   install-tool
   after 4.5.1 upgrade?
  
   Issue: Cannot login to typo3 install-tool.
  
   URL: http://www.mydomain.com/typo3/install/
  
   Error:
   ===
   Fatal error: Class 't3lib_div' not found in
   {path}\sysext\install\mod\class.tx_install_session.php on line 0
   ---
  
   Details:
   Error appears on typo3/install login (the password challenge screen).
  After
   entering the correct password, user is returned to the same
 typo3/install
   login screen, with the error printed below the login box.
  
   I get this error after attempted upgrade from 4.5.0 to 4.5.1. The
 upgrade
   from 4.4.X to 4.5.0 was without incident. I get the same error when
  trying
   to upgrade on a local WAMP installation and a remote linux webserver.
  
   Actions:
   I tried clearing the typo3conf temp_ cache but no change.
   I can login to the typo3 backend, no problem.
  
   Regards, David.
  
  
   *
   *
   ___
   TYPO3-english mailing list
   TYPO3-english@lists.typo3.org
   http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
  
  ___
  TYPO3-english mailing list
  TYPO3-english@lists.typo3.org
  http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
 
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

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


[TYPO3-english] nc_ttnews_mostpopular typo3 4.5

2011-02-24 Thread Georg Schönweger
Hi,

nc_ttnews_mostpopular won't work with Typo3 4.5 -- Line 138 in file
class.tx_ncttnewsmostpopular_hooks.php there is a $tce-clear_cacheCmd()
which causes a warning msg in FE. Is there already somewhere a fixed
version or should i open a ticket in bugs.typo3.org? Btw. i can't find
the extension anymore in TER. Also in forge i don't find it.

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


Re: [TYPO3-english] Error after upgrade from 4.5.0 to 4.5.1: [Class 't3lib_div' not found in ...sysext/install/mod/class.tx_install_session.php]

2011-02-24 Thread Andreas Becker
Hi Thomas and Dave

you could also run a default localconf.php and see, if it is working than
and build it up again step by step.

Copy paste those parts in again from the not working localconf.php into the
default and see where it says good bye.

What is this Thomas:  t.p.v4. 

Andi






On Thu, Feb 24, 2011 at 3:16 PM, Thomas Kieslich
thomas.kiesl...@gmail.comwrote:

 Hi, i have the same problem.
 Posted with log in t.p.v4.
 Will try your suggestions.

 Thomas


 On 02/24/2011 08:56 AM, Andreas Becker wrote:

 Hi David

 http://bugs.typo3.org/view.php?id=12371Another possibility would be
 trying
  with the default password.
 Go into localconf.php and insert the line with the default password at the
 end than try again.

 And clear your browser cache and perhaps other caches you are using.

 Andi



 On Thu, Feb 24, 2011 at 2:50 PM, Andreas Beckerab.bec...@web.de  wrote:

  Hi David

 Everything is working fine here. We just upgraded all our sites from
 4.5.0
 to 4.5.1 and some from 4.4.6 to 4.5.1 without any problems. I was doing
 this
 the whole morning. The install tool is working fine here.

 Have you cleared cache and checked permissions

 Andi



 On Thu, Feb 24, 2011 at 2:37 PM, dave wongfrontl...@gmail.com  wrote:

  Has anyone else encountered the following problem accessing the
 install-tool
 after 4.5.1 upgrade?

 Issue: Cannot login to typo3 install-tool.

 URL: http://www.mydomain.com/typo3/install/

 Error:
 ===
 Fatal error: Class 't3lib_div' not found in
 {path}\sysext\install\mod\class.tx_install_session.php on line 0
 ---

 Details:
 Error appears on typo3/install login (the password challenge screen).
 After
 entering the correct password, user is returned to the same
 typo3/install
 login screen, with the error printed below the login box.

 I get this error after attempted upgrade from 4.5.0 to 4.5.1. The
 upgrade
 from 4.4.X to 4.5.0 was without incident. I get the same error when
 trying
 to upgrade on a local WAMP installation and a remote linux webserver.

 Actions:
 I tried clearing the typo3conf temp_ cache but no change.
 I can login to the typo3 backend, no problem.

 Regards, David.


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



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

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


Re: [TYPO3-english] Error after upgrade from 4.5.0 to 4.5.1: [Class 't3lib_div' not found in ...sysext/install/mod/class.tx_install_session.php]

2011-02-24 Thread Peter Beernink

Hi Dave,

On 24-2-2011 8:37, dave wong wrote:


Error:
===
Fatal error: Class 't3lib_div' not found in
{path}\sysext\install\mod\class.tx_install_session.php on line 0
---



It turns out this is due to an error in PHP-APC. Ernesto has a patch for 
this pending in the core list and will be committing it in 24 hours if 
no one objects.


See [1] for more information about the issue and the patch.

Greets,
Peter

--
[1] http://bugs.typo3.org/view.php?id=17732
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Complex Query in Typoscript

2011-02-24 Thread Tomas Mrozek
Try to start with this:

temp.updated = CONTENT
temp.updated {
  table = tt_content
  select {
pidInList.cObject = CONTENT
pidInList.cObject {
  table = pages
  select {
selectFields = pages.uid
leftjoin = pages AS p2 ON pages.pid = p2.uid
where = p2.pid = 17523
  }
  renderObj = TEXT
  renderObj {
field = uid
wrap = |,
  }
}
orderBy = tstamp DESC
max = 5
  }
  renderObj = TEXT
  renderObj {
field = header
typolink {
  parameter.field = pid
  section.dataWrap = c{field:uid}
}
wrap = li|/li
  }
  wrap = ul|/ul
}


I didn't test it at all so there's a good chance I made a mistake in it.
You'll have to play with it.

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


Re: [TYPO3-english] Error after upgrade from 4.5.0 to 4.5.1: [Class 't3lib_div' not found in ...sysext/install/mod/class.tx_install_session.php]

2011-02-24 Thread Thomas Kieslich

Try cookie settings and default password. No Install Tool ;-)
Will try another source.

TThomas

On 02/24/2011 09:21 AM, dave wong wrote:

Hi Andi,

thanks for you many suggestions. I tried each suggestion and none of the
fixes correct the issue in the OP.


fyi, I also added the missing single-quote marks for the configurations for
the localconf.php file.
$TYPO3_CONF_VARS['FE']['cookieDomain'] = '';
$TYPO3_CONF_VARS['SYS']['cookieSecure'] = '0';
$TYPO3_CONF_VARS['SYS']['cookieHttpOnly'] = '';

Regards, David.



On Thu, Feb 24, 2011 at 3:05 PM, Andreas Beckerab.bec...@web.de  wrote:


Hi David just came up

another Problem what happens sometimes also to me.

When you are using a Thai Keyboard check that the english letters are
active
or actually the language settings you are using usually to enter passwords.

or

reinstall 4.5.1 perhaps some files have not been written(unpacked) like
they
should.

or

Check your localconf for  $TYPO3_CONF_VARS['FE']['cookieDomain']
and set it temporarrily to
$TYPO3_CONF_VARS['FE']['cookieDomain'] =
$TYPO3_CONF_VARS[SYS][cookieSecure] = 0
$TYPO3_CONF_VARS[SYS][cookieHttpOnly] =

Andi

On Thu, Feb 24, 2011 at 2:50 PM, Andreas Beckerab.bec...@web.de  wrote:


Hi David

Everything is working fine here. We just upgraded all our sites from

4.5.0

to 4.5.1 and some from 4.4.6 to 4.5.1 without any problems. I was doing
this
the whole morning. The install tool is working fine here.

Have you cleared cache and checked permissions

Andi



On Thu, Feb 24, 2011 at 2:37 PM, dave wongfrontl...@gmail.com  wrote:


Has anyone else encountered the following problem accessing the
install-tool
after 4.5.1 upgrade?

Issue: Cannot login to typo3 install-tool.

URL: http://www.mydomain.com/typo3/install/

Error:
===
Fatal error: Class 't3lib_div' not found in
{path}\sysext\install\mod\class.tx_install_session.php on line 0
---

Details:
Error appears on typo3/install login (the password challenge screen).

After

entering the correct password, user is returned to the same

typo3/install

login screen, with the error printed below the login box.

I get this error after attempted upgrade from 4.5.0 to 4.5.1. The

upgrade

from 4.4.X to 4.5.0 was without incident. I get the same error when

trying

to upgrade on a local WAMP installation and a remote linux webserver.

Actions:
I tried clearing the typo3conf temp_ cache but no change.
I can login to the typo3 backend, no problem.

Regards, David.


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


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


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


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


[TYPO3-english] R: R: staticpub and to top link

2011-02-24 Thread De Contardi Riccardo
Hello,
Well, I wrote lib.etc as I use Templavoila;
The TS code that writes the to top link of CE is

tt_content.stdWrap {
 innerWrap2=  | p class=csc-linkToTopa 
href=#{LLL:EXT:css_styled_content/pi1/locallang.xml:label.toTop}/a/p
 innerWrap2.insertData=1
innerWrap2.fieldRequired= linkToTop
}

So you should rewrite this to make it  a content object:

tt_content.stdWrap.innerWrap2.cObject=TEXT
tt_content.stdWrap.innerWrap2{
data = LLL:EXT:css_styled_content/pi1/locallang.xml:label.toTop
 typolink.target =
 typolink.addQueryString = 1
 typolink.parameter = #container
 wrap = p class=csc-linkToTop |p


Modifying a php core file is not in IMHO a reliable way to fix this issue, as 
you must deploy again your differences after every update of the CMS core

Best Regards and good luck with your renewal



Riccardo De Contardi - Web Developer
B Human Srl - www.bhuman.it
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561


-Messaggio originale-
Da: typo3-english-boun...@lists.typo3.org 
[mailto:typo3-english-boun...@lists.typo3.org] Per conto di Tomoko OOYA
Inviato: giovedì 24 febbraio 2011 05:29
A: TYPO3 English
Oggetto: Re: [TYPO3-english] R: staticpub and to top link

Hi,

Thank you for advice, but due to lack of my knowledge (for me, lib.XX is 
something to dorop TemplaVoila's DS) and time (this monday was our site renewal 
open day.) , I couldn't make this sample code work.

I modified  class.t3lib_parsehtml.php directly to ignore if url is '#container'.

After this aftermath of site renewal, I should learn more deeply.



(2011/02/21 0:43), De Contardi Riccardo wrote:
 Hello,
 I've had the same problem a long time ago with local anchors I've used to 
 build a Jump to section menu...

 Keep the
   config.tx_realurl_enable = 1
   config.prefixLocalAnchors = 1

 And rewite the to top object in a manner similar to this:

 lib.localanchor=TEXT
 lib.localanchor{
   value=link to header
   typolink.target =
   typolink.addQueryString = 1
   typolink.parameter = #header
   typolink.ATagParams = tabindex=1 rel=nofollow
   typolink.ATagParams.insertData=1
 }

 Best regards.

 -Messaggio originale-
 Da: typo3-english-boun...@lists.typo3.org per conto di Tomoko OOYA
 Inviato: sab 19/02/2011 4.48
 A: typo3-english@lists.typo3.org
 Oggetto: [TYPO3-english] staticpub and to top link

 Hi, I'm working on my first TYPO3 site.


 with  config.prefixLocalAnchors = all, output in static html file p 
 class=csc-linkToTopa href=index.php?id=588#container
 result in broken link


 without config.prefixLocalAnchors = all  output p 
 class=csc-linkToTopa href=../../../#container result in link to 
 root page

 what's wrong?

 instllation --

   TYPO3:  4.3.3
   realurl: 1.8.1
   staticpub: 1.1.0

 realurl setup 

   config.simulateStaticDocuments = 0
   config.baseURL = http://192.168.X.XXX/
   config.tx_realurl_enable = 1
   config.prefixLocalAnchors = 1

 staticpub setup ---

 tx_crawler.crawlerCfg.paramSets {
staticpub =L=[|_TABLE:pages_language_overlay;_FIELD:sys_language_uid]
staticpub.procInstrFilter = tx_staticpub_publish
staticpub.procInstrParams.tx_staticpub_publish.includeResources = relPath
staticpub.procInstrParams.tx_staticpub_publish.overruleBaseUrl =

staticpub.baseUrl = http://localhost/ } 
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


 **

 Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli 
 sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente 
 il mittente e, tenuto conto delle responsabilita connesse all'indebito 
 utilizzo e/o divulgazione del messaggio e/o delle informazioni in esso 
 contenute, voglia cancellare l'originale e distruggere le varie copie o 
 stampe.

 The receiver of this message is required to check if he/she has received it 
 erroneously. If so, the receiver is requested to immediately inform the 
 sender and - in consideration of the responsibilities arising from undue use 
 and/or disclosure of the message and/or the information contained therein - 
 destroy the original message and any copy or printout thereof.





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

Re: [TYPO3-english] Error after upgrade from 4.5.0 to 4.5.1: [Class 't3lib_div' not found in ...sysext/install/mod/class.tx_install_session.php]

2011-02-24 Thread dave wong
Hi Peter,

thanks for the notification, and thanks to Ernsto for the patch.

Regards, David.

On Thu, Feb 24, 2011 at 3:23 PM, Peter Beernink p.beern...@drecomm.nlwrote:

 Hi Dave,


 On 24-2-2011 8:37, dave wong wrote:

  Error:
 ===
 Fatal error: Class 't3lib_div' not found in
 {path}\sysext\install\mod\class.tx_install_session.php on line 0
 ---


 It turns out this is due to an error in PHP-APC. Ernesto has a patch for
 this pending in the core list and will be committing it in 24 hours if no
 one objects.

 See [1] for more information about the issue and the patch.

 Greets,
 Peter

 --
 [1] http://bugs.typo3.org/view.php?id=17732

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

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


Re: [TYPO3-english] Error after upgrade from 4.5.0 to 4.5.1: [Class 't3lib_div' not found in ...sysext/install/mod/class.tx_install_session.php]

2011-02-24 Thread Thomas Kieslich

Hi Andi
Sorry  t.p.v4.  means the Mailinglist with this Name.
With default localconf.php i have no luck. But i read about a APC 
Problem, will diving in it ;-)


Thanks for your help and very quick responses
Thomas

On 02/24/2011 09:24 AM, Andreas Becker wrote:

Hi Thomas and Dave

you could also run a default localconf.php and see, if it is working than
and build it up again step by step.

Copy paste those parts in again from the not working localconf.php into the
default and see where it says good bye.

What is this Thomas:  t.p.v4. 

Andi






On Thu, Feb 24, 2011 at 3:16 PM, Thomas Kieslich
thomas.kiesl...@gmail.comwrote:


Hi, i have the same problem.
Posted with log in t.p.v4.
Will try your suggestions.

Thomas


On 02/24/2011 08:56 AM, Andreas Becker wrote:


Hi David

http://bugs.typo3.org/view.php?id=12371Another possibility would be
trying
  with the default password.
Go into localconf.php and insert the line with the default password at the
end than try again.

And clear your browser cache and perhaps other caches you are using.

Andi



On Thu, Feb 24, 2011 at 2:50 PM, Andreas Beckerab.bec...@web.de   wrote:

  Hi David


Everything is working fine here. We just upgraded all our sites from
4.5.0
to 4.5.1 and some from 4.4.6 to 4.5.1 without any problems. I was doing
this
the whole morning. The install tool is working fine here.

Have you cleared cache and checked permissions

Andi



On Thu, Feb 24, 2011 at 2:37 PM, dave wongfrontl...@gmail.com   wrote:

  Has anyone else encountered the following problem accessing the

install-tool
after 4.5.1 upgrade?

Issue: Cannot login to typo3 install-tool.

URL: http://www.mydomain.com/typo3/install/

Error:
===
Fatal error: Class 't3lib_div' not found in
{path}\sysext\install\mod\class.tx_install_session.php on line 0
---

Details:
Error appears on typo3/install login (the password challenge screen).
After
entering the correct password, user is returned to the same
typo3/install
login screen, with the error printed below the login box.

I get this error after attempted upgrade from 4.5.0 to 4.5.1. The
upgrade
from 4.4.X to 4.5.0 was without incident. I get the same error when
trying
to upgrade on a local WAMP installation and a remote linux webserver.

Actions:
I tried clearing the typo3conf temp_ cache but no change.
I can login to the typo3 backend, no problem.

Regards, David.


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




  ___

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


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


Re: [TYPO3-english] nc_ttnews_mostpopular typo3 4.5

2011-02-24 Thread Kay Strobach
 version or should i open a ticket in bugs.typo3.org? Btw. i can't find
 the extension anymore in TER. Also in forge i don't find it.

Hi Georg,

there was also a ticket on typo3.org.
You use the wrong function.

TCE is supposed to be used in backend context only.
The error is thrown, because of missing $GLOBALS['BE_USER']-writeLog()
in FE.

Please use the following functions instead:
tslib_fe::clearPageCacheContent() ?

Regards
Kay


-- 
http://www.kay-strobach.de - Open Source Rocks
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] nc_ttnews_mostpopular typo3 4.5

2011-02-24 Thread Kay Strobach
here is the ticket uri:
http://bugs.typo3.org/view.php?id=17683

regards
Kay


Am 24.02.2011 09:41, schrieb Kay Strobach:
 version or should i open a ticket in bugs.typo3.org? Btw. i can't find
 the extension anymore in TER. Also in forge i don't find it.
 
 Hi Georg,
 
 there was also a ticket on typo3.org.
 You use the wrong function.
 
 TCE is supposed to be used in backend context only.
 The error is thrown, because of missing $GLOBALS['BE_USER']-writeLog()
 in FE.
 
 Please use the following functions instead:
 tslib_fe::clearPageCacheContent() ?
 
 Regards
 Kay
 
 


-- 
http://www.kay-strobach.de - Open Source Rocks
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Error after upgrade from 4.5.0 to 4.5.1: [Class 't3lib_div' not found in ...sysext/install/mod/class.tx_install_session.php]

2011-02-24 Thread Andreas Becker
Thanks Thomas learned something new :-) Andi

On Thu, Feb 24, 2011 at 3:38 PM, Thomas Kieslich
thomas.kiesl...@gmail.comwrote:

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


[TYPO3-english] R: R: R: staticpub and to top link

2011-02-24 Thread De Contardi Riccardo
Of course my code is defective: it adds the link BEFORE the CO (silly me!, the 
correct stdWrap should be postCObject, not cObject)
The correct code should be:


//Get rid of the old link
tt_content.stdWrap.innerWrap2=|

//rewrite it
tt_content.stdWrap.innerWrap2. postCObject =TEXT
tt_content.stdWrap.innerWrap2{
data = LLL:EXT:css_styled_content/pi1/locallang.xml:label.toTop
 typolink.target =
 typolink.addQueryString = 1
 typolink.parameter = #container
 wrap = p class=csc-linkToTop |p
}


Riccardo De Contardi - Web Developer
B Human Srl - www.bhuman.it
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561





**

Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli 
sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente il 
mittente e, tenuto conto delle responsabilita connesse all'indebito utilizzo 
e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia 
cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it 
erroneously. If so, the receiver is requested to immediately inform the sender 
and - in consideration of the responsibilities arising from undue use and/or 
disclosure of the message and/or the information contained therein - destroy 
the original message and any copy or printout thereof.


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


Re: [TYPO3-english] Error after upgrade from 4.5.0 to 4.5.1: [Class 't3lib_div' not found in ...sysext/install/mod/class.tx_install_session.php]

2011-02-24 Thread Thomas Kieslich

Second response
Patch is working, special thanks to Peter and Ernesto.
Solution is found in less the one hour, WOW

Regards, Thomas

On 02/24/2011 09:35 AM, dave wong wrote:

Hi Peter,

thanks for the notification, and thanks to Ernsto for the patch.

Regards, David.

On Thu, Feb 24, 2011 at 3:23 PM, Peter Beerninkp.beern...@drecomm.nlwrote:


Hi Dave,


On 24-2-2011 8:37, dave wong wrote:

  Error:

===
Fatal error: Class 't3lib_div' not found in
{path}\sysext\install\mod\class.tx_install_session.php on line 0
---



It turns out this is due to an error in PHP-APC. Ernesto has a patch for
this pending in the core list and will be committing it in 24 hours if no
one objects.

See [1] for more information about the issue and the patch.

Greets,
Peter

--
[1] http://bugs.typo3.org/view.php?id=17732

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


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


Re: [TYPO3-english] nc_ttnews_mostpopular typo3 4.5

2011-02-24 Thread Georg Schönweger
Hello Kay,

yes i know but this is not my extension, the author is Dimitry. But i
read somewhere that the extension is not maintained anymore so i will
fix it by hardcoding the ext.

$GLOBALS['TSFE']-clearPageCacheContent_pidList($pidList) is the right
way of doing it i think?!

- Georg

Am 24.02.2011 09:42, schrieb Kay Strobach:
 here is the ticket uri:
 http://bugs.typo3.org/view.php?id=17683

 regards
 Kay


 Am 24.02.2011 09:41, schrieb Kay Strobach:
 version or should i open a ticket in bugs.typo3.org? Btw. i can't find
 the extension anymore in TER. Also in forge i don't find it.
 Hi Georg,

 there was also a ticket on typo3.org.
 You use the wrong function.

 TCE is supposed to be used in backend context only.
 The error is thrown, because of missing $GLOBALS['BE_USER']-writeLog()
 in FE.

 Please use the following functions instead:
 tslib_fe::clearPageCacheContent() ?

 Regards
 Kay



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


[TYPO3-english] Access Tab is not displayed within Content Types Image and Text w/ Image

2011-02-24 Thread bau
 Hello

We encounter a strange issue currently after a T3-Upgrade to 4.4.6. The Access 
Tab where you can set the start and stop times is not displayed anymore in the 
BE after the upgrade. Strangely, this only happens with the content types 
Image and Text w/ Image. We have checked the TCA and anything else that 
could make this happen. The compatibility wizzard did not help to resolve this 
as well.
The Access Tab is displayed all correctly if we're working with Text or any 
other content type.

I presume that the file tbl_tt_content.php is the script that controls the 
settings of the backend screen..

What else could we try to get our Access Tabs back for Image and Text w/ Image?


Note: We did not change anything in the TYPO3-Core previously.

Thanks in advance
Netzwerkstatt, Florian Baumann 


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

Re: [TYPO3-english] nc_ttnews_mostpopular typo3 4.5

2011-02-24 Thread Kay Strobach
+1
regards
Kay

Am 24.02.2011 09:54, schrieb Georg Schönweger:
 Hello Kay,
 
 yes i know but this is not my extension, the author is Dimitry. But i
 read somewhere that the extension is not maintained anymore so i will
 fix it by hardcoding the ext.
 
 $GLOBALS['TSFE']-clearPageCacheContent_pidList($pidList) is the right
 way of doing it i think?!
 
 - Georg
 
 Am 24.02.2011 09:42, schrieb Kay Strobach:
 here is the ticket uri:
 http://bugs.typo3.org/view.php?id=17683

 regards
 Kay


 Am 24.02.2011 09:41, schrieb Kay Strobach:
 version or should i open a ticket in bugs.typo3.org? Btw. i can't find
 the extension anymore in TER. Also in forge i don't find it.
 Hi Georg,

 there was also a ticket on typo3.org.
 You use the wrong function.

 TCE is supposed to be used in backend context only.
 The error is thrown, because of missing $GLOBALS['BE_USER']-writeLog()
 in FE.

 Please use the following functions instead:
 tslib_fe::clearPageCacheContent() ?

 Regards
 Kay





-- 
http://www.kay-strobach.de - Open Source Rocks
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: [TYPO3-v4] Announcing TYPO3 4.5.1

2011-02-24 Thread Simon
Can I just check please - what are the upgrade steps from 4.5.0 to 4.5.1 I have 
tried to find in the documentation but no luck.

Many thanks.

Simon







Dear TYPO3 community,

The TYPO3 core team has just released TYPO3 versions 4.5.1, which is
now ready for you to download.

This is a maintenance release and contain only bugfixes. Users of
4.5.0 are strongly advised to upgrade.

The packages can be downloaded here:
  http://typo3.org/download/packages/

For details about the release, please see:
  http://news.typo3.org/news/article/typo3-451-released/
  http://wiki.typo3.org/TYPO3_4.5.1 - Release Notes

**MD5 checksums:

b91e93d98e4f7bad0636788689eb179c  dummy-4.5.1.tar.gz
cb5e7afbd349d5d2b9a65b14ec577c68  dummy-4.5.1.zip
6b7012da6953010673d9990d9bf0ca9e  typo3_src-4.5.1.tar.gz
884d832ae93023b9506df7eb67f91f05  typo3_src-4.5.1.zip
4b1cfd122125029827e99ec7ca3295cc  typo3_src+dummy-4.5.1.zip
28027c7a6bb707ff006000b5912ab089  introductionpackage-4.5.1.tar.gz
632782f0d38298980cadb9f7445cbf3f  introductionpackage-4.5.1.zip

Cheers,
Steffen Kamper (Technical Leader)
and Ernesto Baschny (Release Manager)


-- 
Ernesto Baschny
Core Developer V4 Team
Release Manager TYPO3 4.5

TYPO3  inspiring people to share!
Get involved: typo3.org





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


Re: [TYPO3-english] [TYPO3-v4] Announcing TYPO3 4.5.1

2011-02-24 Thread Xavier Perseguers

Hi,

Simon wrote:

Can I just check please - what are the upgrade steps from 4.5.0 to 4.5.1 I have 
tried to find in the documentation but no luck.


As usual, replace your TYPO3 sources with the new version, remove cache, 
that's it!


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


[TYPO3-english] R: Re: [TYPO3-v4] Announcing TYPO3 4.5.1

2011-02-24 Thread De Contardi Riccardo
As said in http://wiki.typo3.org/TYPO3_4.5.1, no operations are required to be 
performed on the database,
So to upgrade (if you use the unix/linux version), simply unzip the source 
package on your server, and change the 4 soft links in the root of your website 
to match the new destinations accordingly.
Then, delete temp_cache* files in /typo3conf/

As far as I can remember it's  pretty much all here.
Sorry if I forgot something and best regards


Riccardo De Contardi - Web Developer
B Human Srl - www.bhuman.it
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561



-Messaggio originale-
Da: typo3-english-boun...@lists.typo3.org 
[mailto:typo3-english-boun...@lists.typo3.org] Per conto di Simon
Inviato: giovedì 24 febbraio 2011 10:34
A: typo3-english@lists.typo3.org
Oggetto: [TYPO3-english] Re: [TYPO3-v4] Announcing TYPO3 4.5.1

Can I just check please - what are the upgrade steps from 4.5.0 to 4.5.1 I have 
tried to find in the documentation but no luck.

Many thanks.

Simon









**

Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli 
sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente il 
mittente e, tenuto conto delle responsabilita connesse all'indebito utilizzo 
e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia 
cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it 
erroneously. If so, the receiver is requested to immediately inform the sender 
and - in consideration of the responsibilities arising from undue use and/or 
disclosure of the message and/or the information contained therein - destroy 
the original message and any copy or printout thereof.


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


[TYPO3-english] User timeout delay

2011-02-24 Thread Simon
I have only recently installed version 4.5.0 but I notice a problem with the 
timeout options.  A message box appears stating that the user is about to be 
logged out and provided two buttons one to select 
to stay logged in and the other to log out.

I have clicked the stay logged in button however this just appears to cycle 
with the dialog box reappearing - the only way I have found to get out of this 
cycle is to log out.

I am using Firefox 3.6.13

Thanks.

Simon


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


[TYPO3-english] Customize content types

2011-02-24 Thread Enrique Moreno Tent
Hey guys. I've created some content-element types with this code:

TCEFORM.tt_content.header_layout{
altLabels {
  2 = white Box
  1 = green Box
  0 = Normal
}
}

And now I would like to wrap some div class=white-box and so around
them, depending on their type. How can i do this?
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Customize content types

2011-02-24 Thread dave wong
Hi Enrique,

here's a good example of what you are trying to do found at TYPO3 Wizard.

http://www.typo3wizard.com/en/snippets/cool-stuff-typoscript/using-the-layout-field-in-tt-content-and-pages.html

http://www.typo3wizard.com/en/snippets/cool-stuff-typoscript/using-the-layout-field-in-tt-content-and-pages.htmlSorry
don't have time to explain further.

Regards, David.

On Thu, Feb 24, 2011 at 5:03 PM, Enrique Moreno Tent 
enriquemorenot...@gmail.com wrote:

 Hey guys. I've created some content-element types with this code:

 TCEFORM.tt_content.header_layout{
altLabels {
  2 = white Box
  1 = green Box
  0 = Normal
}
 }

 And now I would like to wrap some div class=white-box and so around
 them, depending on their type. How can i do this?
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

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


Re: [TYPO3-english] Customize content types

2011-02-24 Thread Enrique Moreno Tent
Ok, that worked beautifully. Thanks. I do this:

But now I have a problem. Im using GIFBUILDER to make headings with a
special font. But I want the heading to have a different color in different
content-types. This is what I was doing so far:

lib.stdheader.10 = IMAGE
lib.stdheader.10.titleText.field = header
lib.stdheader.10.altText.field = header
lib.stdheader.10.wrap = span class=imhead|/span
lib.stdheader.10.fontTag 
lib.stdheader.10.file = GIFBUILDER
lib.stdheader.10.file {
XY = [10.w]+5,[10.h]+10
backColor = #EAEAEA
10 = TEXT
10{
text.field = header
offset = -2,20
align = center
niceText = 1
fontColor = #ff
fontFile = fileadmin/templates/web/fonts/ClanOT-Medium.otf
fontSize = 18

}
format = png
backColor = #aec924
transparentBackground = 1
transparentColor = #aec924
transparentColor.closest=1
}

How can i change the fontColor to a different one if the style is different?

On Thu, Feb 24, 2011 at 10:20 AM, dave wong frontl...@gmail.com wrote:

 Hi Enrique,

 here's a good example of what you are trying to do found at TYPO3 Wizard.


 http://www.typo3wizard.com/en/snippets/cool-stuff-typoscript/using-the-layout-field-in-tt-content-and-pages.html

 
 http://www.typo3wizard.com/en/snippets/cool-stuff-typoscript/using-the-layout-field-in-tt-content-and-pages.html
 Sorry
 don't have time to explain further.

 Regards, David.

 On Thu, Feb 24, 2011 at 5:03 PM, Enrique Moreno Tent 
 enriquemorenot...@gmail.com wrote:

  Hey guys. I've created some content-element types with this code:
 
  TCEFORM.tt_content.header_layout{
 altLabels {
   2 = white Box
   1 = green Box
   0 = Normal
 }
  }
 
  And now I would like to wrap some div class=white-box and so around
  them, depending on their type. How can i do this?
  ___
  TYPO3-english mailing list
  TYPO3-english@lists.typo3.org
  http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
 
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

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


Re: [TYPO3-english] SOLVED - BE users can't change their own password since 4.3

2011-02-24 Thread Stefanos Karasavvidis
the problem is resolved with 4.5.1.

It seems that the relevant bug was http://bugs.typo3.org/view.php?id=17087

Stefanos

On 07/27/2010 11:03 AM, Stefanos Karasavvidis wrote:
 Since I've upgraded to typo3 4.3, and continuing with typo3 4.4, BE
 users can't change their own password from the User Settings module. No
 error message is displayed. It happens also with admin users.
 
 The only way to change a password is for an admin user to change it from
 the sysfolder user entry.
 
 I use also eu_ldap to connect to an Active Directory, but it is used
 only for FE users, not for BE users. So I don't think that this is a
 problem.
 
 Any insight?
 
 Stefanos
 ___
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] nc_ttnews_mostpopular typo3 4.5

2011-02-24 Thread Kay Strobach
Hello Dimitry,

correct, the BE User gets expected in 4.5 :(
I struggled at the same point.
That's why i added the function reference so quickly ;)

Regards
Kay

Am 24.02.2011 11:47, schrieb Dmitry Dulepov:
 Hi!
 
 Kay Strobach wrote:
 there was also a ticket on typo3.org.
 You use the wrong function.
 
 There were no right function when this extension was created. It was
 TYPO3 4.0 times.
 
 The extension never was public, it was sent to a couple of people on
 request. It is not supported for obvious reasons...
 


-- 
http://www.kay-strobach.de - Open Source Rocks
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] GIFBUILDER headings change on different content-element layout

2011-02-24 Thread Enrique Moreno Tent
Hello guys. Im writing my headings with GIFBUILDER like this, so they look
nice and white:

lib.stdheader.10 = IMAGE
lib.stdheader.10{
titleText.field = header
altText.field = header
fontTag 
file = GIFBUILDER
file {
XY = [10.w]+5,[10.h]+10
backColor = #EAEAEA
10 = TEXT
10{
text.field = header
offset = -2,20
align = center
niceText = 1
fontColor = #ff
fontFile = fileadmin/templates/web/fonts/ClanOT-Medium.otf
fontSize = 18

}
format = png
backColor = #aec924
transparentBackground = 1
transparentColor = #aec924
transparentColor.closest=1
}
}

But now I've gone and defined a new  content-element layout, whitebox:

TCEFORM.tt_content.header_layout{
altLabels {
  2 = white Box
  1 = green Box
  0 = Normal
}
}

and I want the Heading to have a black color, when the layout is white
box How can I do this? :S
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Missing Extensions in TER?

2011-02-24 Thread untangler

Hi,

are there any problems with TER?

When I try to find an extension(via typo3.org/extensions), for instance  
powermail I receive Sorry, your search had no results.. The same with  
some other extensions. In the full list view the extensions there is  
also no result...


Whats going on there?

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


Re: [TYPO3-english] GIFBUILDER headings change on different content-element layout

2011-02-24 Thread Tomas Mrozek
Use CASE (1). In TYPO3 4.5.x you might be able to use it on fontColor.
If not, you can still use it on the whole lib.stdheader.10.

Try something like this (not tested):

lib.stdheader.10 = CASE
lib.stdheader.10 {
  key.field = header_layout

  default = IMAGE
titleText.field = header
altText.field = header
fontTag 
file = GIFBUILDER
file {
XY = [10.w]+5,[10.h]+10
backColor = #EAEAEA
10 = TEXT
10{
text.field = header
offset = -2,20
align = center
niceText = 1
fontColor = #ff
fontFile = fileadmin/templates/web/fonts/ClanOT-Medium.otf
fontSize = 18
}
format = png
backColor = #aec924
transparentBackground = 1
transparentColor = #aec924
transparentColor.closest=1
}
  }

  black  .default
  black.file.10.fontColor = #00
}

Tomas Mrozek
--
[1]
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.3.2/view/1/7/#id2524000
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] GIFBUILDER headings change on different content-element layout

2011-02-24 Thread Tomas Mrozek
Oops. It should be:

lib.stdheader.10 = CASE
lib.stdheader.10 {
  key.field = header_layout

  default = IMAGE
titleText.field = header
altText.field = header
fontTag 
file = GIFBUILDER
file {
XY = [10.w]+5,[10.h]+10
backColor = #EAEAEA
10 = TEXT
10{
text.field = header
offset = -2,20
align = center
niceText = 1
fontColor = #ff
fontFile = fileadmin/templates/web/fonts/ClanOT-Medium.otf
fontSize = 18
}
format = png
backColor = #aec924
transparentBackground = 1
transparentColor = #aec924
transparentColor.closest=1
}
  }

  2  .default
  2.file.10.fontColor = #00
}

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


Re: [TYPO3-english] User timeout delay

2011-02-24 Thread simon
Thanks. I will upgrade.

Simon


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


Re: [TYPO3-english] GIFBUILDER headings change on different content-element layout

2011-02-24 Thread Enrique Moreno Tent
None of it seems to be working... Its like I cant call CASE on
lib.stdheader.10 :S

On Thu, Feb 24, 2011 at 11:52 AM, Tomas Mrozek m...@cascaval.com wrote:

 Oops. It should be:

 lib.stdheader.10 = CASE
 lib.stdheader.10 {
  key.field = header_layout

  default = IMAGE
titleText.field = header
altText.field = header
fontTag 
file = GIFBUILDER
file {
XY = [10.w]+5,[10.h]+10
backColor = #EAEAEA
10 = TEXT
10{
text.field = header
offset = -2,20
align = center
niceText = 1
fontColor = #ff
fontFile = fileadmin/templates/web/fonts/ClanOT-Medium.otf
fontSize = 18
}
format = png
backColor = #aec924
transparentBackground = 1
transparentColor = #aec924
transparentColor.closest=1
}
  }

   2  .default
   2.file.10.fontColor = #00
 }

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

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


[TYPO3-english] flash slideshow

2011-02-24 Thread Cecilie Andersen

I am looking for a flash slide show like can be seen here

http://www.simplexdesign.dk/dk/typo3-cms/typo3-flash-slideshow.html

I have searched in the extension, but I simply can not find anything. Some 
days ago I found one, but I simply can´t find it again


Please help

Regards
Kim 


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


Re: [TYPO3-english] flash slideshow

2011-02-24 Thread Cecilie Andersen

Using my collegues account here - hope it is ok :)

Cecilie Andersen cecilie007...@gmail.com skrev i meddelelsen 
news:mailman.1.1298550195.769.typo3-engl...@lists.typo3.org...

I am looking for a flash slide show like can be seen here

http://www.simplexdesign.dk/dk/typo3-cms/typo3-flash-slideshow.html

I have searched in the extension, but I simply can not find anything. Some 
days ago I found one, but I simply can´t find it again


Please help

Regards
Kim 


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


Re: [TYPO3-english] Complex Query in Typoscript

2011-02-24 Thread IAmThatSTrange

Thanks everyone for the assistance!  We got it done!

Mary
-- 
View this message in context: 
http://old.nabble.com/Complex-Query-in-Typoscript-tp30998902p31002108.html
Sent from the TYPO3 English mailing list archive at Nabble.com.

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


[TYPO3-english] Click day link

2011-02-24 Thread Tomas Norre Mikkelsen

Hi

I have a problem with cal extension, when having i mount view (small) i 
want to be able to click at a given date, and update my listview in the 
rigth column? any hints on how to fix this ?


Perhaps i'm overlooked a simple option.

--

Tomas Norre Mikkelsen
twitter.com/tomasnorre

Member of TYPO3:
Documentation Teams  Skin Team.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] GIFBUILDER headings change on different content-element layout

2011-02-24 Thread Tomas Mrozek
You mean the switching doesn't work or even the default version is not
rendered.

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


Re: [TYPO3-english] GIFBUILDER headings change on different content-element layout

2011-02-24 Thread Tomas Mrozek
Right, I see another mistake in the code. Try:

lib.stdheader.10 = CASE
lib.stdheader.10 {
  key.field = header_layout

  default = IMAGE
  default {
titleText.field = header
altText.field = header
file = GIFBUILDER
file {
XY = [10.w]+5,[10.h]+10
backColor = #EAEAEA
10 = TEXT
10{
text.field = header
offset = -2,20
align = center
niceText = 1
fontColor = #ff
fontFile = fileadmin/templates/web/fonts/ClanOT-Medium.otf
fontSize = 18
}
format = png
backColor = #aec924
transparentBackground = 1
transparentColor = #aec924
transparentColor.closest=1
}
  }

  2  .default
  2.file.10.fontColor = #00
}

Tomas Mrozek

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


Re: [TYPO3-english] Error after upgrade from 4.5.0 to 4.5.1: [Class 't3lib_div' not found in ...sysext/install/mod/class.tx_install_session.php]

2011-02-24 Thread Ernesto Baschny [cron IT]
Hi,

please report your mileage with the patch in the core list by voting a
+1 by testing, just to be complete. Thanks!

Cheers,
Ernesto

Thomas Kieslich schrieb am 24.02.2011 09:49:
 Second response
 Patch is working, special thanks to Peter and Ernesto.
 Solution is found in less the one hour, WOW
 
 Regards, Thomas
 
 On 02/24/2011 09:35 AM, dave wong wrote:
 Hi Peter,

 thanks for the notification, and thanks to Ernsto for the patch.

 Regards, David.

 On Thu, Feb 24, 2011 at 3:23 PM, Peter
 Beerninkp.beern...@drecomm.nlwrote:

 Hi Dave,


 On 24-2-2011 8:37, dave wong wrote:

   Error:
 ===
 Fatal error: Class 't3lib_div' not found in
 {path}\sysext\install\mod\class.tx_install_session.php on line 0
 ---


 It turns out this is due to an error in PHP-APC. Ernesto has a patch for
 this pending in the core list and will be committing it in 24 hours
 if no
 one objects.

 See [1] for more information about the issue and the patch.

 Greets,
 Peter

 -- 
 [1] http://bugs.typo3.org/view.php?id=17732

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


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


[TYPO3-english] T3CON11-San Francisco Early Registration

2011-02-24 Thread Ron Hall
Hello All,

This is a quick note to let you know that early registration is open on 
T3CON11-San Francisco. You will hear more about the conference as official news 
releases go out at the first of the week, but here are some highlights.

The location is fantastic. Right on the bay near many landmarks. Plus northern 
California has a lot to see. We expect many will make a holiday of it. 

We are trying to attract some outside developers in addition to our TYPO3 
faithful. To that end we have some special presentations on Thursday. Sencha 
will be joining us presenting half-day tutorials on ExtJS 4 and Sencha Touch. 
We also have a special Thursday TYPO3 free track that introduces attendees to 
TYPO3 and shows them how to get started with it.

If you can make it, we would love to have you. You can save money with early 
registration.

We want to thank our sponsors for making this event possible.

AOE  Media
ECCE Terram
typovision
Jochen Weiland
Phorax
Gaetan Marmasse
Cast Iron Coding
Deals.com

It would be great to have a few more sponsors join these. You can find out more 
on the sponsorship page.

Get more information on the conference at t3con11-sf.typo3.org

Thanks,
Ron Hall




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


Re: [TYPO3-english] GIFBUILDER headings change on different content-element layout

2011-02-24 Thread Enrique Moreno Tent
True, that makes the white boxes have black headings, but now the green ones
have a normal non-GIFBUILDER heading...

On Thu, Feb 24, 2011 at 12:52 PM, Tomas Mrozek m...@cascaval.com wrote:

 Right, I see another mistake in the code. Try:

 lib.stdheader.10 = CASE
 lib.stdheader.10 {
  key.field = header_layout

  default = IMAGE
   default {
 titleText.field = header
altText.field = header
 file = GIFBUILDER
file {
XY = [10.w]+5,[10.h]+10
backColor = #EAEAEA
10 = TEXT
10{
text.field = header
offset = -2,20
align = center
niceText = 1
fontColor = #ff
fontFile = fileadmin/templates/web/fonts/ClanOT-Medium.otf
fontSize = 18
}
format = png
backColor = #aec924
transparentBackground = 1
transparentColor = #aec924
transparentColor.closest=1
}
  }

  2  .default
  2.file.10.fontColor = #00
 }

 Tomas Mrozek

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

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


Re: [TYPO3-english] GIFBUILDER headings change on different content-element layout

2011-02-24 Thread Tomas Mrozek
I didn't give you the whole Typoscript. I gave you something to start
with and I told you to look at how CASE works.

I'm not your hired coder. You will have to tweak it yourself. If you
take a look at the code you will see that only default and 2 (=
black) is defined. Simply add the other color versions.

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


Re: [TYPO3-english] GIFBUILDER headings change on different content-element layout

2011-02-24 Thread Enrique Moreno Tent
Ok! I got it! for the black heading to appear, I have to call it 1, not
default!

Thank you!

On Thu, Feb 24, 2011 at 1:30 PM, Enrique Moreno Tent 
enriquemorenot...@gmail.com wrote:

 True, that makes the white boxes have black headings, but now the green
 ones
 have a normal non-GIFBUILDER heading...

 On Thu, Feb 24, 2011 at 12:52 PM, Tomas Mrozek m...@cascaval.com wrote:

  Right, I see another mistake in the code. Try:
 
  lib.stdheader.10 = CASE
  lib.stdheader.10 {
   key.field = header_layout
 
   default = IMAGE
default {
  titleText.field = header
 altText.field = header
  file = GIFBUILDER
 file {
 XY = [10.w]+5,[10.h]+10
 backColor = #EAEAEA
 10 = TEXT
 10{
 text.field = header
 offset = -2,20
 align = center
 niceText = 1
 fontColor = #ff
 fontFile = fileadmin/templates/web/fonts/ClanOT-Medium.otf
 fontSize = 18
 }
 format = png
 backColor = #aec924
 transparentBackground = 1
 transparentColor = #aec924
 transparentColor.closest=1
 }
   }
 
   2  .default
   2.file.10.fontColor = #00
  }
 
  Tomas Mrozek
 
  ___
  TYPO3-english mailing list
  TYPO3-english@lists.typo3.org
  http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
 
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

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


[TYPO3-english] GIFBUILDER and Ä Ö Ü

2011-02-24 Thread Enrique Moreno Tent
Im trying to render this characters äöü with GIFBUILDER but I just get a
weird one in its place. Is there some special configuration I have to set?
Ive seen some threads but they are in German and write so many weird things
I have fear to destroy the whole system if i dont understand what they are
saying.

Can someone who speaks english help me?
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] GIFBUILDER and Ä Ö Ü

2011-02-24 Thread Tomas Mrozek
Most probably due to your use of OpenType font. It's supposedly possible
to get it working but I never succeeded.

TrueType fonts are (according to my experience) fine.

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


Re: [TYPO3-english] GIFBUILDER and Ä Ö Ü

2011-02-24 Thread Tomas Mrozek
Also, check that the font actually contains the required characters.

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


Re: [TYPO3-english] GIFBUILDER and Ä Ö Ü

2011-02-24 Thread Enrique Moreno Tent
Using a TTF font instead of OTF fixed the problem :)

On Thu, Feb 24, 2011 at 2:43 PM, Tomas Mrozek m...@cascaval.com wrote:

 Also, check that the font actually contains the required characters.

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

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


[TYPO3-english] ke_smallads generates email error in TYPO3 4.5.0

2011-02-24 Thread Tony Lush
When a user submits an ad through ke_smallads 1.1.3 under TYPO3 4.5.0 an 
error is generated:


Address in mailbox given [@localhost] does not comply with RFC 2822, 3.6.2.

This did not happen with earlier versions of TYPO3. Can someone point me 
in the right direction to debug this?


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


Re: [TYPO3-english] GIFBUILDER and Ä Ö Ü

2011-02-24 Thread Jigal van Hemert

Hi,

On 24-2-2011 15:16, Enrique Moreno Tent wrote:

Im trying to render this characters äöü with GIFBUILDER but I just get a
weird one in its place. Is there some special configuration I have to set?
Ive seen some threads but they are in German and write so many weird things
I have fear to destroy the whole system if i dont understand what they are
saying.

Can someone who speaks english help me?


In the bugtracker is an issue about this [1]

So far I've only found that it might be a bug in one of the PHP modules, 
but it would be great if someone could actually test this.


[1] http://bugs.typo3.org/view.php?id=5078

--
Kind regards / met vriendelijke groet,

Jigal van Hemert
skype:jigal.van.hemert
msn: ji...@xs4all.nl
http://twitter.com/jigalvh
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] ke_smallads generates email error in TYPO3 4.5.0

2011-02-24 Thread Steffen Gebert

On 24.02.11 17:01, Tony Lush wrote:

When a user submits an ad through ke_smallads 1.1.3 under TYPO3 4.5.0 an
error is generated:

Address in mailbox given [@localhost] does not comply with RFC 2822, 3.6.2.

This did not happen with earlier versions of TYPO3. Can someone point me
in the right direction to debug this?


This should be fixed with 4.5.1


Kind regards
Steffen

--
Steffen Gebert
TYPO3 v4 Core Team Member

TYPO3  inspiring people to share!
Get involved: http://typo3.org
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] personalized URLS

2011-02-24 Thread Knight, Jason
Greetings,

Is anyone doing anything in the area of personalized URLS with typo3? We use 
realURL but are interested in a means to bulk create and manage.

Any information would be appreciated.

-Jason
--
Jason Knight
jason.kni...@emory.edu




This e-mail message (including any attachments) is for the sole use of
the intended recipient(s) and may contain confidential and privileged
information. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution
or copying of this message (including any attachments) is strictly
prohibited.

If you have received this message in error, please contact
the sender by reply e-mail message and destroy all copies of the
original message (including attachments).
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] CASE working for all except 1 value

2011-02-24 Thread Enrique Moreno Tent
I have this case that's working for all values except for 2... Can anyone
see where the problem is, please??

lib.stdheader.10.bwp_modules_pi3 = CASE
lib.stdheader.10.bwp_modules_pi3{
key.field = tx_bwpmodules_boxlayout

1 = IMAGE
1{
titleText.field = header
altText.field = header
file = GIFBUILDER
file {
XY = [10.w]+5,[10.h]+10
backColor = #EAEAEA
10 = TEXT
10{
text.field = tx_bwpmodules_boxlayout
offset = -2,20
align = center
niceText = 1

fontColor = red
fontFile = fileadmin/templates/web/fonts/ClanOT-Medium.ttf
fontSize = 18
}

format = png
backColor = white
transparentBackground = 1
transparentColor = #aec924
transparentColor.closest=1
}
}

2  .1
2.file.10.fontColor = #ff

default  .1
default.file.10.fontColor = blue
}
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] ke_smallads generates email error in TYPO3 4.5.0

2011-02-24 Thread Tony Lush

On 2/24/2011, Steffen Gebert wrote:

This should be fixed with 4.5.1


Kind regards
Steffen

Thank you, Steffen, but the issue is still there with 4.5.1.

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


Re: [TYPO3-english] CASE working for all except 1 value

2011-02-24 Thread Sergey Alexandrov

try insert as the very first line:

lib.stdheader.10.bwp_modules_pi3 



On 2/24/2011 12:14 PM, Enrique Moreno Tent wrote:

I have this case that's working for all values except for 2... Can anyone
see where the problem is, please??

lib.stdheader.10.bwp_modules_pi3 = CASE
lib.stdheader.10.bwp_modules_pi3{
 key.field = tx_bwpmodules_boxlayout

 1 = IMAGE
 1{
 titleText.field = header
 altText.field = header
 file = GIFBUILDER
 file {
 XY = [10.w]+5,[10.h]+10
 backColor = #EAEAEA
 10 = TEXT
 10{
 text.field = tx_bwpmodules_boxlayout
 offset = -2,20
 align = center
 niceText = 1

 fontColor = red
 fontFile = fileadmin/templates/web/fonts/ClanOT-Medium.ttf
 fontSize = 18
 }

 format = png
 backColor = white
 transparentBackground = 1
 transparentColor = #aec924
 transparentColor.closest=1
 }
 }

 2  .1
 2.file.10.fontColor = #ff

 default  .1
 default.file.10.fontColor = blue
}
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

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


Re: [TYPO3-english] CASE working for all except 1 value

2011-02-24 Thread Enrique Moreno Tent
I already got the answer. dumb me, i was using as fontColor the same color
as transparentColor :D

On Thu, Feb 24, 2011 at 5:28 PM, Sergey Alexandrov s...@alexandrov.uswrote:

 try insert as the very first line:

 lib.stdheader.10.bwp_modules_pi3 



 On 2/24/2011 12:14 PM, Enrique Moreno Tent wrote:

 I have this case that's working for all values except for 2... Can
 anyone
 see where the problem is, please??

 lib.stdheader.10.bwp_modules_pi3 = CASE
 lib.stdheader.10.bwp_modules_pi3{
 key.field = tx_bwpmodules_boxlayout

 1 = IMAGE
 1{
 titleText.field = header
 altText.field = header
 file = GIFBUILDER
 file {
 XY = [10.w]+5,[10.h]+10
 backColor = #EAEAEA
 10 = TEXT
 10{
 text.field = tx_bwpmodules_boxlayout
 offset = -2,20
 align = center
 niceText = 1

 fontColor = red
 fontFile = fileadmin/templates/web/fonts/ClanOT-Medium.ttf
 fontSize = 18
 }

 format = png
 backColor = white
 transparentBackground = 1
 transparentColor = #aec924
 transparentColor.closest=1
 }
 }

 2  .1
 2.file.10.fontColor = #ff

 default  .1
 default.file.10.fontColor = blue
 }
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

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

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


Re: [TYPO3-english] ke_smallads generates email error in TYPO3 4.5.0

2011-02-24 Thread Tony Lush

The error says:

Address in mailbox given [@localhost] does not comply with RFC 2822, 3.6.2.

Swift_RfcComplianceException thrown in file
/.../typo3_src-4.5.1/typo3/contrib/swiftmailer/classes/Swif/Mime/Headers/MailboxHeader.php 
in line 309.



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


Re: [TYPO3-english] ke_smallads generates email error in TYPO3 4.5.0

2011-02-24 Thread Steffen Gebert

On 24.02.11 18:40, Tony Lush wrote:

The error says:

Address in mailbox given [@localhost] does not comply with RFC 2822, 3.6.2.

And what is the given mail adress? @localhost ?



Kind regards
Steffen

--
Steffen Gebert
TYPO3 v4 Core Team Member

TYPO3  inspiring people to share!
Get involved: http://typo3.org
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] ke_smallads generates email error in TYPO3 4.5.0

2011-02-24 Thread Jigal van Hemert

Hi,

On 24-2-2011 17:01, Tony Lush wrote:

When a user submits an ad through ke_smallads 1.1.3 under TYPO3 4.5.0 an
error is generated:

Address in mailbox given [@localhost] does not comply with RFC 2822, 3.6.2.

This did not happen with earlier versions of TYPO3. Can someone point me
in the right direction to debug this?


Looking at the source code of this extension you can probably solve the 
problem by having the right configuration in notifyEmailUser and/or 
notifyEmailUserOnUpdate:

- email (to whom you want to send the mail) a valid email address
- fromName ; this is not checked by the extension, so please provide one 
and if it contains dots or spaces surround it by double quotes

- fromEmail ; use a valid email address here.

File an issue with the author; he/she can find info about the new mailer 
API in 4.5 at buzz.typo3.org [1]


If all fails you can disable the new mail API for extensions:
$TYPO3_CONF_VARS['MAIL']['substituteOldMailAPI'] = 0

[1] http://buzz.typo3.org/people/jigal-van-hemert/

--
Kind regards / met vriendelijke groet,

Jigal van Hemert
skype:jigal.van.hemert
msn: ji...@xs4all.nl
http://twitter.com/jigalvh
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Finding outdated translations

2011-02-24 Thread Tomasz Melcer
Hello,

I am using a 1-to-1 translation method (each content block is translated).

Is there any easy way to find out which translations are outdated, that
is: which of them have newer default language content? I'd love to be
able to show them in red in the Web-Info-Localization Overview, but
any way will be OK.

I googled a bit, but I couldn't find anything related to the content.
Somehow all the pages I got were about translating TYPO3 itself.

Thank you in advance,

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


Re: [TYPO3-english] personalized URLS

2011-02-24 Thread Knight, Jason
It's used in marketing. Basically you get a url with
http://domain.com/your-name and it takes you to a page full of information
you've previously expressed interest in. Some schools use it for
prospective students. Depending on how the information is grouped, you
have a set of pages that represent any combination of the information
available, e.g. 90% of visitors will be interested in housing, etc. So the
url is personalized but the information is only somewhat personalized.

I know there are ways to handle it at the apache level but was curious to
know if anyone was doing it at the typo3 level.


-Jason
-- 
Jason Knight
jason.kni...@emory.edu






On 2/24/11 1:59 PM, Kay Strobach ty...@kay-strobach.de wrote:

Hi,

what do you exactly mean with personalized urls?

regards
Kay

Am 24.02.2011 17:51, schrieb Knight, Jason:
 Greetings,
 
 Is anyone doing anything in the area of personalized URLS with typo3?
We use realURL but are interested in a means to bulk create and manage.
 
 Any information would be appreciated.
 
 -Jason
 --
 Jason Knight
 jason.kni...@emory.edu
 
 
 
 
 This e-mail message (including any attachments) is for the sole use of
 the intended recipient(s) and may contain confidential and privileged
 information. If the reader of this message is not the intended
 recipient, you are hereby notified that any dissemination, distribution
 or copying of this message (including any attachments) is strictly
 prohibited.
 
 If you have received this message in error, please contact
 the sender by reply e-mail message and destroy all copies of the
 original message (including attachments).


-- 
http://www.kay-strobach.de - Open Source Rocks
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

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


Re: [TYPO3-english] Finding outdated translations

2011-02-24 Thread Jigal van Hemert

Hi,

On 24-2-2011 19:46, Tomasz Melcer wrote:

Is there any easy way to find out which translations are outdated, that
is: which of them have newer default language content? I'd love to be
able to show them in red in the Web-Info-Localization Overview, but
any way will be OK.


L10nmgr allows you to take care of translations in various ways. You can 
make translations directly or use several formats to export and import 
the untranslated or modified items.


http://typo3.org/extensions/repository/view/l10nmgr/current/

--
Kind regards / met vriendelijke groet,

Jigal van Hemert
skype:jigal.van.hemert
msn: ji...@xs4all.nl
http://twitter.com/jigalvh
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Customize content types

2011-02-24 Thread Philipp Gampe
Enrique Moreno Tent wrote:

 backColor = #aec924
 transparentBackground = 1
 transparentColor = #aec924
 transparentColor.closest=1

Try 
backColor = ...
backColor.override = someothercolor
backColor.override.if.field = header_layout
backColor.override.if.equals = some-value

I don't know if the if ist correct with all parameters, have a look into 
TSref to find out what you can do (look under stdWrap).

If you want more then one value, you might need to use case instead of if.

The third way ist to do 
[globalVar=TSFE:page|header_layout=somevalue]
lib.stdheader.10.file.backColor = anothercolor
[global]

You can repeat this condition as often as you like for different values, but 
they must be after the original definition and outside any { or }

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


Re: [TYPO3-english] Finding outdated translations

2011-02-24 Thread Tomasz Melcer
On 24.02.2011 20:47, Jigal van Hemert wrote:
 On 24-2-2011 19:46, Tomasz Melcer wrote:
 Is there any easy way to find out which translations are outdated, that
 is: which of them have newer default language content? I'd love to be
 able to show them in red in the Web-Info-Localization Overview, but
 any way will be OK.
 
 L10nmgr allows you to take care of translations in various ways. You can
 make translations directly or use several formats to export and import
 the untranslated or modified items.
 
 http://typo3.org/extensions/repository/view/l10nmgr/current/

Thank you, it makes translation much easier. Our website is not very
big, so the online translation feature will probably be enough for us.
And it actually has the feature I was looking for.

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


[TYPO3-english] feeditadvanced and TYPO 4.5.x

2011-02-24 Thread Philipp Holdener

Hi

feeditadvanced is not working anymore with TYPO3 4.5.1.
I can't edit the content, can't make new contentelements.
It doesn't work with the latest TYPO3 trunk too - seems a problem from 
feeditadvanced itself!?


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