Re: [TYPO3-english] Which modules?

2012-05-10 Thread Martin Aarhof

On 08-05-2012 14:17, Marko Minic wrote:

Greetings,

I would be very thankful if somebody knows to tell me which modules are used 
for www.typo3.org new design: menu, slideshow, accordion...


Anybody knows which login module is used?
For me it looks like something called
tx-ajaxlogin-widget
or
ajaxlogin

but I cant find anyone called that in the extension list
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] crop image typoscript

2012-05-10 Thread Marieke de Bruin
I found the problem. I don't have Image Magic available.
I already had jb_gd_resize installed but I found out this can't crop.
With extension SR GD Crop  Resize you can.

Marieke

2012/5/3 Marieke de Bruin mari...@purplesky.nl

 Hi list,

 I want to crop my image with typoscript but it's driving me nuts.
 Or the widht is cropped or the hight. Not both.

 What I want is the image to scale to 100px widht and then crop the height.
 But the image get only scaled to 100px and not cropped.

 I'm trying this in chgallery extension.
 plugin.tx_chgallery_pi1{
   gallery.image {
file.maxW 
file.maxH 
file.width = 100
file.height = 56c
   }
 }


 What am I doing wrong?

 Thanks in advance.

 Marieke
 ___
 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] showAccessRestrictedPages and felogin return_url parameter (TYPO3 4.6)

2012-05-10 Thread Josef Florian Glatz

Am 08.05.2012 16:21, schrieb Josef Florian Glatz:

If I use

showAccessRestrictedPages = 20
showAccessRestrictedPages.addParams =
redirect_url=###RETURN_URL###pageId=###PAGE_ID###

in TMENU config, I get ?redirect_url=pageId=22 as a result. So, I
think the problem is that the value for the redirect_url getParameter is
missing.


It seams that this feature doesn't work since 2010? :-o

http://forge.typo3.org/issues/22203

Does anyone know an workaround?



--
Cheers,
Josef Florian Glatz
blog:  http://typo3blog.at
vcard: http://www.josefglatz.at
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] New typo3.org feedback: Why are you limited in the feedback you can give?

2012-05-10 Thread Stephen Bungert
I can't create any more ideas, it says I have used up all my credits...

Why can' I just post as many ideas I think of just because I have used up my 
votes? I can understand restricting the number of votes people have, but 
surely if you have an new idea of see something wrong you should be able to 
report it.

Stephen. 


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


[TYPO3-english] Powermail: use PM as FE-submitter for tt_news: DB-inserts ok but problem with multiple selects

2012-05-10 Thread Bert Hiddink [BENDOO e-work solutions]

Hello,

I use Powermail as a FE-form for submitting news, the db-inserts I do 
with the snippet below. This works just fine, also inserting categories 
in the mm-table works fine (please look at the snippet below).


However, in case of a multiple select, the form submits the value as 
an array, powermail_select powermail_uid9 becomes powermail_select 
powermail_uid9[]


So in order to insert this array in the tt_news-table, I would have to 
split the array before inserting, something like:

...
20.3.split {
 token = ,
 cObjNum = 1
 1.current = 1
}
...

Tried several option but could not get this working. Any hints/ideas to 
get me going again?


Thanks in advance!
Bert


#Working snippet for tt_news  categories, TODO: multiple selects

plugin.tx_powermail_pi1 {
dbEntry {
  tt_news {
  _enable = TEXT
  _enable.value = 1
  _mm = COA
  _mm {
10 = COA
10 {
  # 1 is always the mm table
  1 = TEXT
  1.value = tt_news_cat_mm
  # 2 is always the other table
  2 = TEXT
  2.value = tt_news_cat
  # 3 is always the uid of the other table to get a 
relation to this
  # (in this case uid_foreign of tt_news_cat_mm), first 
selectbox

  3 = TEXT
  3.data = TSFE:fe_user|sesData|powermail_285|uid7
}
# Copy over to second selectbox, than to the third, etc...
20  .10
20.3.data = TSFE:fe_user|sesData|powermail_285|uid9
  }
  pid = TEXT
  pid.value=18
  tstamp = TEXT
  tstamp.data = date:U
  crdate = TEXT
  crdate.data = date:U
  datetime = TEXT
  datetime.data = date:U
  title = TEXT
  title.data = TSFE:fe_user|sesData|powermail_285|uid1
  bodytext = TEXT
  bodytext.data = TSFE:fe_user|sesData|powermail_285|uid2
  bodytext.stripHtml = 1
  }
  }
}
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] New typo3.org feedback: Why are you limited in the feedback you can give?

