I figured that it would not work, but would that (mods) be the cause of the errors?david63 wrote:Tapatalk will not work with 3.1 (they are planning an extension).
Uninstall Tapatalk before you do the upgrade
Uninstall all the mods you have and returns to run the upgrade.kickball365 wrote:I figured that it would not work, but would that (mods) be the cause of the errors?
If you are going to uninstall all mods then it is easier, quicker and safer to just delete all files (except config.php and images folder), upload the latest version and run database_update.php from the install folder - obviously having made backup copies of the files and database firstnextgen wrote:Uninstall all the mods you have and returns to run the upgrade.
But, since all the files (except for a few) have already been deleted and replaced, replacing them again may not achieve anything. I think nextgen was suggesting the error may be caused by a database change from the MODs and removing those changes may therefore resolve the issue. As you know, just replacing the files will not remove the database changes.david63 wrote:If you are going to uninstall all mods then it is easier, quicker and safer to just delete all files (except config.php and images folder), upload the latest version and run database_update.php from the install folder - obviously having made backup copies of the files and database first
/cache/
folder on the server and delete everything except index.htm
and .htaccess
.Tried it... nothing.Oyabun1 wrote:But, since all the files (except for a few) have already been deleted and replaced, replacing them again may not achieve anything. I think nextgen was suggesting the error may be caused by a database change from the MODs and removing those changes may therefore resolve the issue. As you know, just replacing the files will not remove the database changes.david63 wrote:If you are going to uninstall all mods then it is easier, quicker and safer to just delete all files (except config.php and images folder), upload the latest version and run database_update.php from the install folder - obviously having made backup copies of the files and database first
@ kickball365
Try opening the board’s/cache/
folder on the server and delete everything exceptindex.htm
and.htaccess
.
Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'Unable to find template "index_body.html" (looked into: ).' in /home/content/83/5050483/html/newforum/vendor/twig/twig/lib/Twig/Loader/Filesystem.php:202 Stack trace: #0 /home/content/83/5050483/html/newforum/phpbb/template/twig/loader.php(106): Twig_Loader_Filesystem->findTemplate('index_body.html') #1 /home/content/83/5050483/html/newforum/vendor/twig/twig/lib/Twig/Loader/Filesystem.php(138): phpbb\template\twig\loader->findTemplate('index_body.html') #2 /home/content/83/5050483/html/newforum/vendor/twig/twig/lib/Twig/Environment.php(265): Twig_Loader_Filesystem->getCacheKey('index_body.html') #3 /home/content/83/5050483/html/newforum/vendor/twig/twig/lib/Twig/Environment.php(312): Twig_Environment->getTemplateClass('index_body.html', NULL) #4 /home/content/83/5050483/html/newforum/phpbb/template/twig/environment.php(151): Twig_Environment->loadTemplate('index_body.html', NULL) #5 /home/content/83/5050483/html/newforum/vendor/twig/twig/lib/Twig/Environmen in /home/content/83/5050483/html/newforum/vendor/twig/twig/lib/Twig/Loader/Filesystem.php on line 202
I know that replacing files will not remove database changes but depending on how good/bad the mod has been created/installed uninstalling mods may not do so either (unless done manually). The advantage of retaining the "old" database is that you will still have the data there for when a replacement extension is produced.Oyabun1 wrote:But, since all the files (except for a few) have already been deleted and replaced, replacing them again may not achieve anything. I think nextgen was suggesting the error may be caused by a database change from the MODs and removing those changes may therefore resolve the issue. As you know, just replacing the files will not remove the database changes.
Code: Select all
UPDATE phpbb_config SET config_value = (SELECT style_id FROM phpbb_styles WHERE style_name ='prosilver') WHERE config_name = 'default_style';
UPDATE phpbb_users SET user_style = (SELECT style_id FROM phpbb_styles WHERE style_name ='prosilver')
phpbb_
if that is not your table prefix. /cache
folder on the server and delete data_global.php
.