Re: [TYPO3-english] rsaauth problem in xampp

2012-02-08 Thread J. Bakshi
On Tue, 7 Feb 2012 15:46:56 +0530 J. Bakshi joyd...@infoservices.in (জ বকসী) wrote: Dear list, A Window related typo3 issue. I have migrated a typo3 4.6.4 site on a XP box running xampp. The FE is working well. But at BE I get the following error ` No OpenSSL backend could be

Re: [TYPO3-english] rsaauth problem in xampp

2012-02-08 Thread Krystian Szymukowicz
W dniu 2012-02-08 09:36, J. Bakshi wrote: On Tue, 7 Feb 2012 15:46:56 +0530 J. Bakshijoyd...@infoservices.in (জ বকসী) wrote: Dear list, A Window related typo3 issue. I have migrated a typo3 4.6.4 site on a XP box running xampp. The FE is working well. But at BE I get the following error

Re: [TYPO3-english] tt_news: no news id given

2012-02-08 Thread Tom Gillis
Thanks for the reply, I have a page with all the ts config filled in in the setup field with all the other pages inside that page in the pagetree. Besides that the only additional config is a few filled in fields (like where the single view page is) in the tt_news content elements. So, nothing

Re: [TYPO3-english] rsaauth problem in xampp

2012-02-08 Thread J. Bakshi
On Wed, 08 Feb 2012 09:52:32 +0100 Krystian Szymukowicz t...@prolabium.com wrote: W dniu 2012-02-08 09:36, J. Bakshi wrote: On Tue, 7 Feb 2012 15:46:56 +0530 J. Bakshijoyd...@infoservices.in (জ বকসী) wrote: Dear list, A Window related typo3 issue. I have migrated a typo3 4.6.4 site

[TYPO3-english] disable delete file

2012-02-08 Thread Gert Boers
I would like to disable deleting files (from one certain table) for a certain backend user group. This user group has acces to media: file and right now they can edit and delete any file they want. They should only be able to upload (and maybe edit) files, but certainly not delete them... I

Re: [TYPO3-english] rsaauth problem in xampp

2012-02-08 Thread Markus Klein
Compare these lines: $TYPO3_CONF_VARS['EXT']'extList']= str_replace('rsaauth,','',$TYPO3_CONF_VARS['EXT']['extList']); $TYPO3_CONF_VARS['EXT']['extList']= str_replace('rsaauth,','',$TYPO3_CONF_VARS['EXT']['extList']); This should solve your syntax error. Kind regards Markus -Original

Re: [TYPO3-english] rsaauth problem in xampp

2012-02-08 Thread Markus Klein
No need to uninstall anything. The lines you just inserted are there for exactly this purpose. // uninstall rsaauth extension $TYPO3_CONF_VARS['EXT']['extList']= str_replace('rsaauth,','',$TYPO3_CONF_VARS['EXT']['extList']); Kind regards Markus -Original Message- From:

Re: [TYPO3-english] rsaauth problem in xampp

2012-02-08 Thread J. Bakshi
On Wed, 8 Feb 2012 10:36:04 +0100 Markus Klein klein...@mfc-linz.at wrote: No need to uninstall anything. The lines you just inserted are there for exactly this purpose. // uninstall rsaauth extension $TYPO3_CONF_VARS['EXT']['extList']=

[TYPO3-english] Realurl problem with two producttypes

2012-02-08 Thread Morten Hagh
Hi list, I have a problem I can't figure out how to solve. I have a ext. called tx_saerpartier that can display either a brick or a rooftile taken from the tables: tx_saerpartier_mursten (bricks) or tx_saerpartier_tagsten (rooftiles) What I want is to configure realurl so that I can get a nice

[TYPO3-english] Fatal error: Class 'tx_rsaauth_backendfactory' not found :-(

2012-02-08 Thread J. Bakshi
Hello, I am facing a strange issue. A typo3 4.6.4 site was running fine, even the front end is still functional. But I can't log into the BE any more. It throws error as ` Fatal error: Class 'tx_rsaauth_backendfactory' not found I have replace the source; cleared the