2012-05-10 Thread Steffen Gebert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Stephen,

that's a setting in uservoice, which can be changed.

I think we took the default value of 10 voting points. Having only a
limited number forces people to prioritize and not to give X points to
numerous issues. IMHO it's a very good concept.

Kind regards
Steffen

- -- 
Steffen Gebert
TYPO3 v4 Core Team Member
TYPO3 Server Administration Team Member

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

I work for TYPO3 solely in my spare time. If you think that
my work helps you running your business, you are invited to
send me a donation via PayPal to this email address. Thanks

On 10.05.12 12:10, Stephen Bungert wrote:
 I can't create any more ideas, it says I have used up all my credits...
 
 Why can' I just post as many ideas I think of just because I have used up my 
 votes? I can understand restricting the number of votes people have, but 
 surely if you have an new idea of see something wrong you should be able to 
 report it.
 
 Stephen. 
 
 
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPq6heAAoJEIskG/rSlyw4oR4IAL1C2C9UtyEsFBB6joZNA10X
x5rzATY4jSiXqt9HzVPNdovsy7uZY2RNZKfPiAtk1i0t9ibM/oy5vDgiQsBLDDP3
GHtYbzmiX2heLJunL9ov9jkLloq+nFpOHgWBLS7Zox9MwQ3cZ4k1N3mgyvy9iEAH
rXO90znsk7vNYYoZQdlHwuqziqgmtYX9ypJULQ9PqHJaO8iYPgiCFUStNYMjKpa0
pN63TpzFzzMUbuTHiG7kMhb2F27mdbmhgmKQjVTi3URj96+dlBUhf0YZPTqhFYxj
4s/Gg+mDc4uA4LH8kYMP+0fy4GGU/WX7wWo8dNm4R5DKED7qQomrhSUyc1vgFqA=
=J9LL
-END PGP SIGNATURE-
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] New typo3.org feedback: Why are you limited in the feedback you can give?

2012-05-10 Thread Stephen Bungert
Yeah, i think having voting points is a good idea, but I slao think not 
having any voting points shouldn't limit your ability to start a new topic, 
if you discover an issue that should be looked at.


Steffen Gebert steffen.geb...@typo3.org schrieb im Newsbeitrag 
news:mailman.1.1336649822.11664.typo3-engl...@lists.typo3.org...
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi Stephen,

 that's a setting in uservoice, which can be changed.

 I think we took the default value of 10 voting points. Having only a
 limited number forces people to prioritize and not to give X points to
 numerous issues. IMHO it's a very good concept.

 Kind regards
 Steffen

 - -- 
 Steffen Gebert
 TYPO3 v4 Core Team Member
 TYPO3 Server Administration Team Member

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

 I work for TYPO3 solely in my spare time. If you think that
 my work helps you running your business, you are invited to
 send me a donation via PayPal to this email address. Thanks

 On 10.05.12 12:10, Stephen Bungert wrote:
 I can't create any more ideas, it says I have used up all my credits...

 Why can' I just post as many ideas I think of just because I have used up 
 my
 votes? I can understand restricting the number of votes people have, but
 surely if you have an new idea of see something wrong you should be able 
 to
 report it.

 Stephen.


 -BEGIN PGP SIGNATURE-
 Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
 Comment: GPGTools - http://gpgtools.org
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iQEcBAEBAgAGBQJPq6heAAoJEIskG/rSlyw4oR4IAL1C2C9UtyEsFBB6joZNA10X
 x5rzATY4jSiXqt9HzVPNdovsy7uZY2RNZKfPiAtk1i0t9ibM/oy5vDgiQsBLDDP3
 GHtYbzmiX2heLJunL9ov9jkLloq+nFpOHgWBLS7Zox9MwQ3cZ4k1N3mgyvy9iEAH
 rXO90znsk7vNYYoZQdlHwuqziqgmtYX9ypJULQ9PqHJaO8iYPgiCFUStNYMjKpa0
 pN63TpzFzzMUbuTHiG7kMhb2F27mdbmhgmKQjVTi3URj96+dlBUhf0YZPTqhFYxj
 4s/Gg+mDc4uA4LH8kYMP+0fy4GGU/WX7wWo8dNm4R5DKED7qQomrhSUyc1vgFqA=
 =J9LL
 -END PGP SIGNATURE- 


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


