Skip to content

piwik update to 2.3 results in error message >>Failed to load HTML file: Please check your server configuration. You may want to whitelist "*.html" files from the "plugins" directory. The HTTP status

Piwik got an update to version 2.3.0. The update runs smooth as general but one Error appears after the update.

Failed to load HTML file: Please check your server configuration. You may want to whitelist "*.html" files from the "plugins" directory. The HTTP status code is 403 for URL "plugins/ZenMode/angularjs/quick-access/quick-access.html"

It is a solvable one :-). Login to your webroot for your piwik installation and list the content of your "plugins" directory. As you will notice, the rights for the directory "ZenMode" (750) differs from the rest (755). Adapt the rights and the error is gone.
chmod -R 755 ZenMode

Samsung Music beendet seinen Dienst

hartware.de berichtet, dass Samsung seinen Musikdienst ab dem 01. Juli 2014 schließt.
Schade für alle Benutzer von dem Dienst. Seht es als Signal, dass einem digitale Ware nur so lange etwas nützt, wie es den Anbieter gibt. Wie man merkt, ist man selbst bei großen Firmen nicht davor gefeit, dass man ewig auf seine gekauften Daten Zugriff erhält. Alle Samsungnutzer dürfen sich nun wieder selbst um die Datenerhaltung kümmern.

first release of php code generator component

After some time of development, i happy to present my new php component called php code generator.
This component make sense wherever you want to automate code generation, like for locators or basic classes. The component comes with some nice and simple examples, take a look inside and start automating your code generation.

The code is working (as you can test by running the unit tests or execute the examples) but to be on the save side, i created an initial version. If you want to use it in production, use this tag as long as needed.
Found bugs? Write me a mail, add an issue or create a pull request. Also take a look to the ohloh.net

(Arch) Linux Raspberry Pi Set GPU Memory

If you want to use your raspberry pi in headless mode (no monitor connected), you can decrese the number of memory from your gpu to gain more free memory.
Open the file "/boot/config.txt" and search for something like "gpu_mem_". The advice is to set it to something like "64" or "48". Otherwise it is possible that your pi will not boot.