Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1730

phpBB Discussion • Re: Hi! Haven't used phpBB in years, need advice on old DB found

$
0
0
if you got it to import correctly you dont need to browse to install 3.0.11
what you need to do is make a config.php

Code:

<?php// phpBB 3.0.x auto-generated configuration file// Do not change anything in this file!$dbms = 'mysqli';$dbhost = 'localhost';$dbport = '';$dbname = 'xxxxx';$dbuser = 'xxxxx';$dbpasswd = 'xxxxx';$table_prefix = 'phpbb_';$acm_type = 'file';$load_extensions = '';@define('PHPBB_INSTALLED', true);// @define('DEBUG', true);// @define('DEBUG_EXTRA', true);?>
also what version of xampp are you using because you may need a older version with a compatible php version like this if on windows https://sourceforge.net/projects/xampp/ ... ws/5.6.40/

Statistics: Posted by Prosk8er — Mon Apr 08, 2024 1:26 pm



Viewing all articles
Browse latest Browse all 1730

Trending Articles