I follow the steps in : https://www.phpbb.com/support/docs/en/3 ... /upgrade3/ and when running the database updater (/install/database_update.php), I received the following message:
and mysql logs:Updating database to latest stable release
Database type :: mysql4
Previous version :: 3.0.14
Database updater has completed
Code: Select all
160317 9:00:32 1432 Connect root@localhost on
1432 Init DB forum_3_0
1432 Query SELECT VERSION() AS version
1432 Query SET NAMES 'utf8'
1432 Query SELECT VERSION() AS version
1432 Query SELECT @@session.sql_mode AS sql_mode
1432 Query SET SESSION sql_mode=',STRICT_ALL_TABLES,STRICT_TRANS_TABLES'
1432 Query SELECT config_name, config_value, is_dynamic
FROM phpbb_config
1432 Query UPDATE phpbb_config
SET config_value = '3.0.14'
WHERE config_name = 'version_update_from'
1432 Query INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('version_update_from', '3.0.14', 0)
1432 Query SELECT VERSION() AS version
1432 Query SELECT *
FROM phpbb_migrations
1432 Query SELECT * FROM phpbb_migrations
LIMIT 1
1432 Query DELETE FROM phpbb_config
WHERE config_name = 'version_update_from'
1432 Query UPDATE phpbb_config
SET config_value = config_value + 1
WHERE config_name = 'assets_version'
1432 Quit
Code: Select all
[Thu Mar 17 09:22:58.489851 2016] [:error] [pid 5207] [client 192.168.25.7:58338] PHP Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'Unable to find template "message_body.html" (looked into: ).' in /var/www/html/forum/vendor/twig/twig/lib/Twig/Loader/Filesystem.php:195\nStack trace:\n#0 /var/www/html/forum/phpbb/template/twig/loader.php(107): Twig_Loader_Filesystem->findTemplate('message_body.ht...')\n#1 /var/www/html/forum/vendor/twig/twig/lib/Twig/Loader/Filesystem.php(138): phpbb\\template\\twig\\loader->findTemplate('message_body.ht...')\n#2 /var/www/html/forum/vendor/twig/twig/lib/Twig/Environment.php(266): Twig_Loader_Filesystem->getCacheKey('message_body.ht...')\n#3 /var/www/html/forum/vendor/twig/twig/lib/Twig/Environment.php(324): Twig_Environment->getTemplateClass('message_body.ht...', NULL)\n#4 /var/www/html/forum/phpbb/template/twig/environment.php(151): Twig_Environment->loadTemplate('message_body.ht...', NULL)\n#5 /var/www/html/forum/vendor/twig/twig/lib/Twig/Environment.php(308): phpbb\\template\\twig\\environment->loadTemplate('message_body.ht...')\n#6 /var/www/html/forum/phpbb/templat in /var/www/html/forum/vendor/twig/twig/lib/Twig/Loader/Filesystem.php on line 195
- no different styles installed (only prosilver and subsilver2)
- no MODs
- cleared caches
- trying to migrate in a local installation
- support_info.php - version, return:
Code: Select all
[b]Version Settings[/b]
Board start date: 04 Dec 2009
constants.php version: 3.1.8
Cached version: 3.0.14
DB version: 3.0.14