config.php
file/ext/
directory/images/
directory/files/
directory/store/
directoryconfig.php
) into your forum's directory (Note: you don't want to overwrite your original config.php
file)www.example.com/install/
/install/
directoryFor sure you also meant that I don't want to overwrite the following directories (and not only the config.php file), right?KevC wrote: Wed May 30, 2018 12:13 pm [*]Upload the contents of the phpBB3 directory from the uncompressed 3.2.x Full Package (EXCEPT forconfig.php
) into your forum's directory (Note: you don't want to overwrite your originalconfig.php
file)
Code: Select all
Installing Data: \phpbb\db\migration\data\v32x\fix_user_styles.
Code: Select all
<?php
$dbms = 'mysql' ;
$dbhost = 'localhost' ;
$dbport = '' ;
$dbname = '*****_phpb2' ;
$dbuser = '*****_phpb2' ;
$dbpasswd = '*************' ;
$table_prefix = 'phpbb_' ;
$acm_type = 'file' ;
$load_extensions = '' ;
@define ( 'PHPBB_INSTALLED' , true ) ;
?>
Code: Select all
$dbms = 'mysql' ;
Code: Select all
$dbms = 'mysqli' ;