View Single Post
  #5  
Old 04-08-2012, 10:00 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,483
Hall of Famer is on a distinguished road
Default

Well the old config.php file for mysidia adoptables should look like this:

PHP Code:
<?php
//Mysidia Adoptables Site Configuration File

$dbhost 'localhost';              //DB Hostname
$dbuser 'yourdbusername';            //DB User
$dbpass 'yourdbpassword';            //DB Password
$dbname 'yourdbname';                //Your database name
$domain 'yourdomain.com';                //Your domain name (No http, www or . )
$scriptpath 'scriptpath';        //The folder you installed this script in
$prefix 'adopts_';                

?>
Copy/paste this format to your config.php and change the values for each variables(begin with $) to whatever they are supposed to be in your old config file. Run the upgrader again and it should work.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.