Search found 2 matches
- Thu Jan 11, 2007 4:14 pm
- Forum: [3.0/Olympus] Discussion
- Topic: phpBB2 -> phpBB3 Upgrade Script Discussion
- Replies: 315
- Views: 327776
- Thu Jan 11, 2007 3:40 pm
- Forum: [3.0/Olympus] Discussion
- Topic: phpBB2 -> phpBB3 Upgrade Script Discussion
- Replies: 315
- Views: 327776
Re: phpBB2 -> phpBB3 Upgrade Script Discussion
Same problem here :(
The table prefix needs to be the one used by the software you are converting from.
» Specified table prefix was phpbb_
config.php
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql4';
$dbhost = 'localhost';
$dbname ...
The table prefix needs to be the one used by the software you are converting from.
» Specified table prefix was phpbb_
config.php
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql4';
$dbhost = 'localhost';
$dbname ...