Forum-Version: ElkArte 1.0.4
Aktuelle Version: 1.0.4 bug fix update
MySQL-Version: 5.6.25
PHP: 5.6.11
XAMPP for Windows 5.6.11
phpBB import from phpBB 3.0.12
I have test with this https://github.com/OpenImporter/openimporter and this http://openimporter.github.io/openimporter/.
1. method, database of both boards in a database.
2. method, database of both Boards in each in a database.
Error notice by step 1
\importer\OpenImporter\Importer.php line 329 =>
throw new Exception($this->lng->get(array('permission_denied', $this->db->getLastError(), (string) $this->xml->general->name)));
protected function testTable()
{
if ($_REQUEST['start'] == 0 && empty($_GET['substep']) && ($_GET['step'] == 1 || $_GET['step'] == 2))
{
$result = $this->db->query('
SELECT COUNT(*)
FROM ' . $this->config->from_prefix . $this->config->source->getTableTest(), true);
if ($result === false)
throw new Exception($this->lng->get(array('permission_denied', $this->db->getLastError(), (string) $this->xml->general->name)));
$this->db->free_result($result);
}
}
Need some help because