Re: [TYPO3-english] Fatal Error since 4.6 on Plugins?

2011-10-27 Thread Hendrik
I've got the following message in the reports modul. Hope this is more 
helpful:


Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1: PHP 
Catchable Fatal Error: Argument 2 passed to 
t3lib_div::array_merge_recursive_overrule() must be an array, null 
given, called in /typo3/typo3_src-4.6.0/typo3/sysext/lang/lang.php on 
line 554 and defined in /typo3/typo3_src-4.6.0/t3lib/class.t3lib_div.php 
line 1867 | t3lib_error_Exception thrown in file 
/typo3/typo3_src-4.6.0/t3lib/error/class.t3lib_error_errorhandler.php in 
line 105. Requested URL: 
http://www.yourdomain.com/typo3/alt_doc.php?returnUrl=%2Ftypo3%2Fsysext%2Fcms%2Flayout%2Fdb_layout.php%3Fid%3D143edit[tt_content][428,]=edit


Core: Error handler (BE): PHP Warning: Invalid argument supplied for 
foreach() in 
/typo3/typo3_src-4.6.0/t3lib/l10n/parser/class.t3lib_l10n_parser_llphp.php 
line 95



thanks a lot!

Am 26.10.2011 12:08, schrieb Hendrik:

Hi,

if i'm doing this debug the output is empty...
current language changed of course...

but the array $localLanguage[$this-lang], $tempLL[$language] aren't empty.

whats next?

thanks!


Am 26.10.2011 11:01, schrieb Xavier Perseguers:

Hi,


i've tested it with any extension like the new news extension and my
own. on any extension this error will be shown. On some of my own i've
tried to add with extdeval the new xliff files. But the same error
comes...

what could i do?


Digging into the code and figuring out how this can be for you, I'd like
to ask if it's possible by chance that you have a language which is en
(English)... This seems to be the only way I see to get a NULL value in
return.

You may edit file typo3/sysext/lang/lang.php and add a debug statement
at the beginning of the foreach statement on line 545:

t3lib_utility_Debug::debug($language, 'current language');

Thanks.





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


Re: [TYPO3-english] Having to constantly giv a password

2011-10-27 Thread Michael Cannon
You might try completely clearing your cookies for the TYPO3 domain you're
on.

Next, check your lockIP settings near where you changed your timeout
setting.

Michael
--
Michael Cannon
The TYPO3 Vagabond http://typo3vagabond.com @ in2code.de
Been there, done that, 25 years of coding
Germany +49 (0)160 574 1973
US +1 617 539 6072
http://typo3vagabond.com
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Having to constantly giv a password

2011-10-27 Thread Hendrik

Maybe your browser kills the session cookie?

Am 27.10.2011 04:51, schrieb Colin  Maureen Pridham:

Hi,



I have checked the Install Tool and my BETimeout is 36000, yet every time I
change a page in the BE and View it, then come back to the BE

For more editing, I have to enter my password.



It is driving me crazy.  Any one have any ideas what I have done wrong ?



Thanks,

Colin



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


Re: [TYPO3-english] RealURL

2011-10-27 Thread Dmitry Dulepov

Hi!

Sergey Alexandrov wrote:

Hook: encodeSpURL_postProc

What's wrong:
 hook generates URL:
http://domain.tld/welcome.html/gallery/47/galleryAlbums/animals
 while it suppose to be:
http://domain.tld/welcome/gallery/47/galleryAlbums/animalshttp://domain.tld/welcome.html/gallery/47/galleryAlbums/animals
.html


So, this is a problem of the hook, right? How it is related to RealURL? Why 
don't you check the hook if ti gives you wrong value back? :)


--
Dmitry itoldyou Dulepov
TYPO3 coresecurity team member
E-mail: dmitry.dule...@typo3.org
Web: http://dmitry-dulepov.com/

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


Re: [TYPO3-english] Loading pictures

2011-10-27 Thread Victor Livakovsky

Hi, Colin.

