Hi Randy,
629: $stmt = self::$pdo->prepare(‘DELETE FROM ‘.self::TABLE.’ WHERE
fs_id=?’);
630: if (($ret = $stmt->execute(array($stat[‘ino’]))) && $operation ==
self::STORE2FS)
according to php.net should PDO::prepare() only return false, if it
could not prepare the statement. The SQL statement is surely correct
here. I have no idea what else could cause the statement to fail.
You could restore the db to the previous state, set a LOG_LEVEL=2 in the
header of the sqlfs_stream_wrapper class and re-run the update. Then you
will see in the error-log which call causes the failure.
You can also enable the extra diagnostics in setup, which will let you
know which of the 3 updates you mention fails.
Ralf
randy schrieb:
After applying svn update there is another error after updating from
1.5.006 to 1.5.008.
Fatal error: Call to a member function execute() on a non-object in
/var/www/html/default/egroupware/phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php
on line 630
I am not complaining. Just trying to be helpful.
Thanks
Randy
ralfbecker wrote:
Thanks Randy,
it’s fixed in svn.
Ralf
randy schrieb:
Fatal error: Using $this when not in object context in
/var/www/html/default/egroupware/phpgwapi/inc/class.schema_proc.inc.php
on
line 319
This error happens when allowing egw to update from 1.5.006 to 1.5.008.
Thank You
Randy J. Houlahan
–
Ralf Becker
eGroupWare Training & Support ==> http://www.egroupware-support.de
Outdoor Unlimited Training GmbH [www.outdoor-training.de]
Handelsregister HRB Kaiserslautern 3587
Geschäftsführer Birgit und Ralf Becker
Leibnizstr. 17, 67663 Kaiserslautern, Germany
Telefon +49 (0)631 31657-0
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don’t miss this year’s exciting event. There’s still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers
–
Ralf Becker
eGroupWare Training & Support ==> http://www.egroupware-support.de
Outdoor Unlimited Training GmbH [www.outdoor-training.de]
Handelsregister HRB Kaiserslautern 3587
Geschäftsführer Birgit und Ralf Becker
Leibnizstr. 17, 67663 Kaiserslautern, Germany
Telefon +49 (0)631 31657-0
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don’t miss this year’s exciting event. There’s still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers