By examining the output from database_update.php on two different systems, I've noticed that on one system the above sub-elements of database_update.php did not execute and there was no indication of a failure.P_I wrote:When I compare the output from database_update.php between the two systems, both systems indicateHowever the following lines exist on the local testbed BUT not on the hosted systemUpdating database to latest stable release
Database type :: mysqli
Previous version :: 3.0.12Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_12_rc1
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_12_rc2
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_12_rc3
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_12
Installed Schema: \phpbb\db\migration\data\v30x\local_url_bbcode; Time: 0.00 seconds
Installed Data: \phpbb\db\migration\data\v30x\local_url_bbcode; Time: 0.00 seconds
Installed Schema: \phpbb\db\migration\data\v310\timezone; Time: 0.03 seconds
Installed Data: \phpbb\db\migration\data\v310\timezone; Time: 0.01 seconds
php bin/phpbbcli.php bd:migrate -vvv
)Suspect a typo, should be db:migrate ?nicofuma wrote:try to run the bin/phpbbcli.php script so (php bin/phpbbcli.php bd:migrate -vvv
)
Code: Select all
php-cli bin/phpbbcli.php db:migrate -vvv
Fatal error: SQL ERROR [ mysqli ]<br /><br />Table 'dbname.private_ext' doesn't exist [1146]<br /><br />SQL<br /><br />SELECT *
FROM private_ext
WHERE ext_active = 1 in <directory_path>/Test31x/phpbb/db/driver/driver.php on line 855
Not sure I understand. First run database_update.php and let it fail, then run phpbbcli command as you've indicated?nicofuma wrote:you need to run the first step of the database_update.php script before yes...
Code: Select all
Updating database to latest stable release
Database type :: mysqli
Previous version :: 3.0.12
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_0
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_1_rc1
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_1
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_2_rc1
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_2_rc2
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_2
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_3_rc1
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_3
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_4_rc1
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_4
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_5_rc1
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_5_rc1part2
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_5
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_6_rc1
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_6_rc2
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_6_rc3
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_6_rc4
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_6
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_7_rc1
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_7_rc2
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_7
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_7_pl1
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_8_rc1
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_8
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_9_rc1
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_9_rc2
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_9_rc3
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_9_rc4
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_9
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_10_rc1
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_10_rc2
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_10_rc3
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_10
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_11_rc1
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_11_rc2
Migration already effectively installed (skipped): \phpbb\db\migration\data\v30x\release_3_0_11
Installed Schema: \phpbb\db\migration\data\v310\extensions; Time: 0.02 seconds
Installed Data: \phpbb\db\migration\data\v310\extensions; Time: 0.12 seconds
Installed Schema: \phpbb\db\migration\data\v310\style_update_p1; Time: 0.04 seconds
Installed Data: \phpbb\db\migration\data\v310\style_update_p1; Time: 0.02 seconds
Installed Schema: \phpbb\db\migration\data\v310\style_update_p2; Time: 0.06 seconds
Installed Data: \phpbb\db\migration\data\v310\style_update_p2; Time: 0.00 seconds
Installed Schema: \phpbb\db\migration\data\v310\timezone; Time: 0.04 seconds
Installed Data: \phpbb\db\migration\data\v310\timezone; Time: 0.01 seconds
Installed Schema: \phpbb\db\migration\data\v310\timezone_p2; Time: 0.02 seconds
Installed Data: \phpbb\db\migration\data\v310\timezone_p2; Time: 0.00 seconds
Installed Schema: \phpbb\db\migration\data\v310\reported_posts_display; Time: 0.02 seconds
Installed Data: \phpbb\db\migration\data\v310\reported_posts_display; Time: 0.00 seconds
Migration already effectively installed (skipped): \phpbb\db\migration\data\v310\migrations_table
Installed Schema: \phpbb\db\migration\data\v310\dev; Time: 0.34 seconds
Installed Data: \phpbb\db\migration\data\v310\dev; Time: 0.34 seconds
Installed Schema: \phpbb\db\migration\data\v310\mod_rewrite; Time: 0.00 seconds
Installed Data: \phpbb\db\migration\data\v310\mod_rewrite; Time: 0.00 seconds
Installed Schema: \phpbb\db\migration\data\v310\contact_admin_form; Time: 0.00 seconds
SQL ERROR [ mysqli ]
Table 'dbname.private_config_text' doesn't exist [1146]
SQL
UPDATE private_config_text SET config_value = '' WHERE config_name = 'contact_admin_info'
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 194
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/phpbb/config/db_text.php
LINE: 103
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/phpbb/db/migration/data/v310/contact_admin_form.php
LINE: 39
CALL: phpbb\config\db_text->set_array()
FILE: (not given by php)
LINE: (not given by php)
CALL: phpbb\db\migration\data\v310\contact_admin_form->contact_admin_info()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 459
CALL: call_user_func_array()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 405
CALL: phpbb\db\migrator->run_step()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 253
CALL: phpbb\db\migrator->process_data_step()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 155
CALL: phpbb\db\migrator->try_apply()
FILE: [ROOT]/install/database_update.php
LINE: 206
CALL: phpbb\db\migrator->update()
php-cli bin/phpbbcli.php db:migrate -vvv
and get Code: Select all
Fatal error: SQL ERROR [ mysqli ]<br /><br />Table 'dbname.private_config_text' doesn't exist [1146]<br /><br />SQL<br /><br />UPDATE private_config_text
SET config_value = ''
WHERE config_name = 'contact_admin_info' in /<pathname>/phpbb/db/driver/driver.php on line 855