Do you have dam extension installed? If so, you better disable default media 
selector and use only dam one - I remember something similar, when I tried 
to add image with default selector. 


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


[TYPO3-english] Language Pack Updates constantly failing

2011-10-27 Thread Oliver Salzburg

Hi,

when I'm checking for updated language packs in the extension manager,
usually there are at least a couple of updates available.
Now when I click Update from repository, the updates will usually be
marked as Failed.
Now when I check the status again, that same, failed, language packs
are now marked up to date. What's going on? Did the update now fail
or not?

What does Failed mean anyway? Where do I get a more detailed log of 
what actually happened during the update process?


Kind regards

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


Re: [TYPO3-english] user rights - content elements editable but not deletable?

2011-10-27 Thread horace grant
On Wed, Oct 26, 2011 at 12:01 PM, horace grant horac...@gmail.com wrote:

 On Wed, Oct 26, 2011 at 12:22 AM, Richard Davies rich...@ocular.co.nz
 wrote:

  Hi,
 
  Was interested in this so I looked it up. You can use the typo3 TSconfig
  for
  the user/group options.disableDelete = 1. However, it only removes the
  delete option from edit page content: the user can still delete the
  content in Page or List view. From what I've seen, that is the best you
 can
  do.
 


 thanks! i will do that and think about how i could best disable the rest.



i found the extension lock_element. :)

cheers,
horace






 
  Richard
 
  On 26 October 2011 04:36, horace grant horac...@gmail.com wrote:
 
   hi,
  
   on a certain page my editors should be able to edit content elements
 but
   not
   be able to delete them. is this possible somehow? or is it at least
   possible
   to hide the trash can icons on content elements?
  
   cheers,
   horace
   ___
   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


Re: [TYPO3-english] Language Pack Updates constantly failing

2011-10-27 Thread Xavier Perseguers

Hi,


when I'm checking for updated language packs in the extension manager,
usually there are at least a couple of updates available.
Now when I click Update from repository, the updates will usually be
marked as Failed.
Now when I check the status again, that same, failed, language packs
are now marked up to date. What's going on? Did the update now fail
or not?


Seems that you experience this: http://forge.typo3.org/issues/30918

Regards

--
Xavier Perseguers
Release Manager TYPO3 4.6

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] Language Pack Updates constantly failing

2011-10-27 Thread Oliver Salzburg

On 2011-10-27 14:04, Xavier Perseguers wrote:

Hi,


when I'm checking for updated language packs in the extension manager,
usually there are at least a couple of updates available.
Now when I click Update from repository, the updates will usually be
marked as Failed.
Now when I check the status again, that same, failed, language packs
are now marked up to date. What's going on? Did the update now fail
or not?


Seems that you experience this: http://forge.typo3.org/issues/30918

Regards



Indeed. Even though this is a 4.5.6 and not a 4.6 installation.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] htmlmail-setRecipient How to use a string (coding for ext)

2011-10-27 Thread Leen Strijk

Hello,

I am making an extension that wil send a mail to a specific recipient.
That can be a different one for every email.

When I use the real email address all goes well but when i use a string 
with the emailaddress it doesn't get sent.


example
$Typo3_htmlmail-setRecipient('some...@server.com'); --- this works


$mailto = some...@server.com;
$Typo3_htmlmail-setRecipient($mailto); - won't work

$Typo3_htmlmail-setRecipient(.$mailto.); - won't work

Can someone tell me how to code this so that I can use $mailto

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


Re: [TYPO3-english] tt_news menu display current article

2011-10-27 Thread
Brilliant, I must have overlooked that setting. Thank you. I also achieved
the marking of the current entry with two simple lines of jQuery. #myMenu is
the id of the ul of the tt_news list, #rtitle is the id of the h1 in the
single

