error message:
------------------
TYPO3 Fatal Error: Error: This host address ("127.0.0.1") and the referer host ("10.99.99.2") mismatches!<br /> It's possible that the environment variable HTTP_REFERER is not passed to the script because of a proxy.<br /> The site administrator can disable this check in the "All Configuration" section of the Install Tool (flag: TYPO3_CONF_VARS[SYS][doNotCheckReferer]).

solution:
------------------
add line to file: typo3conf/localconf.php
$TYPO3_CONF_VARS['SYS']['doNotCheckReferer'] = '1';

computer2know :: thank you for your visit :: have a nice day :: © 2024