eusonlito / PHPFileNavigator

PHPfileNavigator is state-of-the-art, open source web based application to complete manage your files and folders.
11 stars 4 forks source link

Query error during setup #4

Open maudam opened 6 years ago

maudam commented 6 years ago

I'm trying to install pfn2 on a test server:

pfn-2.3.3 copied pfn dir in /var/www/html created dirs data/logs data/info and gave www-data ownership gave conf dir www-data ownership

System: Debian GNU/Linux 8.7 (jessie) PHP 5.6.30-0+deb8u1 (cli) (built: Feb 8 2017 08:50:21) mysql Ver 15.1 Distrib 10.0.30-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2

In step 4 a got a lot of "The query has generated an error"

User in mariadb and database are correct (used phpmyadmin to create) Used 127.0.0.1 and localhost in server name with same result.

Directory /var/radfs is existing and owned by user www-data

in data/logs dir there are no log files present after this step

Where is the trouble ?

Thanks in advance

screenshot-phpfilenavigator

maudam commented 6 years ago

Partially solved.

Substitute all occurences of

TYPE=MyISAM; with ENGINE=MyISAM;

in file /instalar/mysql/instalar.sql

After this, the setup completes successfully but, after login, (user and password correctly recognised) i got a blank screen in

http://www.xxxxxxxxxx.com/pfn-2.3.3/comprobar.php

Any idea ?