diff options
author | Stanislav Atanasov <lucifer@anavaro.com> | 2014-07-13 01:45:20 +0300 |
---|---|---|
committer | Stanislav Atanasov <lucifer@anavaro.com> | 2014-07-13 01:45:20 +0300 |
commit | 1043d1a27cdb2f7bfd92501a240bd69387b36d69 (patch) | |
tree | da397548b597ac9336fa9abb484bb51c528f8b35 /phpBB/phpbb/tree/nestedset.php | |
parent | 0d6fe203729cdade106e21383c3faa5f71b378ce (diff) | |
download | forums-1043d1a27cdb2f7bfd92501a240bd69387b36d69.tar forums-1043d1a27cdb2f7bfd92501a240bd69387b36d69.tar.gz forums-1043d1a27cdb2f7bfd92501a240bd69387b36d69.tar.bz2 forums-1043d1a27cdb2f7bfd92501a240bd69387b36d69.tar.xz forums-1043d1a27cdb2f7bfd92501a240bd69387b36d69.zip |
[ticket/12846] SQLite3 bug in profilefield_base_migration.php
Using profilefield_base_migration.php to create a custom profile
field with SQlite3 DBMS returns warning:
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/sqlite3.php
on line 218: SQLite3Result::fetchArray(): Unable to execute statement:
constraint failed
This is due passing filed_id and lang_id to the DB driver in
unspecified format. As they are always int we should cast them
in int to prevent the error message appearance.
PHPBB3-12846
Diffstat (limited to 'phpBB/phpbb/tree/nestedset.php')
0 files changed, 0 insertions, 0 deletions