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.phpalso 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/
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);?>
Statistics: Posted by Prosk8er — Mon Apr 08, 2024 1:26 pm