phpBB 3.1.0-dev upgrading to phpBB 3.2.2

Get help with installation and running phpBB 3.1.x here. Please do not post bug reports, feature requests, or extension related questions here.
Suggested Hosts
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTE: phpBB 3.1.x is at its End of Life stage and support will NOT be provided after July 1st, 2018.
frnksttrhn
Registered User
Posts: 53
Joined: Sun Jan 14, 2018 2:04 pm

phpBB 3.1.0-dev upgrading to phpBB 3.2.2

Post by frnksttrhn »

I did not succeed to upgrade forum:
http://www.arnhemseluitjes.net/updateforum2
from: phpBB 3.1.0-dev to phpBB 3.2.2
Here you can see the forum I want to upgrade:

http://arnhemseluitjes.net/updateforum

Deleted all folders of the forum except:

files
images
store
config.php

Created database with another name: corfro_upaforum
and filled it with the backup data of the original forum which I want to update
config .php=

Code: Select all

<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'phpbb\\db\\driver\\mysqli';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'corfro_upaforum';
$dbuser = 'corfro_upaforum';
$dbpasswd = 'pasword';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';

@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
uploaded the full package phpBB 3.2.2 except config.php to: http://www.arnhemseluitjes.net/updateforum2

then performed: arnhemseluitjes.net/updateforum2/install/app.php/update
which resulted after 30% updating database in the error below:
What can I do about it?
Frank

Code: Select all

General Error:

SQL ERROR [ mysqli ]
Unknown column 'field_show_on_pm' in 'field list' [1054]

SQL
INSERT INTO phpbb_profile_fields (field_name, field_type, field_ident, field_length, field_minlen, field_maxlen, field_novalue, field_default_value, field_validation, field_required, field_show_novalue, field_show_on_reg, field_show_on_pm, field_show_on_vt, field_show_profile, field_hide, field_no_view, field_active, field_order) VALUES ('phpbb_interests', 'profilefields.type.text', 'phpbb_interests', '3|30', '2', '500', '', '', '.*', 0, 0, 0, 0, 0, 1, 0, 0, 1, 1) 
in file /home/www/arnhemseluitjes.net/updateforum2/phpbb/db/driver/driver.php on line 996

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: installer_msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 996
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
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/db/migration/profilefield_base_migration.php
LINE: 98
CALL: phpbb\db\driver\factory->sql_query()

FILE: (not given by php)
LINE: (not given by php)
CALL: phpbb\db\migration\profilefield_base_migration->create_custom_field()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 714
CALL: call_user_func_array()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 661
CALL: phpbb\db\migrator->run_step()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 436
CALL: phpbb\db\migrator->process_data_step()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 351
CALL: phpbb\db\migrator->try_apply()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 351
CALL: phpbb\db\migrator->try_apply()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 351
CALL: phpbb\db\migrator->try_apply()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 351
CALL: phpbb\db\migrator->try_apply()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 351
CALL: phpbb\db\migrator->try_apply()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 351
CALL: phpbb\db\migrator->try_apply()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 351
CALL: phpbb\db\migrator->try_apply()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 351
CALL: phpbb\db\migrator->try_apply()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 351
CALL: phpbb\db\migrator->try_apply()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 351
CALL: phpbb\db\migrator->try_apply()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 351
CALL: phpbb\db\migrator->try_apply()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 351
CALL: phpbb\db\migrator->try_apply()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 288
CALL: phpbb\db\migrator->try_apply()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 241
CALL: phpbb\db\migrator->update_do()

FILE: [ROOT]/phpbb/install/module/update_database/task/update.php
LINE: 160
CALL: phpbb\db\migrator->update()

FILE: [ROOT]/phpbb/install/module_base.php
LINE: 149
CALL: phpbb\install\module\update_database\task\update->run()

FILE: [ROOT]/phpbb/install/installer.php
LINE: 219
CALL: phpbb\install\module_base->run()

FILE: [ROOT]/phpbb/install/controller/update.php
LINE: 133
CALL: phpbb\install\installer->run()

FILE: (not given by php)
LINE: (not given by php)
CALL: phpbb\install\controller\update->phpbb\install\controller\{closure}()

FILE: [ROOT]/vendor/symfony/http-foundation/StreamedResponse.php
LINE: 111
CALL: call_user_func()

FILE: [ROOT]/vendor/symfony/http-foundation/Response.php
LINE: 377
CALL: Symfony\Component\HttpFoundation\StreamedResponse->sendContent()

