[quote=vipsoft @ Aug 15 2009, 11:24 AM) <{POST_SNAPBACK}>
You could try running the test suite…
I would like to test, but dev.piwik.org not responding me…
QUOTE (vipsoft @ Aug 15 2009, 11:24 AM) [<{POST_SNAPBACK}>](index.php?act=findpost&pid=4369)
The problem isn't in Zend_Registry. ZR::get('db') just retrieves the database connection resource. fetchRow is in Zend_Db which we haven't changed. This leads me to believe this is a portability/build issue in your copy of php5.3.
Like you can see:
http://free0.hiboox.com/images/3309/b55d81604d77551317ebe794a9ff7621.jpg
I have print the result directly on Zend_Db (fetchrow) on file libs/Zend/Db/Adapter/Abstract.php
The only query who have this error was the last one. No error before ( for option …)
QUOTE (vipsoft @ Aug 15 2009, 11:30 AM) [<{POST_SNAPBACK}>](index.php?act=findpost&pid=4370)
I don’t thing so, because Dotclear, punbb,phpbb, and other soft like cacti, phpdenora work…
I can use the fetchassoc return value…
QUOTE (vipsoft @ Aug 15 2009, 11:56 AM]See if the Apache Friends build of XAMPP for Linux works with your Piwik install. If it does, then it would suggest that this is a Centos-specific issue.
http://www.apachefriends.org/en/xampp-linux.html[/quote]
I would like to test this only if nothing work before… I have a server where everything is now working perfectly expect piwik…
Many thanks for your help…
Edit :
The query look like this : SELECT * FROM piwik_site WHERE idsite = ? : 2 no error ?