[TYPO3-english] Migrating Typo3 from Web to localhost

Sinisa Mitrovic sinisa.mitrovic at avisto-eastern.com
Thu Feb 11 08:02:52 CET 2016


Hello Pavle,

I guess you using Windows machine. This is due OpenSSL configuration on 
Windows. You can try enable OpenSSL or not recommended disable "rsaauth" 
extension.
Here are steps that work for Windows 7 and Vista:

  *

    */Activate the PHP module openssl/*

    Open php.ini and uncomment(delete ';') in:

    |;extension=php_openssl.dll|

    Double-check that the extension is enabled by running phpinfo().

  *

    */Add a system environment variable "OPENSSL_CONF"/*with value

    |C:\apache24\conf\openssl.cnf|

    ...assuming you installed appache into C:\apache24.

  *

    */Set path to 'openssl.exe'/*, which is in C:\apache24\bin

      o

        Either
        set|$TYPO3_CONF_VARS['SYS']['binSetup']||'openssl=c:/apache24/bin/openssl.exe'|

      o

        or append|c:\apache24\bin|to the environment variable PATH

  *

    */Restart server/*


Source 
http://stackoverflow.com/questions/23754996/php-openssl-extension-not-working-while-install-typo3-6-2-2-on-window7

Best regards,
Sinisa Mitrovic

On 2/10/2016 11:27 PM, Pavle Lucic wrote:
> Hi to all,
>
> I have migrated files - typo3 and db from webhost to localhost, and 
> frontend of website works fine.
> But when i try to login to admin panel localhost/mywebsite/typo3 i got 
> error.
> -----------------------------------------------
> Uncaught TYPO3 Exception
> #1318283565: No OpenSSL backend could be obtained for rsaauth.
> t3lib_error_Exception thrown in file
> C:\xampp\htdocs\mywebsite\typo3\sysext\rsaauth\hooks\class.tx_rsaauth_loginformhook.php 
> in line 72.
>
> ------------------------------------------------------------------------------------ 
>
>
> Any advice?
> _______________________________________________
> 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