Request from/after update to 0.6

Hi

As I said in the title, I made some experiences at the update to 0.6, which I want to talk about:

  1. The plugin UserLanguage broke my update.
    Reason and fix:
  • require_once “UserLanguage/functions.php”;
  • require_once “functions.php”;

Don’t know if it is ok, but it help me to get my installation working.

  1. ClickHeatPlugin shows a lot of errors on the plugin page, like:
    Notice: Constant LANG_USER already defined …

Regards,
Christian.

I removed the include path dependency in 0.6. This breaks some third-party plugins that don’t follow the established require_once PIWIK_INCLUDE_PATH convention.

Anthon, if this breaks GeoIp or SearchEnginePosition, can you please re-submit them with the modifications? these plugins are maintained by us at the moment.