The Plugin Forecast uses now so called image sprites. With this technique the plugin loads faster and the images are loaded at once, not every image on its own.
Additionally, a problem on winter and summertime changes was fixed, so the one is no longer for the reason for a false forecast.
You can download the new extension, tested in Piwik 1.2.1. here.
25.03.2011 11:44,
Hi Jan,
danke für die Entwicklung dieses coolen Plugins.
Ich habe einen kleinen Übersetzungsfehler gefunden.
Du schreibst “expactation”. Richtig wäre: expectation
(Piwiki 1.2.1 english)
Cheers,
Maik
17.04.2011 19:19,
Hallo Maik,
danke für den Hinweis. Der Fehler ist in der nächsten Version behoben.
Gruß
Jan
05.07.2011 20:44,
Habe gerade den Plugin aktiviert, aber bekomme folgende Fehlermeldung:
Notice: Undefined index: module in /public_html/piwik/plugins/Forecast/Forecast.php on line 47
Backtrace –>
#0 Piwik_ErrorHandler(8, 1 => ‘Undefined index: module’, 2 => ‘/public_html/piwik/plugins/Forecast/Forecast.php’, 3 => 47, 4 => array ()) called at [/public_html/piwik/plugins/Forecast/Forecast.php:47]#1 Piwik_Forecast->postLoad(array () called at [/public_html/piwik/core/PluginsManager.php:267]#2 Piwik_PluginsManager->postLoadPlugins(array () called at [/public_html/piwik/core/FrontController.php:263]#3 Piwik_FrontController->init(array () called at [/public_html/piwik/index.php:52]
Habe die neueste 1.5 Version von Piwik.
06.07.2011 18:43,
Da es sich um eine Notice handelt, stell doch bitte das ErrorLevel von PHP etwas anders ein. Damit sollte das Script ohne Ausgaben laufen.
z.B.:
ini_set(’error_reporting’, E_ALL & ~E_NOTICE);
Den Fehler behebe ich mit der nächsten Version.