Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I think you should change setup.php Line 702 $sql = "show tables from " . $database_default; to $sql = "show tables from `" . $database_default. "`"; to avoid problems with database names that require to be escaped (e.g. containing "-").