Piwik 1.5 RC testing: JS canvas charts (beta), Ecommerce analytics, and more!

Other Bug:
On a clean install of RC7 PrivacyManager is not activated by default, but on General Settings page theres an option to "Click here to access the ‘Delete old visitor logs from database’ settings. " which results in an error: “The plugin ‘PrivacyManager’ is not activated. You can activate the plugin on the ‘Plugins admin’ page.”

Regards

On a clean install of RC7 PrivacyManager is not activated by default,

Thanks, fixed in trunk!

“Table usr_web35_2.piwik_session doesn`t exist.”

Somehow the update was not executed, from core/Updates/1.5-b5.php

		'CREATE TABLE piwik_session
							id CHAR(32) NOT NULL,
							modified INTEGER,
							lifetime INTEGER,
							data TEXT,
							PRIMARY KEY ( id )
							)  DEFAULT CHARSET=utf8' => false,
	);

@Matt: he said that the session error is appearing before the database upgrade.

Thank you all for your help testing Piwik 1.5 - it has now been released

Also we have updated the Ecommerce documentation: Ecommerce Analytics - Analytics Platform - Matomo

if you have any feedback please let us know in the page feedback form :slight_smile:
thanks!!

Updating to 1.5 causes error.

To fix it, it is reported that I need to change php.ini and remove ini_set from disable_functions.

I have no idea, where to find php.ini., I have no skills in php and I do not run my own server.

How can I fix this problem? Can I reverse the update?

Weihnachtsbäckerei please contact your webhost to enable ini_set which is required by Piwik