Re: [TYPO3-english] New typo3.org feedback: Why are you limited in the feedback you can give?

2012-05-10 Thread Steffen Gebert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Yeah, i think having voting points is a good idea, but I slao think not
 having any voting points shouldn't limit your ability to start a new
topic,
 if you discover an issue that should be looked at.

Ah, okay.. well, yes.. that's a good point, of course.

Nevertheless, would you be so kind and report issues here:
http://forge.typo3.org/projects/team-t3o-relaunch-week/issues

That's where I duplicate all the issues reported in uservoice *sigh*

Kind regards
Steffen

- -- 
Steffen Gebert
TYPO3 v4 Core Team Member
TYPO3 Server Administration Team Member

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

I work for TYPO3 solely in my spare time. If you think that
my work helps you running your business, you are invited to
send me a donation via PayPal to this email address. Thanks

On 10.05.12 14:00, Stephen Bungert wrote:
 Yeah, i think having voting points is a good idea, but I slao think not 
 having any voting points shouldn't limit your ability to start a new topic, 
 if you discover an issue that should be looked at.
 
 
 Steffen Gebert steffen.geb...@typo3.org schrieb im Newsbeitrag 
 news:mailman.1.1336649822.11664.typo3-engl...@lists.typo3.org...
 Hi Stephen,
 
 that's a setting in uservoice, which can be changed.
 
 I think we took the default value of 10 voting points. Having only a
 limited number forces people to prioritize and not to give X points to
 numerous issues. IMHO it's a very good concept.
 
 Kind regards
 Steffen
 
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPq7BNAAoJEIskG/rSlyw4rMYH/0Gw6HzEPEDXxJvcFmKw15SN
LqSqr9stoUKHpYU8WAI5U8jEwIrFQPn0AJfvw8HT5Jc8G2+xD3xms5gA7y+k5VKz
H0Uap3V8cXy+iC+9sF0eTZz/aC8jhu5+t4lRDR+wdja1z0jau3d6I9oLuuQUR/Sz
EhcfA8uiCoJXgRIrKWSGNqbgtvoP4rltN3QU0/61jvkLRdZMgiqsTDjPMxdVb4nI
7GiTmB4xVtSRHFtWvkuusorRXF8CCOmLc9K0tLr54JEakB/w2hWEgf+G1W1F+yHB
R2hw+AqxiW6f72hU0707iVUYpEm8ZedMdhlfqKC4oh0jBgH+TSmPdP66xWdF4bI=
=XzPY
-END PGP SIGNATURE-
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Powermail: use PM as FE-submitter for tt_news: DB-inserts ok but problem with multiple selects

2012-05-10 Thread Bert Hiddink [BENDOO e-work solutions]

Hello,

Just found out that in case of a multiple select, the values of the 
array could be catched like this:

TSFE:fe_user|sesData|powermail_285|uid9|0

So the TS for a multiple select with 4 options looks like this:
...

# Copy over to second selectbox, then catch values in case
# of a multiple select (4 options)
# First option
20  .10
20.3.data = TSFE:fe_user|sesData|powermail_285|uid9|0
# Second option
21  .10
21.3.data = TSFE:fe_user|sesData|powermail_285|uid9|1
#Third option
22  .10
22.3.data = TSFE:fe_user|sesData|powermail_285|uid9|2
#Fourth option
23  .10
23.3.data = TSFE:fe_user|sesData|powermail_285|uid9|3
...
Checked and works ok!!!