FILE: [ROOT]/install/app.php
LINE: 62
CALL: Symfony\Component\HttpFoundation\Response->send()
User avatar
warmweer
Jr. Extension Validator
Posts: 11235
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: phpBB 3.1.0-dev upgrading to phpBB 3.2.2

Post by warmweer »

Just a wild guess.
What you did by using a copy of your forum database is perfect (that way id anything goes wrong you still have the original database and file set untouched) BUT did you edit the new config_table to point to the correct script path? (and use a different cookie?)
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
frnksttrhn
Registered User
Posts: 53
Joined: Sun Jan 14, 2018 2:04 pm

Re: phpBB 3.1.0-dev upgrading to phpBB 3.2.2

Post by frnksttrhn »

I do not quite understand your suggestion:
BUT did you edit the new config_table to point to the correct script path? (and use a different cookie?)
imported in phpmyadmin the db backup of updateforum which is corfro_updforum in the new created db corfro_upaforum and pointed with config.php to db upaforum

Code: Select all

$dbname = 'corfro_upaforum';
$dbuser = 'corfro_upaforum';
to db corfro_upaforum. Is that correct?
Further can you explain to me what I can do with
(and use a different cookie?)
Frank[
The config.php I used to update is exact the config.php I published above:

Code: Select all

<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'phpbb\\db\\driver\\mysqli';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'corfro_upaforum';
$dbuser = 'corfro_upaforum';
$dbpasswd = 'pasword';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';

@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
Last edited by frnksttrhn on Sun Jan 28, 2018 1:59 pm, edited 1 time in total.
User avatar
warmweer
Jr. Extension Validator
Posts: 11235
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: phpBB 3.1.0-dev upgrading to phpBB 3.2.2

Post by warmweer »

I'm not talking about the config.php but about the config_table in the new database. If you didn't edit that config_table, script_path will point to the old files, and the cookie used will be the old cookie (generally not a problem but still, it's better to avoid possible conflicts).
As I said, it's wild guess.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
frnksttrhn
Registered User
Posts: 53
Joined: Sun Jan 14, 2018 2:04 pm

Re: phpBB 3.1.0-dev upgrading to phpBB 3.2.2

Post by frnksttrhn »

I'm not familiar with:
edit that config_table, script_path will point to the old files, and the cookie used will be the old cookie. Is there an how to?
Frank
Last edited by frnksttrhn on Sun Jan 28, 2018 2:01 pm, edited 3 times in total.
frnksttrhn
Registered User
Posts: 53
Joined: Sun Jan 14, 2018 2:04 pm

Re: phpBB 3.1.0-dev upgrading to phpBB 3.2.2

Post by frnksttrhn »

Did you mean?
Looked in phpbb_config and found script_path. Found /phpBB3 instead of /phpBB and changed it to /phpBB
cookie_name as well was phpBB3_xyxyx. Did change it to phpBB_xyxyx.

Then did rum http://arnhemseluitjes.net/updateforum2 ... pdateagain:
result db updating stopped at 30%
see below:

Frank

Code: Select all

Installeren van data: \phpbb\db\migration\data\v310\profilefield_interests.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\profilefield_interests; Tijd: 0.01 seconden
Installeren van schema: \phpbb\db\migration\data\v310\profilefield_interests.
Geïnstalleerde data: \phpbb\db\migration\data\v310\profilefield_show_novalue; Tijd: 0.00 seconden
Installeren van data: \phpbb\db\migration\data\v310\profilefield_show_novalue.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\profilefield_show_novalue; Tijd: 0.01 seconden
Installeren van schema: \phpbb\db\migration\data\v310\profilefield_show_novalue.
Migratie al effectief geïnstalleerd (overgeslagen): \phpbb\db\migration\data\v310\postgres_fulltext_drop
Geïnstalleerde data: \phpbb\db\migration\data\v310\passwords_p2; Tijd: 0.00 seconden
Installeren van data: \phpbb\db\migration\data\v310\passwords_p2.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\passwords_p2; Tijd: 0.22 seconden
Installeren van schema: \phpbb\db\migration\data\v310\passwords_p2.
Geïnstalleerde data: \phpbb\db\migration\data\v310\alpha3; Tijd: 0.00 seconden
Installeren van data: \phpbb\db\migration\data\v310\alpha3.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\alpha3; Tijd: 0.00 seconden
Installeren van schema: \phpbb\db\migration\data\v310\alpha3.
Geïnstalleerde data: \phpbb\db\migration\data\v310\profilefield_types; Tijd: 0.00 seconden
Installeren van data: \phpbb\db\migration\data\v310\profilefield_types.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\profilefield_types; Tijd: 0.02 seconden
Installeren van schema: \phpbb\db\migration\data\v310\profilefield_types.
Geïnstalleerde data: \phpbb\db\migration\data\v310\passwords; Tijd: 0.00 seconden
Installeren van data: \phpbb\db\migration\data\v310\passwords.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\passwords; Tijd: 0.04 seconden
Installeren van schema: \phpbb\db\migration\data\v310\passwords.
Geïnstalleerde data: \phpbb\db\migration\data\v310\avatar_types; Tijd: 0.01 seconden
Installeren van data: \phpbb\db\migration\data\v310\avatar_types.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\avatar_types; Tijd: 0.00 seconden
Installeren van schema: \phpbb\db\migration\data\v310\avatar_types.
Geïnstalleerde data: \phpbb\db\migration\data\v310\alpha2; Tijd: 0.10 seconden
Installeren van data: \phpbb\db\migration\data\v310\alpha2.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\alpha2; Tijd: 0.00 seconden
Installeren van schema: \phpbb\db\migration\data\v310\alpha2.
Geïnstalleerde data: \phpbb\db\migration\data\v310\notifications_cron_p2; Tijd: 0.10 seconden
Installeren van data: \phpbb\db\migration\data\v310\notifications_cron_p2.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\notifications_cron_p2; Tijd: 0.00 seconden
Installeren van schema: \phpbb\db\migration\data\v310\notifications_cron_p2.
Geïnstalleerde data: \phpbb\db\migration\data\v310\alpha1; Tijd: 0.01 seconden
Installeren van data: \phpbb\db\migration\data\v310\alpha1.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\alpha1; Tijd: 0.00 seconden
Installeren van schema: \phpbb\db\migration\data\v310\alpha1.
Geïnstalleerde data: \phpbb\db\migration\data\v310\teampage; Tijd: 0.00 seconden
Installeren van data: \phpbb\db\migration\data\v310\teampage.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\teampage; Tijd: 0.01 seconden
Installeren van schema: \phpbb\db\migration\data\v310\teampage.
Geïnstalleerde data: \phpbb\db\migration\data\v310\softdelete_mcp_modules; Tijd: 0.22 seconden
Installeren van data: \phpbb\db\migration\data\v310\softdelete_mcp_modules.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\softdelete_mcp_modules; Tijd: 0.00 seconden
Installeren van schema: \phpbb\db\migration\data\v310\softdelete_mcp_modules.
Geïnstalleerde data: \phpbb\db\migration\data\v310\softdelete_p2; Tijd: 0.00 seconden
Installeren van data: \phpbb\db\migration\data\v310\softdelete_p2.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\softdelete_p2; Tijd: 0.48 seconden
Installeren van schema: \phpbb\db\migration\data\v310\softdelete_p2.
Geïnstalleerde data: \phpbb\db\migration\data\v310\softdelete_p1; Tijd: 0.32 seconden
Installeren van data: \phpbb\db\migration\data\v310\softdelete_p1.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\softdelete_p1; Tijd: 12.64 seconden
Installeren van schema: \phpbb\db\migration\data\v310\softdelete_p1.
Geïnstalleerde data: \phpbb\db\migration\data\v310\signature_module_auth; Tijd: 0.00 seconden
Installeren van data: \phpbb\db\migration\data\v310\signature_module_auth.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\signature_module_auth; Tijd: 0.00 seconden
Installeren van schema: \phpbb\db\migration\data\v310\signature_module_auth.
Geïnstalleerde data: \phpbb\db\migration\data\v310\plupload; Tijd: 0.00 seconden
Installeren van data: \phpbb\db\migration\data\v310\plupload.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\plupload; Tijd: 0.00 seconden
Installeren van schema: \phpbb\db\migration\data\v310\plupload.
Geïnstalleerde data: \phpbb\db\migration\data\v310\notification_options_reconvert; Tijd: 0.01 seconden
Installeren van data: \phpbb\db\migration\data\v310\notification_options_reconvert.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\notification_options_reconvert; Tijd: 0.00 seconden
Installeren van schema: \phpbb\db\migration\data\v310\notification_options_reconvert.
Geïnstalleerde data: \phpbb\db\migration\data\v310\notifications_schema_fix; Tijd: 0.00 seconden
Installeren van data: \phpbb\db\migration\data\v310\notifications_schema_fix.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\notifications_schema_fix; Tijd: 0.03 seconden
Installeren van schema: \phpbb\db\migration\data\v310\notifications_schema_fix.
Geïnstalleerde data: \phpbb\db\migration\data\v310\notifications_cron; Tijd: 0.01 seconden
Installeren van data: \phpbb\db\migration\data\v310\notifications_cron.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\notifications_cron; Tijd: 0.00 seconden
Installeren van schema: \phpbb\db\migration\data\v310\notifications_cron.
Geïnstalleerde data: \phpbb\db\migration\data\v310\notifications; Tijd: 0.50 seconden
Installeren van data: \phpbb\db\migration\data\v310\notifications.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\notifications; Tijd: 0.03 seconden
Installeren van schema: \phpbb\db\migration\data\v310\notifications.
Geïnstalleerde data: \phpbb\db\migration\data\v310\namespaces; Tijd: 0.00 seconden
Installeren van data: \phpbb\db\migration\data\v310\namespaces.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\namespaces; Tijd: 0.00 seconden
Installeren van schema: \phpbb\db\migration\data\v310\namespaces.
Geïnstalleerde data: \phpbb\db\migration\data\v310\mysql_fulltext_drop; Tijd: 0.00 seconden
Installeren van data: \phpbb\db\migration\data\v310\mysql_fulltext_drop.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\mysql_fulltext_drop; Tijd: 0.01 seconden
Installeren van schema: \phpbb\db\migration\data\v310\mysql_fulltext_drop.
Geïnstalleerde data: \phpbb\db\migration\data\v310\mod_rewrite; Tijd: 0.00 seconden
Installeren van data: \phpbb\db\migration\data\v310\mod_rewrite.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\mod_rewrite; Tijd: 0.00 seconden
Installeren van schema: \phpbb\db\migration\data\v310\mod_rewrite.
Geïnstalleerde data: \phpbb\db\migration\data\v310\forgot_password; Tijd: 0.00 seconden
Installeren van data: \phpbb\db\migration\data\v310\forgot_password.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\forgot_password; Tijd: 0.00 seconden
Installeren van schema: \phpbb\db\migration\data\v310\forgot_password.
Geïnstalleerde data: \phpbb\db\migration\data\v310\config_db_text; Tijd: 0.00 seconden
Installeren van data: \phpbb\db\migration\data\v310\config_db_text.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\config_db_text; Tijd: 0.00 seconden
Installeren van schema: \phpbb\db\migration\data\v310\config_db_text.
Geïnstalleerde data: \phpbb\db\migration\data\v310\boardindex; Tijd: 0.00 seconden
Installeren van data: \phpbb\db\migration\data\v310\boardindex.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\boardindex; Tijd: 0.00 seconden
Installeren van schema: \phpbb\db\migration\data\v310\boardindex.
Geïnstalleerde data: \phpbb\db\migration\data\v310\avatars; Tijd: 0.10 seconden
Installeren van data: \phpbb\db\migration\data\v310\avatars.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\avatars; Tijd: 0.42 seconden
Installeren van schema: \phpbb\db\migration\data\v310\avatars.
Geïnstalleerde data: \phpbb\db\migration\data\v310\auth_provider_oauth; Tijd: 0.52 seconden
Installeren van data: \phpbb\db\migration\data\v310\auth_provider_oauth.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\auth_provider_oauth; Tijd: 0.06 seconden
Installeren van schema: \phpbb\db\migration\data\v310\auth_provider_oauth.
Geïnstalleerde data: \phpbb\db\migration\data\v310\allow_cdn; Tijd: 5.45 seconden
Installeren van data: \phpbb\db\migration\data\v310\allow_cdn.
Geïnstalleerde schema: \phpbb\db\migration\data\v310\allow_cdn; Tijd: 0.00 seconden
Installeren van schema: \phpbb\db\migration\data\v310\allow_cdn.
Migratie al effectief geïnstalleerd (overgeslagen): \phpbb\db\migration\data\v310\jquery_update
Geïnstalleerde data: \phpbb\db\migration\data\v310\acp_style_components_module; Tijd: 0.00 seconden
Installeren van data: \phpbb\db\migration\data\v310\acp_style_components_module.
Sla taak “installer.update_filesystem.download_updated_files” over
Sla taak “installer.update_filesystem.update_files” over
Sla taak “installer.update_filesystem.show_file_status” over
Sla taak “installer.update_filesystem.diff_files” over
Sla taak “installer.update_filesystem.check_task” over
Sla taak “installer.obtain_data.update_ftp_settings” over
Sla taak “installer.obtain_data.update_files” over
Sla taak “installer.obtain_data.file_updater_method” over
and

Code: Select all

General Error:SQL ERROR [ mysqli ]Unknown column 'field_show_on_pm' in 'field list' [1054]SQLINSERT INTO phpbb_profile_fields (field_name, field_type, field_ident, field_length, field_minlen, field_maxlen, field_novalue, field_default_value, field_validation, field_required, field_show_novalue, field_show_on_reg, field_show_on_pm, field_show_on_vt, field_show_profile, field_hide, field_no_view, field_active, field_order) VALUES ('phpbb_interests', 'profilefields.type.text', 'phpbb_interests', '3|30', '2', '500', '', '', '.*', 0, 0, 0, 0, 0, 1, 0, 0, 1, 1) in file /home/www/arnhemseluitjes.net/updateforum2/phpbb/db/driver/driver.php on line 996BACKTRACEFILE: (not given by php)LINE: (not given by php)CALL: installer_msg_handler()FILE: [ROOT]/phpbb/db/driver/driver.phpLINE: 996CALL: trigger_error()FILE: [ROOT]/phpbb/db/driver/mysqli.phpLINE: 193CALL: phpbb\db\driver\driver->sql_error()FILE: [ROOT]/phpbb/db/driver/factory.phpLINE: 329CALL: phpbb\db\driver\mysqli->sql_query()FILE: [ROOT]/phpbb/db/migration/profilefield_base_migration.phpLINE: 98CALL: phpbb\db\driver\factory->sql_query()FILE: (not given by php)LINE: (not given by php)CALL: phpbb\db\migration\profilefield_base_migration->create_custom_field()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 714CALL: call_user_func_array()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 661CALL: phpbb\db\migrator->run_step()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 436CALL: phpbb\db\migrator->process_data_step()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 288CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 241CALL: phpbb\db\migrator->update_do()FILE: [ROOT]/phpbb/install/module/update_database/task/update.phpLINE: 160CALL: phpbb\db\migrator->update()FILE: [ROOT]/phpbb/install/module_base.phpLINE: 149CALL: phpbb\install\module\update_database\task\update->run()FILE: [ROOT]/phpbb/install/installer.phpLINE: 219CALL: phpbb\install\module_base->run()FILE: [ROOT]/phpbb/install/controller/update.phpLINE: 133CALL: phpbb\install\installer->run()FILE: (not given by php)LINE: (not given by php)CALL: phpbb\install\controller\update->phpbb\install\controller\{closure}()FILE: [ROOT]/vendor/symfony/http-foundation/StreamedResponse.phpLINE: 111CALL: call_user_func()FILE: [ROOT]/vendor/symfony/http-foundation/Response.phpLINE: 377CALL: Symfony\Component\HttpFoundation\StreamedResponse->sendContent()FILE: [ROOT]/install/app.phpLINE: 62CALL: Symfony\Component\HttpFoundation\Response->send()
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52768
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve
Contact:

Re: phpBB 3.1.0-dev upgrading to phpBB 3.2.2

Post by stevemaury »

Your script_path IS phpBB3, so change it back. Please post the contents of your config.php file, without the password.
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
frnksttrhn
Registered User
Posts: 53
Joined: Sun Jan 14, 2018 2:04 pm

Re: phpBB 3.1.0-dev upgrading to phpBB 3.2.2

Post by frnksttrhn »

I did change the scriptpath back to /phpBB3
My config.php:

<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'phpbb\\db\\driver\\mysqli';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'corfro_upaforum';
$dbuser = 'corfro_upaforum';
$dbpasswd = 'pasword';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';

@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
User avatar
warmweer
Jr. Extension Validator
Posts: 11235
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: phpBB 3.1.0-dev upgrading to phpBB 3.2.2

Post by warmweer »

frnksttrhn wrote: Sun Jan 28, 2018 4:09 pm <?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
I never used 3.1.0 dev so again this is a wild shot: but your config.php seems to be a 3.0.x version.
Is it possible that this could cause a conflict? Perhaps due to an incomplete upgrade from 3.0 to 3.1?
Also I have a vague memory of seeing a topic somewhere in which it was mentioned that upgrading to 3.2.x from a dev installation wasn't recommended (or even didn't work). ( I can't seem to find the topic, if it exists.)
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
User avatar
warmweer
Jr. Extension Validator
Posts: 11235
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: phpBB 3.1.0-dev upgrading to phpBB 3.2.2

Post by warmweer »

stevemaury wrote: Sun Jan 28, 2018 3:04 pm Your script_path IS phpBB3, so change it back. Please post the contents of your config.php file, without the password.
If his domain = arnhemseluitjes.net
and he uploaded the php files to /updateforum2 (the base directory where the /install/app.php is located): shouldn't the script path be /updateforum2 ?
I see no mention of a phpBB3 directory in his path! (perhaps on his localhost)
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
frnksttrhn
Registered User
Posts: 53
Joined: Sun Jan 14, 2018 2:04 pm

Re: phpBB 3.1.0-dev upgrading to phpBB 3.2.2

Post by frnksttrhn »

You can see the forum I want to update at:
www.arnhemseluitjes/phpBB3.
This forum is loading very slow.
So I want to upgrade it to phpbb 3.2.2.
I told you already about the problems
In the acp I can see the version which is:

Forumversie: 3.1.0-dev
Maybe important to say: there is no ext folder.

I use every time I try to upgrade a backup of the most recent database which is called
corfro-forumluit.
before I import it to corfro_upaforum I do rename the backup in corfro_forum_upa.
you know the problems
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52768
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve
Contact:

Re: phpBB 3.1.0-dev upgrading to phpBB 3.2.2

Post by stevemaury »

You first need to update to 3.1.0.
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
frnksttrhn
Registered User
Posts: 53
Joined: Sun Jan 14, 2018 2:04 pm

Re: phpBB 3.1.0-dev upgrading to phpBB 3.2.2

Post by frnksttrhn »

Can I find a specific updat procedure for updating to phpBB 3.1?
Frank
frnksttrhn
Registered User
Posts: 53
Joined: Sun Jan 14, 2018 2:04 pm

Re: phpBB 3.1.0-dev upgrading to phpBB 3.2.2

Post by frnksttrhn »

I could not find phpBB3.1. Tried to update to dutch version of phpBB 3.1.1 got this fatal error:

Code: Select all

Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'Unable to find template "message_body.html" (looked into: ).' in /home/www/arnhemseluitjes.net/updateforum2/vendor/twig/twig/lib/Twig/Loader/Filesystem.php:202 

Stack trace: 
#0 /home/www/arnhemseluitjes.net/updateforum2/phpbb/template/twig/loader.php(106): Twig_Loader_Filesystem->findTemplate('message_body.ht...') 
#1 /home/www/arnhemseluitjes.net/updateforum2/vendor/twig/twig/lib/Twig/Loader/Filesystem.php(138): phpbb\template\twig\loader->findTemplate('message_body.ht...') 
#2 /home/www/arnhemseluitjes.net/updateforum2/vendor/twig/twig/lib/Twig/Environment.php(265): Twig_Loader_Filesystem->getCacheKey('message_body.ht...') 
#3 /home/www/arnhemseluitjes.net/updateforum2/vendor/twig/twig/lib/Twig/Environment.php(312): Twig_Environment->getTemplateClass('message_body.ht...', NULL) 
#4 /home/www/arnhemseluitjes.net/updateforum2/phpbb/template/twig/environment.php(151): Twig_Environment->loadTemplate('message_body.ht...', NULL) 
#5 /home/www/arnhemseluitjes.net/upda in /home/www/arnhemseluitjes.net/updateforum2/vendor/twig/twig/lib/Twig/Loader/Filesystem.php on line 202
User avatar
warmweer
Jr. Extension Validator
Posts: 11235
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: phpBB 3.1.0-dev upgrading to phpBB 3.2.2

Post by warmweer »

frnksttrhn wrote: Sun Jan 28, 2018 11:16 pm I could not find phpBB3.1. Tried to update to dutch version of phpBB 3.1.1 got this fatal error:
https://download.phpbb.com/pub/release/3.1/3.1.0/
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
Locked

Return to “[3.1.x] Support Forum”