Does the config.php contain data? if it's empty then an install is the logical result.
the install page now only shows install and not update so I have no idea what I am missing to make the install.
Bear in mind that the config.php from siteground will usually not work on another host, as the data is probably different
$dbhost = 'localhost';
$dbport = '3306';
$dbname = 'qi_3311';
$dbuser = 'root';
$dbpasswd = 'usbw';
the above works for (one of my) USBW installations, but can't work with WAMP as the host, port, databasename, database user and database password are different.
Statistics: Posted by warmweer — Tue Feb 13, 2024 9:39 pm