Closed Mte90 closed 3 years ago
I have the same issue with mysql (MariaDB)
Data gets inserted successfully via importer but the GUI doesn't show anything
cat config/config.php
<?php
return array(
'save.handler' => 'pdo',
'pdo' => [
'dsn' => 'mysql:host=localhost;dbname=xhgui',
'user' => 'root',
'pass' => '****',
'table' => 'profiles'
],
'upload.token' => '****'
);
Attached there is a sqlite database with some urls but xhgui doesn't show anything.
Those are the settings if they can help on understand the issue
xhgui.zip