Closed ppfeufer closed 8 years ago
Could I get some information about where you have this installed? php version and do you have mysqlnd driver installed ?
I'm running:
MySQL Server: Localhost via UNIX socket Server type: MariaDB Server version: 10.0.22-MariaDB-log - Source distribution
Webserver Apache 2.2.31 Database client version: libmysql - mysqlnd 5.0.11-dev - 20120503 - $Id: 15d5c781cfcad91193dceae1d2cdd127674ddb3e $
PHP version 5.5.30
Thank you, let me see whats going on a similar environment
Could you try that latest push and tell me what error it gives you ?
I do not get boynd the "Check" state. It doesn't even do the Database Check any longer now.
Ah ignore what I said, it didn't write the config file properly.
Notice: (SQL)You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-jacknife' at line 1 query: SHOW TABLES FROM eve-jacknife in Installer.php on line 112
Fatal error: Call to a member function fetch_array() on a non-object in Installer.php on line 114
Looks like it's struggling with the table name ....
Yes, after testing another name for the database, it's working. So database names with an '-' are not working.
Alright, try my latest installer and see if that fixes it, Note that it will attempt to edit the config file if you have one because I moved a constant to that file.
Browsing to the Installer.php and filling out the DB credential needed. After clicking "save" following error encounters:
Fatal error: Call to a member function fetch_array() on a non-object in Installer.php on line 111
Doing all the config stuff manually, also doing the DB manually works thou ....