You are here: All articles » Programming » Typo3 3.5 running with PHP 5.x
-
Typo3 3.5 running with PHP 5.x
written: 17 years ago category: Programming Previous Next
This took me at least one hour to find out: If you encounter either this error while accessing the backend at /typo3 : Error in init.php: sitepath not specified correctly or this error while accessing the frontend: Cannot find configuration. This file is probably executed from the wrong location. Just ensure the old PHP arrays like $HTTP_SERVER_VARS are registered. You can do so by adding this PHP flag to your .htaccess :
php_flag register_long_arrays 1
Leave a comment