View Single Post
  #27  
Old 04-08-2012, 07:48 PM
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: 331,797
Hall of Famer is on a distinguished road
Default

Do you have the old functions file? If so, just replace this line below:

PHP Code:
$dsn "mysql:host={$dbhost};dbname={$dbname}";
$adopts = new PDO($dsn$dbuser$dbpass); 
with the following codes:
PHP Code:
$adopts = new Database($dbname$dbhost$dbuser$dbpass$prefix); 
__________________


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