-
Bug
-
Resolution: Fixed
-
Major
-
3.1.0-dev
-
None
There was 1 error:
|
|
1) phpbb_migrator_convert_timezones_test::test_convert
|
PHPUnit_Extensions_Database_Operation_Exception: COMPOSITE[INSERT] operation failed on query:
|
INSERT INTO `phpbb_users`
|
(`user_id`, `username`, `username_clean`, `user_permissions`, `user_sig`, `user_occ`, `user_interests`, `user_timezone`, `user_dst`)
|
VALUES
|
(?, ?, ?, ?, ?, ?, ?, ?, ?)
|
using args: Array
|
(
|
[0] => 1
|
[1] => 1
|
[2] => 1
|
[3] =>
|
[4] =>
|
[5] =>
|
[6] =>
|
[7] => -12
|
[8] => 0
|
)
|
[SQLSTATE[42S22]: Column not found: 1054 Unknown column 'user_occ' in 'field list']
|
|
/home/naderman/projects/phpbb/phpbb3/tests/test_framework/phpbb_database_test_case.php:53
|
/home/naderman/projects/phpbb/phpbb3/tests/migrator/convert_timezones_test.php:49
|
- was caused by solution of
-
PHPBB-11881 Timezone migration can take a long time
- Closed