From: Franky V. L. <lie...@te...> - 2008-01-10 20:39:37
|
Hi, I would suggest to update to the latest version (2.0.2) first. I updated the adodb drivers, so it is very likely your problem is alrady fixed. Franky On Thu, 10 Jan 2008 15:23:09 +0100 Julien Oix <Jul...@un...> wrote: > Hi everyone, > > i've setup a private survey, and sometimes either on the login page > or after the login action, I got this message instead of the first > survey page : > > Catchable fatal error: Object of class ADORecordSet_mysql could not > be converted to string in > /var/www/php/phpesp/admin/include/lib/adodb/drivers/adodb-mysql.inc.php > on line 438 > > Here's the result of /admin/test.php : > > PHP Information > > * Version: 5.2.0-8+etch9 > * OS: Linux > * SAPI: apache2handler > * register_globals: No > * magic_quotes_gpc: No > * magic_quotes_runtime: No > * safe_mode: No > * open_basedir: > > PHP Extensions > > * dBase: No > * GD: Yes -- 2.0 or higher > * GNU Gettext: Yes > * LDAP: Yes > * MySQL: Yes > * PHP Extension Dir (compiled): /usr/lib/php5/20060613+lfs > * PHP Extension Dir (run time): /usr/lib/php5/20060613+lfs > > phpESP Settings > > * Expected ESP_BASE: /var/www/php/phpesp/ > * Expected base_url: enquetes.informatique.univ-paris-diderot.fr// > * *Loading phpESP.ini.php ...* > * ESP_BASE: /var/www/php/phpesp/ > * base_url: http://enquetes.informatique.univ-paris-diderot.fr/ > * Version: 1.8.2 > * Debug: No > > phpESP Language Settings > > * GNU Gettext: Real > * default_lang: fr_FR > * current lang: fr_FR > * available langs: ja_JP, pt_PT, de_DE, hu_HU, da_DK, fi, pt_BR, > it_IT, es_ES, fi_FI, el_GR, en_US, fr_FR, sv_SE, nl_NL > (da, de, el, en, es, fi, fr, it, ja, nl, pt, sv) > * GNU Gettext test: Passed > * Catalog Open Test: Yes > > PHP Session Test > > * session.save_path: /var/lib/php5 > * Counter: 1 > > > > the mysql version is 5.0.32-7etch4 on a debian system. > > What could be the problem ? :) > > Thanks, > |