Re: [TYPO3-english] Fatal error: Class 'tx_rsaauth_backendfactory' not found :-(

2012-02-08 Thread Georg Ringer
Am 08.02.2012 13:21, schrieb J. Bakshi: I have replace the source; cleared the cache ; but still the same error. How can I fixed this ? tried to delete typo3temp/Cache/* ? georg ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] Fatal error: Class 'tx_rsaauth_backendfactory' not found :-(

2012-02-08 Thread J. Bakshi
On Wed, 08 Feb 2012 13:24:44 +0100 Georg Ringer ty...@ringerge.org wrote: Am 08.02.2012 13:21, schrieb J. Bakshi: I have replace the source; cleared the cache ; but still the same error. How can I fixed this ? tried to delete typo3temp/Cache/* ? georg Thanks , it works. I did not

Re: [TYPO3-english] Realurl problem with two producttypes

2012-02-08 Thread Morten Hagh
Wait a minute - I think it works with 'produkt' = array( array( 'GETvar' = 'tx_saerpartier_pi1[produkt]', ), array( 'cond' = array('prevValueInList' = 'tagsten'), 'GETvar' = 'tx_saerpartier_pi1[rtnummer]',

[TYPO3-english] Login/Logout issues

2012-02-08 Thread Oliver Salzburg
I am experiencing some very weird behavior on our site. These are the actors in my problem: A login page using the standard felogin, set to Hide in menu A login/logout button created through TS (http://pastie.org/3340855) An internal page set to Show at any login Now let's have a close look at

[TYPO3-english] Detect not in menu

2012-02-08 Thread Urs Bräm
Hi is there an quick way to detect via TS if a page is set as not in menu? I would like to automatically deny access to robots to all such pages - most of the time, you don't want those to show up in Google. Regards Urs -- Urs Bräm macht Websites --- Certified Typo3 Integrator CH-3011 Bern

Re: [TYPO3-english] Adding default flashvars to the media object gives back an object in the url

2012-02-08 Thread Henjo Hoeksma
No responses... too bad... I did a little trick, pasting the vars behind another one. Which does work. If anyone needs this sometime ;-) Kind regards, Henjo Problems are small because we learned how to deal with them. Problems are big because we need to learn how to deal with them. On Mon,

[TYPO3-english] redirect mobile user

2012-02-08 Thread T o n
Hello, Besides my standard website, I want to create a mobile website in TYPO3. For that purpose I made a separate tree in in TYPO3 and installed extension cwmobileredirect to detect any mobile device which moves the visitor to the other tree. This works perfectly with my first provider.

Re: [TYPO3-english] redirect mobile user

2012-02-08 Thread Urs Bräm
Hi it's not what you asked, but why not just use a mediaqueries and other responsive techniques to adapt the website's CSS? Content reduced (aka dumbed down) separate mobile versions are a little bit a thing of the past. If you're not familiar with the concept, check out

Re: [TYPO3-english] redirect mobile user

2012-02-08 Thread T o n
Yes, Thanks. I have had that suggestion too in the Dutch mailing list. I absolutely like the idea, and will implement that too (but on a different site). On this site I do not want to share the same information on a mobile. Only some basic info and a contact form. And I do not have the

[TYPO3-english] Send E-Mail after tt_news creation

2012-02-08 Thread Christoph Hermann
Hello everyone, can someone give me a hint on how to send an email after a tt_news entry has been created? (And maybe another one when it has been updated?) Can this be realized with just tt_news, or do i need another extension? The news shall be created in the backend, not in the frontend.

Re: [TYPO3-english] Detect not in menu

2012-02-08 Thread Loek Hilgersom
{page:nav_hide} or 10 = TEXT 10 { value = Show only if not in menu is not set if { value = 0 equals.field = nav_hide } } Not sure what you want to do though. Hth, Loek On 02/08/2012 06:05 PM, Urs Bräm wrote: Hi is there an quick way

Re: [TYPO3-english] Send E-Mail after tt_news creation

2012-02-08 Thread Loek Hilgersom
Hi, You will need an extension for this, but I wouldn't know if there is one that does exactly that. There are a few rather old extensions that do something like that, but you may have to fix them up before use: gp_notification and kc_emailnotification The extension should either hook into

Re: [TYPO3-english] redirect mobile user

2012-02-08 Thread Philipp Gampe
Hi T o n, T o n wrote: Besides my standard website, I want to create a mobile website in TYPO3. For that purpose I made a separate tree in in TYPO3 and installed extension cwmobileredirect to detect any mobile device which moves the visitor to the other tree. This works perfectly with my

[TYPO3-english] marker to fill with content or imagecycle?

2012-02-08 Thread Axel
Hello, I would like to have an imagecycle element in the footer shown on every page. I tried to include 2 images with links over typoscript with tx_imagecycle_pi1 (these should cycle with t3query) and to fetch this as a content element from an other page (this page contains a content element

Re: [TYPO3-english] marker to fill with content or imagecycle?

2012-02-08 Thread horace grant
On Thu, Feb 9, 2012 at 2:31 AM, Axel li...@19q.net wrote: Hello, I would like to have an imagecycle element in the footer shown on every page. I tried to include 2 images with links over typoscript with tx_imagecycle_pi1 (these should cycle with t3query) and to fetch this as a content

[TYPO3-english] Redirection of login page

2012-02-08 Thread Colin Maureen Pridham
Hi, It appears that the extension 'redirection' for redirecting a login page is no longer available. How do I handle login re-direction now ? Thanks, COlin ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] redirect mobile user

2012-02-08 Thread Bernd Wilke
On 02/08/2012 09:47 PM, T o n wrote: Hello, Besides my standard website, I want to create a mobile website in TYPO3. For that purpose I made a separate tree in in TYPO3 and installed extension cwmobileredirect to detect any mobile device which moves the visitor to the other tree. This works

Re: [TYPO3-english] Send E-Mail after tt_news creation

2012-02-08 Thread Bernd Wilke
On 02/08/2012 10:59 PM, Christoph Hermann wrote: Hello everyone, can someone give me a hint on how to send an email after a tt_news entry has been created? (And maybe another one when it has been updated?) Can this be realized with just tt_news, or do i need another extension? The news shall