$(document).ready(function(){
var h1text = $('h1#rtitle').html();
$('#myMenu').find('a:contains('+h1text+')').parent().addClass('bold');
});

 -Ursprüngliche Nachricht-
 Von: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-
 boun...@lists.typo3.org] Im Auftrag von Michael Cannon
 Gesendet: Mittwoch, 26. Oktober 2011 10:23
 An: TYPO3 English
 Betreff: Re: [TYPO3-english] tt_news menu display current article
 
 In tt_news's default template setup,
 `plugin.tt_news.excludeAlreadyDisplayedNews = 1`, is set.
 
 For the page you want to combine the list and single views,
 set `plugin.tt_news.excludeAlreadyDisplayedNews = 0`
 
 excludeAlreadyDisplayedNews
 # exclude news from display in a plugin, if they've been displayed
 already by another plugin on the same page.
 
 From

http://typo3.org/extensions/repository/view/tt_news/current/info/pi%252Fstat
ic
 %252Fts_new%252Fsetup.txt/
 
 Michael
 --
 Michael Cannon
 The TYPO3 Vagabond http://typo3vagabond.com @ in2code.de
 Been there, done that, 25 years of coding
 Germany +49 (0)160 574 1973
 US +1 617 539 6072
 http://typo3vagabond.com
 
 
 
 
 
 On Tue, Oct 25, 2011 at 4:49 PM, N3 i...@netzhochdrei.net wrote:
 
  Hi,
 
 
 
  I have a page that has two tt_news Content Elements: List (as a menu)
and
  Single. Works fine but the current article shown in the single element
  always disappears from the list element. I need it to be shown and, if
  possible, marked (bold or something).
 
 
 
  Any ideas?
 
 
 
  Thanks a lot
 
 
 
  ___
  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] Change number of columns in Image Content Element from 8 to more

2011-10-27 Thread Igor Mitev
Hello,

I need to change number of columns in Image Content Element from 8 to more.
Can anybody let me know how to do it?

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


Re: [TYPO3-english] Change number of columns in Image Content Element from 8 to more

2011-10-27 Thread Krystian Szymukowicz

W dniu 2011-10-27 16:59, Igor Mitev pisze:

Hello,

I need to change number of columns in Image Content Element from 8 to more.
Can anybody let me know how to do it?

Thank you very much,
Igor



try to put this in your PAGE TS config.

TCEFORM {
tt_content {
imagecols.addItems {
   9 = 9
  10 = 10
}
   }
   }


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


Re: [TYPO3-english] Change number of columns in Image Content Element from 8 to more

2011-10-27 Thread Igor Mitev
Hello Krystian,

It worked like a charm.

Thank you very much.

Best,
Igor

On Thu, Oct 27, 2011 at 5:59 PM, Krystian Szymukowicz t...@prolabium.comwrote:

 W dniu 2011-10-27 16:59, Igor Mitev pisze:

  Hello,

 I need to change number of columns in Image Content Element from 8 to
 more.
 Can anybody let me know how to do it?

 Thank you very much,
 Igor



 try to put this in your PAGE TS config.

 TCEFORM {
tt_content {
imagecols.addItems {
   9 = 9
  10 = 10
}
   }
   }


 --
 grtz
 Krystian Szymukowicz

 __**_
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-**englishhttp://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] Template translation for direct_mail_subscription extension

2011-10-27 Thread Ernesto Domato
Hi,

I'm using the direct_mail_subscription extension for email newsletter
registration, but I didn't found a way to use different translated
templates depending on which language a user is navigating.

Can some one help me with this?, how do you implement i18n with on templates?.

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


Re: [TYPO3-english] Template translation for direct_mail_subscription extension

2011-10-27 Thread Oliver Salzburg

On 2011-10-27 19:53, Ernesto Domato wrote:

Hi,

I'm using the direct_mail_subscription extension for email newsletter
registration, but I didn't found a way to use different translated
templates depending on which language a user is navigating.

Can some one help me with this?, how do you implement i18n with on templates?.

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


This is how I do it:

[globalVar = GP:L = 0]
plugin.feadmin.dmailsubscription.file.templateFile = 
fileadmin/templates/ext/direct_mail_subscription/fe_admin_dmailsubscrip_de.html

