BIOS
New-
Re: Stuck on the installation screen?
Fatal Error in Gdn_Database.Query();Table 'vanilla.gdn_comment' doesn't existselect c.*, lc.DateInserted as `DateLastComment` from GDN_Category c left join GDN_Comment lc on c.LastComm… (View Post)1 -
Re: Stuck on the installation screen?
<?php if (!defined('APPLICATION')) exit();// Database$Configuration['Database']['Name'] = 'vanilla';$Configuration['Database']['Host'] =… (View Post)1