View Single Post
  #4  
Old 02-18-2016, 04:54 PM
pachoofoosh's Avatar
pachoofoosh pachoofoosh is offline
Artist
 
Join Date: Dec 2012
Location: New York
Posts: 98
Gender: Unknown/Other
Credits: 15,341
pachoofoosh is on a distinguished road
Default

Quote:
Originally Posted by PewCats View Post
Now I found one, but I'm getting this:
An error occured when attempting to connect to the database. Oops!
Have you gone into the includes/config.inc.php file and updated your DB connection info? It's around line 71:
PHP Code:
'db_dsn' => array(
                
'phptype' => 'mysql'// MySQL = mysql, Oracle = oci, Postgres = pgsql.
                
'username' => 'kitto',
                
'password' => 'k1tt0',
                
'hostspec' => 'localhost',
                
'database' => 'kitto',
            ), 
There are a few other variables you may want to customize in there, too, after the db_dsn section.
__________________
The calzones... betrayed me?
Reply With Quote