Regards,
Bert

On 5/10/12 12:51 PM, Bert Hiddink [BENDOO e-work solutions] wrote:

Hello,

I use Powermail as a FE-form for submitting news, the db-inserts I do
with the snippet below. This works just fine, also inserting categories
in the mm-table works fine (please look at the snippet below).

However, in case of a multiple select, the form submits the value as
an array, powermail_select powermail_uid9 becomes powermail_select
powermail_uid9[]

So in order to insert this array in the tt_news-table, I would have to
split the array before inserting, something like:
...
20.3.split {
token = ,
cObjNum = 1
1.current = 1
}
...

Tried several option but could not get this working. Any hints/ideas to
get me going again?

Thanks in advance!
Bert


#Working snippet for tt_news  categories, TODO: multiple selects

plugin.tx_powermail_pi1 {
dbEntry {
tt_news {
_enable = TEXT
_enable.value = 1
_mm = COA
_mm {
10 = COA
10 {
# 1 is always the mm table
1 = TEXT
1.value = tt_news_cat_mm
# 2 is always the other table
2 = TEXT
2.value = tt_news_cat
# 3 is always the uid of the other table to get a relation to this
# (in this case uid_foreign of tt_news_cat_mm), first selectbox
3 = TEXT
3.data = TSFE:fe_user|sesData|powermail_285|uid7
}
# Copy over to second selectbox, than to the third, etc...
20  .10
20.3.data = TSFE:fe_user|sesData|powermail_285|uid9
}
pid = TEXT
pid.value=18
tstamp = TEXT
tstamp.data = date:U
crdate = TEXT
crdate.data = date:U
datetime = TEXT
datetime.data = date:U
title = TEXT
title.data = TSFE:fe_user|sesData|powermail_285|uid1
bodytext = TEXT
bodytext.data = TSFE:fe_user|sesData|powermail_285|uid2
bodytext.stripHtml = 1
}
}
}


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


Re: [TYPO3-english] New typo3.org feedback: Why are you limited in the feedback you can give?

2012-05-10 Thread Stephen Bungert
I have done this:

http://forge.typo3.org/issues/37068

Steffen Gebert steffen.geb...@typo3.org schrieb im Newsbeitrag 
news:mailman.1.1336651853.17988.typo3-engl...@lists.typo3.org...
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Yeah, i think having voting points is a good idea, but I slao think not
 having any voting points shouldn't limit your ability to start a new
 topic,
 if you discover an issue that should be looked at.

 Ah, okay.. well, yes.. that's a good point, of course.

 Nevertheless, would you be so kind and report issues here:
 http://forge.typo3.org/projects/team-t3o-relaunch-week/issues

 That's where I duplicate all the issues reported in uservoice *sigh*

 Kind regards
 Steffen

 - -- 
 Steffen Gebert
 TYPO3 v4 Core Team Member
 TYPO3 Server Administration Team Member

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

 I work for TYPO3 solely in my spare time. If you think that
 my work helps you running your business, you are invited to
 send me a donation via PayPal to this email address. Thanks

 On 10.05.12 14:00, Stephen Bungert wrote:
 Yeah, i think having voting points is a good idea, but I slao think not
 having any voting points shouldn't limit your ability to start a new 
 topic,
 if you discover an issue that should be looked at.


 Steffen Gebert steffen.geb...@typo3.org schrieb im Newsbeitrag
 news:mailman.1.1336649822.11664.typo3-engl...@lists.typo3.org...
 Hi Stephen,

 that's a setting in uservoice, which can be changed.

 I think we took the default value of 10 voting points. Having only a
 limited number forces people to prioritize and not to give X points to
 numerous issues. IMHO it's a very good concept.

 Kind regards
 Steffen

 -BEGIN PGP SIGNATURE-
 Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
 Comment: GPGTools - http://gpgtools.org
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iQEcBAEBAgAGBQJPq7BNAAoJEIskG/rSlyw4rMYH/0Gw6HzEPEDXxJvcFmKw15SN
 LqSqr9stoUKHpYU8WAI5U8jEwIrFQPn0AJfvw8HT5Jc8G2+xD3xms5gA7y+k5VKz
 H0Uap3V8cXy+iC+9sF0eTZz/aC8jhu5+t4lRDR+wdja1z0jau3d6I9oLuuQUR/Sz
 EhcfA8uiCoJXgRIrKWSGNqbgtvoP4rltN3QU0/61jvkLRdZMgiqsTDjPMxdVb4nI
 7GiTmB4xVtSRHFtWvkuusorRXF8CCOmLc9K0tLr54JEakB/w2hWEgf+G1W1F+yHB
 R2hw+AqxiW6f72hU0707iVUYpEm8ZedMdhlfqKC4oh0jBgH+TSmPdP66xWdF4bI=
 =XzPY
 -END PGP SIGNATURE- 


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


