Subject | phpbb3 issues |
---|---|
Author | marius popa |
Post date | 2008-10-01T13:32:47Z |
With phpbb3 i have some issues with the transactions
phpBB3/ucp.php
On (overview, profile, board prefs, etc).Error is SQL ERROR [
firebird ] deadlock update conflicts with concurrent update [-913]
I know what the problem is , I wonder if anyone else had the same
issue with phpbb3 or in php
I have to change the transaction from NO WAIT to WAIT
http://www.firebirdfaq.org/faq109/
or another example
http://translate.google.com/translate?hl=en&sl=ja&u=http://www5.atwiki.jp/brightwide/pages/19.html&sa=X&oi=translate&resnum=9&ct=result&prev=/search%3Fq%3Dfirebird%2B%2Bdeadlock%2Bupdate%2Bconflicts%2Bwith%2Bconcurrent%2Bupdate%2B%255B-913%255D%26hl%3Den%26sa%3DG%26pwst%3D1
--
developer flamerobin.org
phpBB3/ucp.php
On (overview, profile, board prefs, etc).Error is SQL ERROR [
firebird ] deadlock update conflicts with concurrent update [-913]
I know what the problem is , I wonder if anyone else had the same
issue with phpbb3 or in php
I have to change the transaction from NO WAIT to WAIT
http://www.firebirdfaq.org/faq109/
or another example
http://translate.google.com/translate?hl=en&sl=ja&u=http://www5.atwiki.jp/brightwide/pages/19.html&sa=X&oi=translate&resnum=9&ct=result&prev=/search%3Fq%3Dfirebird%2B%2Bdeadlock%2Bupdate%2Bconflicts%2Bwith%2Bconcurrent%2Bupdate%2B%255B-913%255D%26hl%3Den%26sa%3DG%26pwst%3D1
--
developer flamerobin.org