My old forum table prefix began with a number, which it wouldn't let me use, so I chose another, and the board has now been installed, but with no content.
Any ideas?
Thanks.

if you mean you're seeingAndrew Clarkson wrote:..now been installed, but with no content.
Then you need to delete/rename the folder called install via ftpInformation
Sorry but this board is currently unavailable.
I think perhaps when I try to reference the old tables, the following message is dsplayed;david63 wrote:My guess would be that you have created a new database which is why it is empty - you should still have your "old" database on your server, or you have two sets of tables in the database with different table prefixes. If you can let us know which scenario is relevant then we will be in a better position to help.
Code: Select all
Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'Unable to find template "message_body.html" (looked into: ).' in /home/titanict/public_html/forum/vendor/twig/twig/lib/Twig/Loader/Filesystem.php:202 Stack trace: #0 /home/titanict/public_html/forum/phpbb/template/twig/loader.php(106): Twig_Loader_Filesystem->findTemplate('message_body.ht...') #1 /home/titanict/public_html/forum/vendor/twig/twig/lib/Twig/Loader/Filesystem.php(138): phpbb\template\twig\loader->findTemplate('message_body.ht...') #2 /home/titanict/public_html/forum/vendor/twig/twig/lib/Twig/Environment.php(265): Twig_Loader_Filesystem->getCacheKey('message_body.ht...') #3 /home/titanict/public_html/forum/vendor/twig/twig/lib/Twig/Environment.php(312): Twig_Environment->getTemplateClass('message_body.ht...', NULL) #4 /home/titanict/public_html/forum/phpbb/template/twig/environment.php(151): Twig_Environment->loadTemplate('message_body.ht...', NULL) #5 /home/titanict/public_html/forum/vendor/twig/twig/lib/Twig/Environment.php(299): phpbb\templat in /home/titanict/public_html/forum/vendor/twig/twig/lib/Twig/Loader/Filesystem.php on line 202
Unable to find template "message_body.html
. You could try re-uploading the template files and deleting all the files in the cache folder except .htaccess
and index.htm
Code: Select all
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = '46.32.253.241';
$dbport = '3306';
$dbname = '***';
$dbuser = '***';
$dbpasswd = '***';
$table_prefix = '2011_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
Code: Select all
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = '46.32.253.241';
$dbport = '3306';
$dbname = '***';
$dbuser = '***';
$dbpasswd = ***';
$table_prefix = 'phpbb2015_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
david63 wrote:My guess would be that you have created a new database which is why it is empty - you should still have your "old" database on your server, or you have two sets of tables in the database with different table prefixes. If you can let us know which scenario is relevant then we will be in a better position to help.
$table_prefix = '2011_';