Re: [TYPO3-english] New typo3.org feedback: Why are you limited in the feedback you can give?

2012-05-10 Thread Steffen Gebert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hehe.. no, please don't report problems with uservoice there, but please
report the bug you found on typo3.org there ;-)

Kind regards
Steffen

- -- 
Steffen Gebert
TYPO3 v4 Core Team Member
TYPO3 Server Administration Team Member

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

I work for TYPO3 solely in my spare time. If you think that
my work helps you running your business, you are invited to
send me a donation via PayPal to this email address. Thanks

On 10.05.12 15:02, Stephen Bungert wrote:
 I have done this:
 
 http://forge.typo3.org/issues/37068
 
 Steffen Gebert steffen.geb...@typo3.org schrieb im Newsbeitrag 
 news:mailman.1.1336651853.17988.typo3-engl...@lists.typo3.org...
 Yeah, i think having voting points is a good idea, but I slao think not
 having any voting points shouldn't limit your ability to start a new
 topic,
 if you discover an issue that should be looked at.
 
 Ah, okay.. well, yes.. that's a good point, of course.
 
 Nevertheless, would you be so kind and report issues here:
 http://forge.typo3.org/projects/team-t3o-relaunch-week/issues
 
 That's where I duplicate all the issues reported in uservoice *sigh*
 
 Kind regards
 Steffen
 
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPq8p/AAoJEIskG/rSlyw4u2cIAMl4LPgJ1Bp2iQDk0SLmBIUq
EC5f53OSPQxEUl/NYmfrhzMgH0NZjUt5/3h0UPWTDgrPLwmcWEdejXIScbGDNn0K
9dNJJch9G+FYDVASkFtgFG5jq6qDCz1/7D20Q5rZmBimu3ZhLNoV3ztdHUTiJ+25
TV0Fql++cUwJG6XXMk311wCmdN1G8qJiHBR1YA5gl8ak8T1AlOteJaIeq9CsHumE
Zdbluub7XKyIMDEqvlurOyGg/ze63GKcX+xa2iDfDM8bj9GgLdNWAv+6gDMVAJ0C
T1FkPkLe4HPmrT/BApNe4icA1roziaobUomkSjkHtHQrHvQ3tXjJbNsnF6XwBiU=
=tfAF
-END PGP SIGNATURE-
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RTE: could not modify image

2012-05-10 Thread Jacco van der Post

Op 3-2-2012 19:07, André Spindler schreef:

The tab Current Image is missing at all.


Hi,

Anyone knows if there is a solution or bug report for this?
In all browsers editors dont see this tab at all when modiying an image 
in the RTE.


TYPO3 4.6.7


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


Re: [TYPO3-english] RTE: could not modify image

2012-05-10 Thread Jacco van der Post

Op 10-5-2012 16:37, Jacco van der Post schreef:

Op 3-2-2012 19:07, André Spindler schreef:

The tab Current Image is missing at all.



Anyone knows if there is a solution or bug report for this?


Weird, suddenly it works.

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


[TYPO3-english] tt_news no news_id given

2012-05-10 Thread Task City
Hello!

Has anyone know how to use tt_news in TS?  It's very difficult to setup.

