Hello!
I am trying to install a completly new AbanteCart on my Debian 8.7 Apache 2.4.10 with php 5.6.28
When it comes to the import of the demo data I get
Quoteerror:
And the logfile shows:
Quote2017-02-20 16:43:32 - database error: AbanteCart core v.1.2 Error: Could not load database file ! in /var/ www/virtual/ domain/htdocs/ shop2/core/lib/ db.php on line 46
Any ideas?
Regards
what database driver has been chosen before?
As i see in error text it was empty.
I tried with boith possible drivers (PDO and mysqli)
is you file public_html/system/config.php empty?
if not what value of DB_DRIVER constant?
Thank you for your reply!
It is empty.
I've the same Issue I need to know how to fix it
Quote from: nev on October 01, 2018, 03:28:01 AM
I've the same Issue I need to know how to fix it
How you installing AbanteCart, via regular process or via some tools like softaculous, bitnami, installeron?
Regular Via the install files
Quote from: abolabo on February 21, 2017, 03:50:23 AM
is you file public_html/system/config.php empty?
if not what value of DB_DRIVER constant?
The config.php file is showing 0 bytes
So I assume its empty
So how do I fix it???