Piwik error while loading index.php

Hi folks,
In my PC, I am using Apache Tomcat 6.0.36 and JavaBridge, to deploy and configure Piwik. The PHP runtime, installed in Windows XP, is v5.1.3. Now the whole setup is getting completed without any ado. After that, if I am logging to the Piwik account, it shows the exception, as I have captured in the attached image. Kindly help me out here.

Hello,
I had the same problem.
Matt say me to download : piwik.org/piwik-1.10-b2.zip

For information in the topic : http://forum.piwik.org/read.php?2,98952

Hi Meloo,
Thanks for the input. It seems that I am not yet lucky. Even after changing the Piwik file, as you mentioned, I’m countering with similar issue.

I am new to the PHP configurations. Is there some setting that I might have missed, which causes this date-format error?

(Attaching the latest error snapshot)

please try to replace all piwik files with this: http://piwik.org/piwik-1.10-b5.zip

Hi Matt,
Things didn’t work. This time I removed and newly copied the JavaBridge in Tomcat webapps-directory. Then I copied the Piwik files (as u mentioned), within an “Analytic” sub-directory. Configured php.ini in my PHP5.1.3 installation, to mention
extension_dir="C:\Batcave\tools\php5.1.3\ext"
extension=php_mysqli.dll
extension=php_curl.dll
In Windows, $PATH env variable already has “C:\Batcave\tools\php5.1.3”

I completed the web-configuration in Piwik, after running Tomcat. The generated javascript is copied onto the target application’s Home page.
Still, I am getting the same error (date format) when I login to Piwik (http://localhost:8080/JavaBridge/Analytic)

Please provide me some clue to fix this. I have to make this up and running, at the earliest, in my company.

Hi Matt,
It’s silly of me, not to configure {date.timeZone} in php.ini. Now even Piwik v1.9.2 is working fine. My bad. Thanks for the support