[TYPO3-debian] Problems with install after creating ENABLE_INSTALL_TOOL

Philipp Gampe philipp.gampe at typo3.org
Fri Jan 10 11:20:39 CET 2014


Hi Janez,

Janez Novak wrote:

> My Wordpress installation runs fine on it. But when i tried installing
> Typo3, I first got the message that said I needed to enable the install
> tool by creating a file in typo3conf. I did that, but now nothing happens
> at all, I get a blank page, no errors or anything. Anyone have a clue what
> the issue might be?

You have a PHP error during execution. Most likely you did not fulfill all 
requirements for running TYPO3.

Please turn on error reporting for your IP editing the 
typo3conf/LocalConfiguration.php and setting:
[SYS][displayErrors] = 2
[SYS][devIPmask] = your ip address

E.g. this is from my SYS section, allowing only localhost to see errors:
	'devIPmask' => '127.0.0.1,::1',                                                             
	'displayErrors' => '2', 


Alternatively you can check your apache/php error log or turn on error 
display (reporting) globally in the php configuration (php.ini).

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – Active contributor TYPO3 CMS
TYPO3 .... inspiring people to share!



More information about the TYPO3-debian mailing list