Errors 0.6.2

I have loaded the folders on the server. Once Binary, ASCII once, even automatically. After booting I always get the same following error.
The old version was good. But automatic update did not work.

This appears to be a permissions problem. Can you try disabling safe_mode, checking your umask, and making sure the tmp folder is writeable by the web server user?

Fatal error: SUHOSIN - Use of eval is forbidden by configuration in /home/w******/********.com/piwi/libs/HTML/QuickForm/Renderer/ArraySmarty.php(268) : eval()'d code on line 268

First Page installation completely OK. Now this error?

new folder created - first page of the installation ok. But now??

Fatal error: SUHOSIN - Use of eval is forbidden by configuration in /home/w******/********.com/piwi/libs/HTML/QuickForm/Renderer/ArraySmarty.php(268) : eval()'d code on line 268

Sorry, “eval” is a required function. Piwik uses two third-party libraries – HTML QuickForm (PEAR package) and Smarty templating system – that depend on this function. We have added an installer test to see if this function has been disabled (either by Suhosin or via php.ini’s disable_functions).

That ‘headers already sent’ bug is fixed in the upcoming 0.6.3 release – it happens when using php 5.2.0 (and above) with safe_mode enabled or open_basedir set, and the curl extension (with libcurl is version 7.50+).

As a workaround, you can disable safe_mode and open_basedir restrictions for the install, and then re-enable after the install. (You’ll have to disable them again to use the one-click install for the 0.6.3 update.)

An alternative is to grab the latest version of core/Http.php:

http://dev.piwik.org/trac/export/2300/trunk/core/Http.php

[quote=vipsoft @ Jun 13 2010, 06:10 PM]That ‘headers already sent’ bug is fixed in the upcoming 0.6.3 release – it happens when using php 5.2.0 (and above) with safe_mode enabled or open_basedir set, and the curl extension (with libcurl is version 7.50+).

As a workaround, you can disable safe_mode and open_basedir restrictions for the install, and then re-enable after the install. (You’ll have to disable them again to use the one-click install for the 0.6.3 update.)

An alternative is to grab the latest version of core/Http.php:

dev.piwik.org/trac/export/2300/trunk/core/Http.php[/quote]

SUPER - Perfekt - all ok. - Thanks - muchas gracias