Doesn't work on ubuntu 16.04

Asked by Stefan Ossenberg

Message "Open in Firefox" appears while using Firefox
On Ubuntu 16.04 with PHP 7.

Question information

Language:
English Edit question
Status:
Solved
For:
queXF Edit question
Assignee:
No assignee Edit question
Solved by:
Stefan Ossenberg
Solved:
Last query:
Last reply:
Revision history for this message
Adam Zammit (adamzammit) said :
#1

Hi Stefan,

Which version of adodb are you using?

Please make sure you install the Ubuntu package: apt install libphp-adodb

Also you may need to add:

define('DB_TYPE', 'mysqli');

to config.inc.php

Please report any log error messages if this doesn't help.

Adam

Revision history for this message
Stefan Ossenberg (stoffeloss) said :
#2

Hi Adam,

i added

define('DB_TYPE', 'mysqli');
to config.inc.php
in /var/www/html/quexf/

libphp-adodb ist installed.

In to config.inc.php i point to:

define('ADODB_DIR', '/usr/share/php/adodb/');

Still the same error.

On /quexf/verifyjs.php I get this Error:
"Missing file: /usr/share/php/adodb//drivers/adodb-mysqlt.inc.php

ADONewConnection: Unable to load database driver ''

System:
Ubuntu 16.04.1 LTS
PHP 7.0.12-1+deb.sury.org~xenial+1

Revision history for this message
Stefan Ossenberg (stoffeloss) said :
#3

solved this Problem...