Thanks and Best Wishes!

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


Re: [TYPO3-english] tt_news no news_id given

2012-05-10 Thread Kay Strobach
Hi Jeson,

have you tried to use the manual? There many examples in the docs.

What do you want to achieve exactly? Please specify your Scenario ;)

Regards
Kay

Am 10.05.2012 17:06, schrieb Task City:
 Hello!
 
 Has anyone know how to use tt_news in TS?  It's very difficult to setup.
 
 Thanks and Best Wishes!
 
 Jeson
 


-- 
http://www.kay-strobach.de - Open Source Rocks

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

Answer was useful: https://flattr.com/profile/kaystrobach
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Could not analyse class:Tx_Fluid_Core_Widget_WidgetRequestHandler maybe not loaded or no autoloader

2012-05-10 Thread Domi

Hello,

I am completely banned from all my local installations. After an update 
of my linux to PHP version 5.4.3 all my local projects giving following 
exception in front and backend, only install tool is accessible:


Could not analyse class:Tx_Fluid_Core_Widget_WidgetRequestHandler maybe 
not loaded or no autoloader


Tested in TYPO3 4.6  4.7.

Thanks for any hints,

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


Re: [TYPO3-english] Could not analyse class:Tx_Fluid_Core_Widget_WidgetRequestHandler maybe not loaded or no autoloader

2012-05-10 Thread Domi

And here comes the backend after login error message:

PHP Runtime Notice: call_user_func() expects parameter 1 to be a valid 
callback, non-static method 
Tx_Extbase_Utility_Extension::configureModule() should not be called 
statically in /projects/t3lib/class.t3lib_loadmodules.php line 228


Thanks for reading,

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


Re: [TYPO3-english] Could not analyse class:Tx_Fluid_Core_Widget_WidgetRequestHandler maybe not loaded or no autoloader

2012-05-10 Thread Jigal van Hemert

Hi,

On 10-5-2012 13:08, Domi wrote:

I am completely banned from all my local installations. After an update
of my linux to PHP version 5.4.3 all my local projects giving following
exception in front and backend, only install tool is accessible:


Maybe it would have been wise to read the system requirements first:

http://typo3.org/download/

4.5 requires PHP 5.2/5.3
4.6 and 4.7 require PHP 5.3

Of course these version need to be adjusted to run on PHP 5.4, so please 
file a bug report if there is none yet and possibly provide a fix!


--
Jigal van Hemert
TYPO3 Core Team member

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


[TYPO3-english] Typoscript condition: if.equals never turns true

2012-05-10 Thread Bert Hiddink [BENDOO e-work solutions]

Hello,

Please have a look at this snippet. The value of 
{cObj:parentRecordNumber} is printed (1,2,3,4) in the loop but the 
condition:

if.equals = 1
if.value.data = {cObj:parentRecordNumber}
...never turns true

 renderObj = COA
 renderObj {
 5= TEXT
 5 {
insertData=1
field = title
dataWrap = option value={field:uid}| 
{cObj:parentRecordNumber} First item/option

if.equals = 1
if.value.data = {cObj:parentRecordNumber}
 }
 10= TEXT
 10 {
 insertData=1
 field = title
 dataWrap = option value={field:uid}|Other 
items/option

 }
 }

Any idea why? Any ideas? Thanks in advance!

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


Re: [TYPO3-english] Typoscript condition: if.equals never turns true

2012-05-10 Thread Jigal van Hemert

Hi Bert,

On 10-5-2012 21:51, Bert Hiddink [BENDOO e-work solutions] wrote:

Please have a look at this snippet. The value of
{cObj:parentRecordNumber} is printed (1,2,3,4) in the loop but the
condition:
if.equals = 1
if.value.data = {cObj:parentRecordNumber}
...never turns true


Try it without the curly braces.

if.value.data = cObj:parentRecordNumber

--
Jigal van Hemert
TYPO3 Core Team member

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


[TYPO3-english] TYPO3 on BlackBerry howto

2012-05-10 Thread roxanne

I would like to know how to make my TV templates site work on BB ?

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