[globalVar = GP:L = 1]
plugin.feadmin.dmailsubscription.file.templateFile = 
fileadmin/templates/ext/direct_mail_subscription/fe_admin_dmailsubscrip_en.html

[globalVar = GP:L = 2]
plugin.feadmin.dmailsubscription.file.templateFile = 
fileadmin/templates/ext/direct_mail_subscription/fe_admin_dmailsubscrip_es.html

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


Re: [TYPO3-english] Template translation for direct_mail_subscription extension

2011-10-27 Thread Ernesto Domato
On Thu, Oct 27, 2011 at 14:57, Oliver Salzburg
kinggen...@googlemail.com wrote:
 This is how I do it:

 [globalVar = GP:L = 0]
 plugin.feadmin.dmailsubscription.file.templateFile =
 fileadmin/templates/ext/direct_mail_subscription/fe_admin_dmailsubscrip_de.html
 [globalVar = GP:L = 1]
 plugin.feadmin.dmailsubscription.file.templateFile =
 fileadmin/templates/ext/direct_mail_subscription/fe_admin_dmailsubscrip_en.html
 [globalVar = GP:L = 2]
 plugin.feadmin.dmailsubscription.file.templateFile =
 fileadmin/templates/ext/direct_mail_subscription/fe_admin_dmailsubscrip_es.html
 [global]

Wow, this is the fastest reply I ever receive in my life :-)

Ok, now this not only resolves my problem but also makes me understand
better the way that language configuration works with Typo3.

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


[TYPO3-english] Multiple records creation wizard

2011-10-27 Thread Victor Livakovsky

Hi, list.

I'm using TYPO3 4.5.6 and I wonder, is there any extension or possibility to 
create multiple records of any type, like it is done in Functions - 
Wizards - Create multiple pages?


Thanks in advance. 


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


[TYPO3-english] Question basic, I'm learning typo3

2011-10-27 Thread Juan barreto
Hello,
Thank you for help me.
I'm learning typo3 and I need to create a frontend layout with 4 columns.
Someone tells me to install or read or modified to have 4 columns.

Url: http://199.175.46.220/typodemo/
Url: http://199.175.46.220/typodemo/typo3/
User: admin
Pass: 123456

Gracias

-- 
Juan Carlos Barreto
Lider en Área de Servicios
Ing en Sistemas
Universidad del Valle
Tel: 311 750 0420
juan...@gmail.com
jcbarr...@vianet.ws
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Question basic, I'm learning typo3

2011-10-27 Thread Peter Kühnlein

Am 28.10.2011 04:44, schrieb Juan barreto:

Hello,
Thank you for help me.
I'm learning typo3 and I need to create a frontend layout with 4 columns.
Someone tells me to install or read or modified to have 4 columns.

Url: http://199.175.46.220/typodemo/
Url: http://199.175.46.220/typodemo/typo3/
User: admin
Pass: 123456

Gracias


Hi Juan,

First off: better change the password for admin right away... and never 
give it away anymore. It would be easy to hijack your page and do things 
you never dreamed of with it...


Second: I'll never understand why people think having multicolumn 
layouts is difficult. Just write an html-Template as usual, say


div id=container
div id=col1 class=columns/divdiv id=col2 
class=columns/divdiv id=col3 class=columns/divdiv 
id=col4 class=columns/div

/div

and set

.columns {
  display:inline;
}

in your style sheet. The four div-elements inside the container should 
be displayed as columns now. You can style (width, background, just 
whatever you want) them by addressing them using the id's just as usual. 
Load the html via the extension automaketemplate - and that's it. You 
don't even have to bother with markers etc.


HTH
Peter

--

http://www.function2form.net
http://www.peter-kuehnlein.net

When one has made a decision to kill a person, even if it will be
 very difficult to succeed by advancing straight ahead, it will not
 do to think about going at it in a long roundabout way.

(Hagakure)

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