[Typo3-install] Database problem. Turn on logging?

Thomas Willert thomas at willert.dk
Sat Mar 11 19:07:57 CET 2006


Hi!

The problem of the Install Tool not being able to write correctly to the 
  MySQL database seem to be caused by one or more of the PHP 
magic_quotes_ settings being set. After I set both 'magic_quotes_gpc' 
and 'magic_quotes_runtime' to 'Off' the problem went away.

Either in php.ini set 'magic_quotes_gpc = Off' and 'magic_quotes_runtime 
= Off', or if inside your Apache virtual host section for your Typo3 
virtual host add these two lines:

    php_admin_flag magic_quotes_gpc On
    php_admin_flag magic_quotes_runtime On

There might be other ways to accomplish this. Perhaps in 'localconf.php?

I don't know if this solved everything because now my left menu is 
missing all the icons, but I will described this in a seperate post.

Cheers!

Thomas Willert




Thomas Willert wrote:
> Hi!
> 
> Is it possible to turn on some kind of logging in the Install Tool?
> 
> I am having the problem of not being able to update the database through 
> the Install Tool. From the command line I can import the database.sql 
> without any error messages, but the Install Tool still claims that I 
> should update it after doing a 'Compare'. When I press 'Write to 
> database' nothing happens, the same page just pops up again with the 
> recommendation that I should update the database.
> 
> For fear of running into other problems later I would like to know what 
> is causing this. In the archives I have seen that other have had similar 
> problems without being able to post a solution. Comments from the 
> community suggest that it might be a PHP/MySQL problem?
> 
> I am using these components:
> FreeBSD 5.4 (stable)
> PHP 4.4.2
> MySQL 4.1.18
> Apache 2.0.55
> Typo3 3.8.1
> 
> 
> Thanks for any enlightenment anyone might be able to provide!
> 
> Cheers!
> 
> Thomas Willert
> thomas at willert.dk



More information about the TYPO3-install mailing list