Re: [TYPO3] Problem with tt_news

2008-10-01 Thread Dan Osipov
I had the same problem with one of my extensions, and pinpointed the problem to be the pagebrowser. tt_news extends the default pagebrowser from pibase, but this error might remain. Dan Osipov Calkins Media http://danosipov.com/blog/ Sebastian Scholz wrote: > Hi > > I have a small problem with

[TYPO3] Problem with tt_news

2008-10-01 Thread Sebastian Scholz
Hi I have a small problem with tt_news. In the LIST view I have the page selection on the bottom. Due to the mass of pages I set a limit to 20, but now when i select the 20th page and then select next, I do get the 21st page, but the view at the bottom is stuck on 1 - 20. I would expect a display

[TYPO3] problem with TYPO3_mainDirsysext

2008-09-29 Thread Bartosz Aninowski
This problem occurs on different servers with different configuration. Website does not work unless I delete files from typo3conf. Can anyone of you can give me an hint what may be the result? It most happen after clearing cache. Warning: require_once(/home/pal/TYPO3_mainDirsysext/sv/c

[TYPO3] Problem with template selector (rlmptmplselector)

2008-08-17 Thread Luis Flávio Seelig
Hi list, I'm searching internet and documentations for some time (more than three weeks) and can't find any clue about this issue. I'm working on trial and error basis now, so I give up. I'm trying to use automaketemplate with rlmptmplselector. Already read MTB documentation and understand (not fu

Re: [TYPO3] Problem with upgrading from php4 to php5

2008-08-15 Thread Gunnar Jonsson
I found a solution to the problem by using command ini_set to debug: I inserted: ini_set('display_errors', 'on'); in the index.php in the rootfolder of the domain. Then I found that the problem was that the default memory_limit was only 16M, so I had to increase that in the php.ini file. regard

Re: [TYPO3] Problem with upgrading from php4 to php5

2008-08-15 Thread Ben Wardle
Hi Gunnar, >> Gunnar Jonsson wrote: >>> Does anyone have a tip how to debug such a http 500 error, when running >>> php5 in CGI modus? >> >> Web server error_log might tell you more. > My webhost says that there are no such error log, because php5 is run as > CGI binary. I'm sure they must have

Re: [TYPO3] Problem with GraphicsMagick

2008-08-15 Thread Xavier Perseguers
Hi Brian, >>> 3. used the command: ./configure --without-perl >>> >>> 4. then make and make install >> >> You may use a distribution package, don't you? >> > Im not sure what you mean? Why do you need to install it manually on a RedHat system when there should exist .rpm for that. But it was ju

Re: [TYPO3] Problem with GraphicsMagick

2008-08-15 Thread Brian Bendtsen
Hi Xavier Xavier Perseguers skrev: > Hi Brian, > >> I have tried to install graphicsmagick on a redhat webserver but it >> doesn't work at all. >> >> I have another server where it works great and I have copied the >> install tool image settings so I think its the installation I didn't >> do

Re: [TYPO3] Problem with GraphicsMagick

2008-08-15 Thread Xavier Perseguers
Hi Brian, > I have tried to install graphicsmagick on a redhat webserver but it > doesn't work at all. > > I have another server where it works great and I have copied the install > tool image settings so I think its the installation I didn't do right. > > This is what I did to install gm on t

[TYPO3] Problem with GraphicsMagick

2008-08-14 Thread Brian Bendtsen
Hi I have tried to install graphicsmagick on a redhat webserver but it doesn't work at all. I have another server where it works great and I have copied the install tool image settings so I think its the installation I didn't do right. This is what I did to install gm on the server: 1. I fetc

Re: [TYPO3] Problem with upgrading from php4 to php5

2008-08-13 Thread Gunnar Jonsson
My webhost says that there are no such error log, because php5 is run as CGI binary. Regards, Gunnar Jonsson "Dmitry Dulepov [typo3]" <[EMAIL PROTECTED]> skrev i melding news:[EMAIL PROTECTED] > Hi! > > Gunnar Jonsson wrote: >> Does anyone have a tip how to debug such a http 500 error, when run

Re: [TYPO3] Problem with upgrading from php4 to php5

2008-08-11 Thread Dmitry Dulepov [typo3]
Hi! Gunnar Jonsson wrote: > Does anyone have a tip how to debug such a http 500 error, when running > php5 in CGI modus? Web server error_log might tell you more. -- Dmitry Dulepov TYPO3 Core team My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book In the blog: http://typo

[TYPO3] Problem with upgrading from php4 to php5

2008-08-11 Thread Gunnar Jonsson
My webhost has performed an upgrade from php4 to php5 on my domain. Now php5.2.5 is running in CGI modus. My website is running with typo3 4.1.1. At first it seemed that everything was working as before. But after some playing around on the site I discovered that I sometimes get error messages

Re: [TYPO3] Problem with aux_newsmailer

2008-08-08 Thread Brian Bendtsen
Brian Bendtsen skrev: > Xavier Perseguers skrev: >> Hi Brian, >> >>> Im trying to run the command php mailer.sh but I get the following >>> error: >>> >>> PHP Notice: Use of undefined PATH_thisScript - assumed 'PATH_thisScript' >>> >>> The code: >>> >>> define(PATH_thisScript,$typopath.'typo3/typo

Re: [TYPO3] Problem with aux_newsmailer

2008-08-08 Thread Brian Bendtsen
Xavier Perseguers skrev: > Hi Brian, > >> Im trying to run the command php mailer.sh but I get the following error: >> >> PHP Notice: Use of undefined PATH_thisScript - assumed 'PATH_thisScript' >> >> The code: >> >> define(PATH_thisScript,$typopath.'typo3/typo3'); > > You should single quote the

Re: [TYPO3] Problem with aux_newsmailer

2008-08-08 Thread Xavier Perseguers
Hi Brian, > Im trying to run the command php mailer.sh but I get the following error: > > PHP Notice: Use of undefined PATH_thisScript - assumed 'PATH_thisScript' > > The code: > > define(PATH_thisScript,$typopath.'typo3/typo3'); You should single quote the first parameter of the define before

[TYPO3] Problem with aux_newsmailer

2008-08-08 Thread Brian Bendtsen
Hi Im trying to run the command php mailer.sh but I get the following error: PHP Notice: Use of undefined PATH_thisScript - assumed 'PATH_thisScript' The code: define(PATH_thisScript,$typopath.'typo3/typo3'); and $typopath is set as the path to my typo3 installation. Any hints? Im using typo

Re: [TYPO3] Problem with extension manager from 4.2.1: blank page

2008-08-03 Thread Oliver Rowlands
Hi Andreas, How much memory have you allocated in your php.ini? More than likely the process has simply ran out of memory, 32MB is the minimum required by TYPO3. Best regards, Oliver Andreas Balzer wrote: > Hi, > I'd like to update some extensions with the inbuilt extension manager. > Unfortu

[TYPO3] Problem with extension manager from 4.2.1: blank page

2008-08-03 Thread Andreas Balzer
Hi, I'd like to update some extensions with the inbuilt extension manager. Unfortunately the EM stays just blank from the point where I decided to go to the submodule for updating and every time I open the EM now it just stays blank aswell. Is this problem known? How to fix it? Greetings, Andr

[TYPO3] Problem with abcources

2008-07-30 Thread Tapio Markula
Hi I defined page and template for abcources but nothing but error message rendered. I don't understand what went wrong. ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

[TYPO3] Problem with GET params on backend module

2008-07-26 Thread Manuel Rego Casasnovas
Hello, I'd like to ask a question about backend modules. I've started with a default module created using "kickstarter", then I've modified function "moduleContent" to add a form with a field and a submit button. The action form is "index.php". Then I've called to my module directly adding a GE

Re: [TYPO3] Problem with one of my sites

2008-07-24 Thread StephenBungert
Dmitry Dulepov [typo3] wrote: > > Get rid of all lines above. You do not need them. > This was just a test template to see if I could actually see anything. I have the template disabled now. Dmitry Dulepov [typo3] wrote: > > Do you have this extension installed? > Yes, and it's running,

Re: [TYPO3] Problem with one of my sites

2008-07-24 Thread StephenBungert
I tried using t3lib_div::debug(); at certain points in the autoparser ext's class.tx_automaketemplate_pi1.php file. I see the content is there (of the html file) and the markers have been made. Where does this content go, after being returned at the the end of class.tx_automaketemplate_pi1.php's

Re: [TYPO3] Problem with one of my sites

2008-07-24 Thread StephenBungert
I've tracked the content through class.tslib_content.php, it goes through the TEMPLATE function ok and content gets returned. So why wouldn't it show? StephenBungert wrote: > > > I tried using t3lib_div::debug(); at certain points in the autoparser > ext's > class.tx_automaketemplate_pi1.php

Re: [TYPO3] Problem with one of my sites

2008-07-24 Thread Dmitry Dulepov [typo3]
Hi! StephenBungert wrote: > Ich habe es aus probiert mit: > > # Default PAGE object: > page = PAGE > page.typeNum = 0 > page.10 = TEXT > page.10.value = HELLO WORLD! Get rid of all lines above. You do not need them. > plugin.tx_automaketemplate_pi1 { Do you have this extension installed? > Th

Re: [TYPO3] Problem with one of my sites

2008-07-24 Thread StephenBungert
Ich habe es aus probiert mit: # Default PAGE object: page = PAGE page.typeNum = 0 page.10 = TEXT page.10.value = HELLO WORLD! und mit ### Config ### ### -- ### config { noPageTitle = 2 # Suppress default title tag doctype = xhtml_strict htmlTag_langKey = en xhtml_cleaning = cache

Re: [TYPO3] Problem with one of my sites

2008-07-24 Thread Dmitry Dulepov [typo3]
Hi! StephenBungert wrote: > If i remove the template from the site's root page, I see the standard TYPO3 > no template found message. > > But when I make a template (even the default one with just the HELLO WOLRD > text) the source text is completely empty. And what is in that template? May be i

Re: [TYPO3] Problem with one of my sites

2008-07-24 Thread Dmitry Martynenko
Hi Bram, >> On a test site the source is empty, there is just this comment: >> >> What could be the cause of this? BJ> Maybe the Parsetimeflag is set. BJ> template Parsetime: BJ> http://cicdev.com/api/4.1.2/html/classtemplate.html#2bfa41434afc8a82d9ec2388c70879f1 There is following lines in i

Re: [TYPO3] Problem with one of my sites

2008-07-24 Thread StephenBungert
If i remove the template from the site's root page, I see the standard TYPO3 no template found message. But when I make a template (even the default one with just the HELLO WOLRD text) the source text is completely empty. What could be causing this? How can I track down what is wrong? - --

Re: [TYPO3] Problem with one of my sites

2008-07-24 Thread Bram Janssens
StephenBungert schreef: > On a test site the source is empty, there is just this comment: > > > > What could be the cause of this? > > - Maybe the Parsetimeflag is set. template Parsetime: http://cicdev.com/api/4.1.2/html/classtemplate.html#2bfa41434afc8a82d9ec2388c70879f1 regards, Bra

[TYPO3] Problem with one of my sites

2008-07-24 Thread StephenBungert
On a test site the source is empty, there is just this comment: What could be the cause of this? - -- Stephen Bungert -- View this message in context: http://www.nabble.com/Problem-with-one-of-my-sites-tp18629719p18629719.html Sent from the TYPO3 English mailing list archive at Nabble.

Re: [TYPO3] Problem with DAM + TemplaVoila + air_filemanager + GRSP

2008-07-21 Thread Henjo Hoeksma
On 2008-07-21 19:45:09 +0200, Jigal van Hemert <[EMAIL PROTECTED]> said: > This is a cryptographically signed message in MIME format. > > > Since this is a cross extension problem I take my chances and post it > here :-) > > A colleague of mine configured DAM + air_filemanager (as a DAM fronten

[TYPO3] Problem with DAM + TemplaVoila + air_filemanager + GRSP

2008-07-21 Thread Jigal van Hemert
Since this is a cross extension problem I take my chances and post it here :-) A colleague of mine configured DAM + air_filemanager (as a DAM frontend) in a automaketemplate installation. In order to get it working he set GRSP in the page where the air_filemanager extension is used to the Med

Re: [TYPO3] Problem with the Access lists when creating new group

2008-07-18 Thread Xavier Perseguers
Hi, > thanks for your answer and sorry i wasn't so clear. >>> When i create a new group, and select "Include Access List", the lists >> where >>> i select the modules, tables... from the items given, are not shown. that >> i >>> can't select any item. > So the lists "Items" are visible, t

Re: [TYPO3] Problem with the Access lists when creating new group

2008-07-18 Thread Mohamed Aïmane EL KIRA
Hi, thanks for your answer and sorry i wasn't so clear. So the lists "Items" are visible, the list "Selected" are not for all categories (mudules, tables, pages...). thanks. -- Mohamed Aïmane ELKIRA 2008/7/18 Xavier Perseguers <[EMAIL PROTECTED]>: > Hi, > > > When i create a new g

Re: [TYPO3] Problem with the Access lists when creating new group

2008-07-18 Thread Xavier Perseguers
Hi, > When i create a new group, and select "Include Access List", the lists where > i select the modules, tables... from the items given, are not shown. that i > can't select any item. What is not shown? The lists themselves? Then how do you know that there are lists? Or the items you selected

[TYPO3] Problem with the Access lists when creating new group

2008-07-18 Thread Mohamed Aïmane EL KIRA
Hi, When i create a new group, and select "Include Access List", the lists where i select the modules, tables... from the items given, are not shown. that i can't select any item. Please help, thanks. Bye. ___ TYPO3-english mailing list TYPO3-english@li

[TYPO3] Problem with ' and ajaxgroupsearch

2008-07-14 Thread Allan Jacobsen
Hi A am playing around with a movie database, and want to add actors to the movies I have. I have found a list of 4+ actors, so I have used ajaxgroupsearch so I dont have to scroll through a huge list, and I works pretty good except when I want to add an actor with a ' in the name. If I s

Re: [TYPO3] Problem with Powermail

2008-07-09 Thread Justin
Last message by me for now, sorry for that! But I do know where the error came from.. It's the "float:right" on the "input" field. That crazy isn't? Try style it on another way now.. ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de htt

Re: [TYPO3] Problem with Powermail

2008-07-09 Thread Justin
ps. "textarea" works great.. I really don't know why "textfields" won't work! ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

[TYPO3] Problem with Powermail

2008-07-09 Thread Justin
Hi List, I've got an problem with the EXT: powermail I set an form and it look great. But I've set some fields to "required" Now the problem is: When i click on a field that is required, and he fill nothing in the field then power mail say: "Please fill this field " or something like that. But

Re: [TYPO3] Problem with news_author_rel, tt_address 2.2.1 and tt_news 2.5.2

2008-07-01 Thread Tobias Kreißl
Hi Carsten, same problem here. The extension "news_author_rel" used to work some time ago. The problem that there are only the BE_users shown occurs either since an update to tt_news 2.5.2. or an update to Typo3 4.2.. tt_address was not changed, still 2.1.0., so this extension is not the sourc

[TYPO3] problem with PHP Warning: tslib_fe::include()

2008-06-23 Thread Bartosz Aninowski
Sometime I get following error. [Mon Jun 23 11:56:40 2008] [warn] mod_fcgid: stderr: PHP Warning: tslib_fe::include() [function.include]: Failed opening '/web/typo3conf/temp_CACHED_ps21fb_ext_tables.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/www/typo3_src-4.2

Re: [TYPO3] problem with a condition in typoscript

2008-06-20 Thread Rafael Álvarez
I answer to me :) El 20/06/2008, a las 11:22, Rafael Álvarez escribió: > HI, > > Using wfqbe extension, I get values from a table where a field is a > link to a file. I want to show an image as a link to that file only > if exists. I am using this code: > > 3 = IMAGE > 3 { >

[TYPO3] problem with a condition in typoscript

2008-06-20 Thread Rafael Álvarez
HI, Using wfqbe extension, I get values from a table where a field is a link to a file. I want to show an image as a link to that file only if exists. I am using this code: 3 = IMAGE 3 { file.maxW = 40 file=fileadmin/templates/BIENAL_RMN_2008/i

Re: [TYPO3] problem with insertdata and wrap

2008-06-19 Thread lee perry
> Hi Lee > I totally understand your concerning...the choose to change the class of > the menubox is to meet the designer requirement to change background and > colors for any mainmenu item and display a submenu on different > background (not easy as kickstart!!!) > Anyhow your suggestion worke

Re: [TYPO3] problem with insertdata and wrap

2008-06-19 Thread luca
Hi Lee I totally understand your concerning...the choose to change the class of the menubox is to meet the designer requirement to change background and colors for any mainmenu item and display a submenu on different background (not easy as kickstart!!!) Anyhow your suggestion worked right but

Re: [TYPO3] problem with insertdata and wrap

2008-06-19 Thread lee perry
hey luca, > Lerry, > I understand > > ## subMenu [Begin] > lib.subMenu = HMENU > lib.subMenu.entryLevel = 1 > lib.subMenu{ > stdWrap.dataWrap = | > } Do you really want to wrap your whole subMenu with a different className or different id on every page? Than use {page:uid} - with this dataWrap

Re: [TYPO3] problem with insertdata and wrap

2008-06-19 Thread luca
Lerry, I understand ## subMenu [Begin] lib.subMenu = HMENU lib.subMenu.entryLevel = 1 lib.subMenu{ stdWrap.dataWrap = | } lib.subMenu.1 = TMENU lib.subMenu.1 { stdWrap.dataWrap = | } lib.subMenu.1.NO { allWrap = | } lib.subMenu.1.ACT = 1 lib.subMenu.1.ACT.allWrap = | ## subMenu [End] thi

Re: [TYPO3] problem with insertdata and wrap

2008-06-19 Thread lee perry
hey luca, at the time you wrap the TMENU (lib.subMenu.1) but you can wrap your HMENU (lib.subMenu) as well: lib.subMenu.stdWrap ... just try it. and if this doesn't work - what kind of id (uid/pid/...) do you want to insert? lee > Hi Lee > thanks. It worked but with pid!! > Just a little q

Re: [TYPO3] problem with insertdata and wrap

2008-06-19 Thread luca
Hi Lee thanks. It worked but with pid!! Just a little question...is there a way to wrap the submenu module also if there is not any item in the menu? in this way i can display the box also whe is empty. Thank you again! Luca lee perry ha scritto: > Ciao Luca, > > just try this one: > > stdWr

Re: [TYPO3] problem with insertdata and wrap

2008-06-19 Thread lee perry
Ciao Luca, just try this one: stdWrap.dataWrap = | instead of: stdWrap.wrap.insertData = 1 stdWrap.wrap = | Greetings, Lee > Hi > I've just started with typo3 and I'struggling to get throught with my > first job with it. > I have a problem wrapping a menu with a div and using insertdata to >

[TYPO3] problem with insertdata and wrap

2008-06-19 Thread luca
Hi I've just started with typo3 and I'struggling to get throught with my first job with it. I have a problem wrapping a menu with a div and using insertdata to customize the box according to the page we are visiting. This is my code ## subMenu [Begin] lib.subMenu= HMENU lib.subMenu.entryLevel =

Re: [TYPO3] problem with the CONTENT object and the .if stdWrap property

2008-06-17 Thread Christopher Torgalson
On Tue, Jun 17, 2008 at 8:53 PM, Peter Klein <[EMAIL PROTECTED]> wrote: > Hi Cohn. > > Try changing: > >10.value < temp.getRandomImage > > Into: > >10.value.cObject < temp.getRandomImage Whoops :) If it's a TEXT cObject (see original message), that line should be: 10.cObject < temp.getR

Re: [TYPO3] problem with the CONTENT object and the .if stdWrap property

2008-06-17 Thread Peter Klein
Hi Cohn. Try changing: 10.value < temp.getRandomImage Into: 10.value.cObject < temp.getRandomImage -- Peter Klein "John Kavanagh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello, I am having a problem with the CONTENT object and the .if stdWrap property My

[TYPO3] problem with the CONTENT object and the .if stdWrap property

2008-06-16 Thread John Kavanagh
Hello, I am having a problem with the CONTENT object and the .if stdWrap property My Typoscript queries a table in the database and if a value is returned it displays a specified image and if none appears, it shows another. temp.randomBannerImage = COA_INT temp.randomBannerImage {

Re: [TYPO3] Problem with TCAdefaults

2008-06-11 Thread Brian Bendtsen
Dmitry Dulepov [typo3] skrev: > Hi! > > Brian Bendtsen wrote: >> I have made an extension where you can create a record with tt_news >> items as childelement using IRRE. I have created at sysfolder for >> holding these items, but I want all news records to be saved in a >> folder with pid=13 >>

Re: [TYPO3] Problem with TCAdefaults

2008-06-11 Thread Dmitry Dulepov [typo3]
Hi! Brian Bendtsen wrote: > I have made an extension where you can create a record with tt_news > items as childelement using IRRE. I have created at sysfolder for > holding these items, but I want all news records to be saved in a folder > with pid=13 > > I have inserted this in the pageTS on

Re: [TYPO3] Problem with TCAdefaults

2008-06-11 Thread Niels Pardon
Hi Brian, TCAdefaults is only available in the user TSConfig as far as I know. Greets, Niels Brian Bendtsen schrieb: > I have inserted this in the pageTS on my sysFolder with the parent records: > > TCAdefaults.tt_news.pid = 13 > > but it has no effect, the news items are still created in t

[TYPO3] Problem with TCAdefaults

2008-06-11 Thread Brian Bendtsen
Hi I have made an extension where you can create a record with tt_news items as childelement using IRRE. I have created at sysfolder for holding these items, but I want all news records to be saved in a folder with pid=13 I have inserted this in the pageTS on my sysFolder with the parent recor

[TYPO3] Problem with RTE loading from server by IP

2008-06-09 Thread Michael Niemann
Hello, I have a TYPO3 installation on a development server which is/was not accessible through the internet. Now I needed access to the backend from the internet and I'm using a corporate subdomain which is mapped to the root directory of the TYPO3 installation. Everything seemed to work at fi

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Christopher Torgalson
Hi, On Fri, May 23, 2008 at 12:41 PM, Tapio Markula <[EMAIL PROTECTED]> wrote: > Christopher Torgalson >> >> If you need more flexibility, there's also this kind of thing: >> >> page.bodyTagCObject = HTML >> page.bodyTagCObject { >> value { >> data = page:uid >> wrap = >>

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Tapio Markula
Christopher Torgalson > > If you need more flexibility, there's also this kind of thing: > > page.bodyTagCObject = HTML > page.bodyTagCObject { > value { > data = page:uid > wrap = > } > } I have used that but that doesn't help problem relating HTML-templates if you use

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Christopher Torgalson
On Fri, May 23, 2008 at 9:56 AM, Georg Ringer <[EMAIL PROTECTED]> wrote: > Tapio Markula wrote: >> If the body täg has not been defined the body tag is just >> The problem is that sometimes the body tag in the template should be >> untouched (because of certain background definitions, which are >

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Georg Ringer
Tapio Markula wrote: > If the body täg has not been defined the body tag is just > The problem is that sometimes the body tag in the template should be > untouched (because of certain background definitions, which are > different in different templates). use css! georg ___

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Christopher Torgalson
Hi, On Fri, May 23, 2008 at 8:33 AM, Michael Niemann <[EMAIL PROTECTED]> wrote: > Hello, > > I think you can only modify the body tag through TypoScript as it's never > taken from your template: If Templavoila is used, then the opening body tag CAN be taken from the template automatically. >

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Tapio Markula
Tapio Markula kirjoitti: > Michael Niemann kirjoitti: >> Hello, >> >> I think you can only modify the body tag through TypoScript as it's >> never taken from your template: > > > I tried to add contant for the color and installed contant editor > (plugin 'constant_editor') > > But using it I g

Re: [TYPO3] Problem with BODY tägs

2008-05-23 Thread Tapio Markula
Michael Niemann kirjoitti: > Hello, > > I think you can only modify the body tag through TypoScript as it's never > taken from your template: I tried to add contant for the color and installed contant editor (plugin 'constant_editor') But using it I got No constants available There are no edi

Re: [TYPO3] Problem with BODY t�gs

2008-05-22 Thread Michael Niemann
Hello, I think you can only modify the body tag through TypoScript as it's never taken from your template: page.bodyTag = Regards Michael Tapio Markula <[EMAIL PROTECTED]> wrote: Hi If the body täg has not been defined the body tag is just The problem is that sometimes the body tag in the

[TYPO3] Problem with BODY tägs

2008-05-22 Thread Tapio Markula
Hi If the body täg has not been defined the body tag is just The problem is that sometimes the body tag in the template should be untouched (because of certain background definitions, which are different in different templates). How to a) disable altering the body tag b) make for Typo3 condit

[TYPO3] problem with powermail and realURL

2008-05-21 Thread Fabian Seltmann
Hi, I`m testing the ne version of powermail (1.3.1). It still work when I deactivate realURL but not with. Is there anybody who can help me or have any idea why? Thanks. Fabian ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://li

[TYPO3] problem with save buttons in 4.2.0

2008-05-15 Thread Matyi Gábor
It can happeans, that in the fileadmin folder uploaded images are deleted. If these images is added as image in a tt_news record, I get php warning within the BE. I guess, this is normal. But in the 4.2.0 these warnings interferee with the save buttons, so if I remove the deleted images from th

[TYPO3] Problem with image rendering in Flowgallery

2008-05-09 Thread Trine Buhl
I have installed Flowgallery but are having a problem in FE. The images in not render/shown in the gallery plugin, only the navigation and the filenames. The singleView in Lightbox works fine. I have tested it on different versions of TYPO3 and PHP, and have discovered there is a problem with

Re: [TYPO3] Problem with lfeditor

2008-05-06 Thread Stefan Galinski
Brian Bendtsen wrote: > Stefan Galinski skrev: >> Brian Bendtsen wrote: >> >>> Hi >>> >>> Im trying to use the LFEditor to edit the tt_news language files but I >>> get this error on every save: >>> >>> Some language files have unsufficient permissions (i.e. write >>> permission)! >>> >>> The fil

Re: [TYPO3] Problem with lfeditor

2008-05-06 Thread Brian Bendtsen
Stefan Galinski skrev: > Brian Bendtsen wrote: > >> Hi >> >> Im trying to use the LFEditor to edit the tt_news language files but I >> get this error on every save: >> >> Some language files have unsufficient permissions (i.e. write permission)! >> >> The file has "apache" as group and the group h

Re: [TYPO3] Problem with lfeditor

2008-05-06 Thread Stefan Galinski
Brian Bendtsen wrote: > Hi > > Im trying to use the LFEditor to edit the tt_news language files but I > get this error on every save: > > Some language files have unsufficient permissions (i.e. write permission)! > > The file has "apache" as group and the group has write permission. > > Anothe

[TYPO3] Problem with lfeditor

2008-05-06 Thread Brian Bendtsen
Hi Im trying to use the LFEditor to edit the tt_news language files but I get this error on every save: Some language files have unsufficient permissions (i.e. write permission)! The file has "apache" as group and the group has write permission. Another thing is that I can edit the file using

Re: [TYPO3] problem with special characters

2008-04-25 Thread Dmitry Dulepov [typo3]
J.Bakshi wrote: > I have problem with special characters after migrating a typo3 powered > site from a remote server to the local server. > The remote site is working well, but after migrating in the local > server, some characters have been append by "?" symbol. > > I have modified the t3lib/cla

[TYPO3] problem with special characters

2008-04-25 Thread J.Bakshi
Dear list, I have problem with special characters after migrating a typo3 powered site from a remote server to the local server. The remote site is working well, but after migrating in the local server, some characters have been append by "?" symbol. I have modified the t3lib/class.t3lib_db.php

[TYPO3] Problem with "

2008-04-19 Thread Andreas Balzer
Hi, if I enter " in RTE (htmlarea) and save I'll see " within RTE and within the FE. What to do? Greetings, Andreas My pageTS: #jetzt kommts zum Wysiwyg Editor.. :-/ RTE.default.enableWordClean = 1 #word tags entfernen RTE.default.disableEnterParagraphs = 1 #bei enter einen br tag erstellen RTE

[TYPO3] Problem with recode functions

2008-04-18 Thread Andreas Balzer
Hi, I get the following error on my website: Fatal error: Call to undefined function recode_string() in ./typo3_src-4.2.0beta3/t3lib/class.t3lib_stdgraphic.php on line 2013 However I have set T3 to use mbstring in the install tool. What can I do? Greetings, Andreas _

Re: [TYPO3] Problem with Indexed Search

2008-04-11 Thread Erik Svendsen
Hello Redvald, > I have the exact same scenario - did you get any further on this? > > red > The manual is wrong on this point. The ability to set starting point in the plugin is dropped in later versions. Was removed 2 years ago (check changeLog). Without any more configuration it will indexi

Re: [TYPO3] Problem with Indexed Search

2008-04-11 Thread Redvald Hjulstad
I have the exact same scenario - did you get any further on this? red On 2008-01-30 22:51:58 +0100, <[EMAIL PROTECTED]> said: > I just installed the indexed_search plugin. Followed the user manual to > add it to a page. But, when I select indexed search as plugin type in > the Pagecontent windo

[TYPO3] problem with Event Database extension

2008-04-03 Thread Jesse
Hi, I'm setting up the extension rlmp_eventdb an I'm having some problems. My events will not show in the FE This is the setup: *TYPO3 4.1.6 *rlmp_eventdb 1.1.0 Added event category in the ?General Storage? folder. Added an event in the same folder. Inserted the events-plugin on a page, in "Lis

[TYPO3] Problem with concurrency

2008-04-01 Thread Nubla II
I have an old typo3 3.8.1 install, using 3 webservers and 1 db server. Right now, because of some modifications to the core, upgrade is not an option. >From time to time (too often to be good) I have what looks like a concurrency problem with the cache cleaning process on typo3. I don't have anyt

[TYPO3] problem with page in different language

2008-03-19 Thread Ilaria De Marinis
Hi list, I need only a translation for few pages in my site. I've never setup a default language so I don't understand this kind of message when I try to get the page translated in english: Reason: Page is not available in default language. Please can you help me? It's very important Thanks in

[TYPO3] Problem with Ecodev ( feeds services (RSS / ATOM)): $link->makeUrl() problem?

2008-03-12 Thread Bert Hiddink
Hello, I am using the extension above for generating several RSS-feeds. It produces various valid feeds but the RSS-item-link does not take into account the uid of the item, that is, it generates: http://www.mysite.org/index.php?id=123 ...while it should produce something like: http://www.mysi

Re: [TYPO3] Problem with TypoScript conditions and page.includeCSS

2008-03-11 Thread Stephen Bungert
You learn something new everyday. ?!? It displays how many references ('ref' in filelist) that exist to that file! ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] Problem with TypoScript conditions and page.includeCSS

2008-03-11 Thread Tyler Kraft
. März 2008 09:20 > An: typo3-english@lists.netfielders.de > Betreff: Re: [TYPO3] Problem with TypoScript conditions and page.includeCSS > > Sorry I am not a professional, so I am wondering how you "simulate" the > browser-switch... > But however, when I take IE and surf

Re: [TYPO3] Problem with TypoScript conditions and page.includeCSS

2008-03-11 Thread Stephen Bungert
Auftrag von Othmar Voser Gesendet: Dienstag, 11. März 2008 09:20 An: typo3-english@lists.netfielders.de Betreff: Re: [TYPO3] Problem with TypoScript conditions and page.includeCSS Sorry I am not a professional, so I am wondering how you "simulate" the browser-switch... But however, when I t

Re: [TYPO3] Problem with TypoScript conditions and page.includeCSS

2008-03-11 Thread Stephen Bungert
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Othmar Voser Gesendet: Dienstag, 11. März 2008 09:20 An: typo3-english@lists.netfielders.de Betreff: Re: [TYPO3] Problem with TypoScript conditions and page.includeCSS Sorry I am not a professional, so I am wondering how you "simulate&quo

Re: [TYPO3] Problem with TypoScript conditions and page.includeCSS

2008-03-11 Thread Othmar Voser
ärz 2008 17:02 > An: typo3-english@lists.netfielders.de > Betreff: Re: [TYPO3] Problem with TypoScript conditions and page.includeCSS > > So I do it: > > [browser = msie] > page.includeCSS { >file1 = fileadmin/styles/dim_home_00_IE.css >file2 = fileadmin/

Re: [TYPO3] Problem with TypoScript conditions and page.includeCSS

2008-03-10 Thread Christopher Torgalson
Hi, On Mon, Mar 10, 2008 at 5:22 PM, Stephen Bungert <[EMAIL PROTECTED]> wrote: > I replace mine with something more akin to yours: > > ### CSS Includes ### > ### ### > > [browser = msie] > page.includeCSS { > > file1 = fileadmin/templates/css/fdm_reset.css > file1.media = all

Re: [TYPO3] Problem with TypoScript conditions and page.includeCSS

2008-03-10 Thread Stephen Bungert
@lists.netfielders.de Betreff: Re: [TYPO3] Problem with TypoScript conditions and page.includeCSS So I do it: [browser = msie] page.includeCSS { file1 = fileadmin/styles/dim_home_00_IE.css file2 = fileadmin/styles/tt_news_v2_styles_IE.css file3 = fileadmin/styles/defaultstylesheet_IE.css

Re: [TYPO3] Problem with TypoScript conditions and page.includeCSS

2008-03-10 Thread Stephen Bungert
I replace mine with something more akin to yours: ### CSS Includes ### ### ### [browser = msie] page.includeCSS { file1 = fileadmin/templates/css/fdm_reset.css file1.media = all file2 = fileadmin/templates/css/fdm_core.css file2.media = screen file3 = fileadmin/templates/c

Re: [TYPO3] Problem with TypoScript conditions and page.includeCSS

2008-03-10 Thread Othmar Voser
x27;t show > > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag von bernd > wilke > Gesendet: Montag, 10. März 2008 14:54 > An: typo3-english@lists.netfielders.de > Betreff: Re: [TYPO3] Problem with TypoScript conditions and page.i

Re: [TYPO3] Problem with TypoScript conditions and page.includeCSS

2008-03-10 Thread Stephen Bungert
n: typo3-english@lists.netfielders.de Betreff: Re: [TYPO3] Problem with TypoScript conditions and page.includeCSS on Mon, 10 Mar 2008 13:14:26 +0100, Stephen Bungert wrote: > Here is the TypoScript I'm using to load various stylesheets: > > ### CSS Includes ### > ### #

Re: [TYPO3] Problem with TypoScript conditions and page.includeCSS

2008-03-10 Thread bernd wilke
on Mon, 10 Mar 2008 13:14:26 +0100, Stephen Bungert wrote: > Here is the TypoScript I'm using to load various stylesheets: > > ### CSS Includes ### > ### ## > > [global] > page.includeCSS { > > file1 = fileadmin/templates/css/fdm_reset.css file1.media = all > file2 = fileadmin/

[TYPO3] Problem with TypoScript conditions and page.includeCSS

2008-03-10 Thread Stephen Bungert
Here is the TypoScript I'm using to load various stylesheets: ### CSS Includes ### ### ## [global] page.includeCSS { file1 = fileadmin/templates/css/fdm_reset.css file1.media = all file2 = fileadmin/templates/css/fdm_core.css file2.media = screen file3 = fileadmin/template

Re: [TYPO3] Problem with page browser

2008-03-03 Thread Andrey Shevtsov
Thank you, Dmitry! I don't know why i haven't done it myself)) it was an error in an extension, i just switched it off) Thank you again. "Dmitry Dulepov [typo3]" <[EMAIL PROTECTED]> сообщил/сообщила в новостях следующее: news:[EMAIL PROTECTED] > Hi! > > Andrey Shevtsov wrote: >> I have this pro

  1   2   3   >