[TYPO3-english] rsaauth problem in xampp

Markus Klein klein.t3 at mfc-linz.at
Wed Feb 8 10:26:41 CET 2012


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 Message-----
> From: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-bounces at lists.typo3.org] On Behalf Of J. Bakshi
> Sent: Wednesday, February 08, 2012 10:18 AM
> To: typo3-english at lists.typo3.org
> Subject: Re: [TYPO3-english] rsaauth problem in xampp
> 
> On Wed, 08 Feb 2012 09:52:32 +0100
> Krystian Szymukowicz <t33k at prolabium.com> wrote:
> 
> > W dniu 2012-02-08 09:36, J. Bakshi wrote:
> > > On Tue, 7 Feb 2012 15:46:56 +0530
> > > "J. Bakshi"<joydeep at 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 obtained for rsaauth.
> > >>
> > >> ``````
> > >>
> > >> Though at php.ini I have
> > >>
> > >> `````
> > >> extension=php_openssl.dll
> > >>
> > >> ` ` `
> > >>
> > >> and through phpinfo I can confirm openssl is active.
> > >>
> > >>
> > >> Also tried with
> > >>
> > >> ````
> > >> $TYPO3_CONF_VARS['BE']['loginSecurityLevel'] = 'normal'; `````
> > >>
> > >> but the same error
> > >>
> > >> Could anyone kindly suggest how to fix it ?
> > >>
> > >> Thanks
> > >
> > >
> > > Any clue please ?
> >
> >
> > I use rsaauth on DEV  and LIVE and on my LOCAL xampp I deactivate that with:
> >
> > unset($TYPO3_CONF_VARS['BE']['loginSecurityLevel']);
> > unset($TYPO3_CONF_VARS['FE']['loginSecurityLevel']);
> >
> > $TYPO3_CONF_VARS['EXT']'extList']=
> > str_replace('rsaauth,','',$TYPO3_CONF_VARS['EXT']['extList']);
> >
> > $TYPO3_CONF_VARS['EXT']['extList_FE'] =
> > str_replace('rsaauth,','',$TYPO3_CONF_VARS['EXT']['extList_FE']);
> >
> >
> > Put this lines at the end of typo3conf/localconf.php or preferably in
> > separate file like typo3conf/localconf_local.php, and include this
> > file from typo3conf/localconf.php
> >
> >
> > Be aware that you may need to enter "install tool / database comapre"
> > and set new admin password
> >
> > And remember to activate rsaauth on LIVE which are ussually linux
> > boxes with no such problems as xampp/windows.
> >
> >
> 
> Thanks a lot for your valuable guidance.
> 
> I have inserted the above lines at the end of localconf.php but get syntax error. Should I uninstall the rsaauth and saltedpassword ?
> 
> Please help.
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list