[Piwik-hackers] issue with several plugins using LogStats.newAction event

Sergey Stoyan stoyan at cliversoft.com
Wed Jul 23 15:21:20 CEST 2008


Hi all,

I have developed 2 plugins that implement hooks on LogStats.newAction.
Both of them are placed to globals.ini.php as
[Plugins_LogStats]
Plugins_LogStats[] = PageActivity
Plugins_LogStats[] = AssetIds

When I activate one of them, it appears in config.ini.php as
[Plugins_LogStats]
Plugins_LogStats[] = …

Then when I activate the other plugin, the first plugin disappears
from [Plugins_LogStats]
in config.ini.php while the second appears there. And so on so that
only one plugin is triggered for LogStats.newAction event.

Both of plugins have 'LogStatsPlugin' => true in getInformation().
			
How it can be fixed so that all the needed plugins will be recorded in
[Plugins_LogStats]?

Thank you,
Sergey


More information about the Piwik-hackers mailing list