View Single Post
  #1  
Old 04-29-2012, 08:50 AM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 118,714
Abronsyth is on a distinguished road
Default Something wrong in my functions.php

Well, here is the problemetic area:
PHP Code:
if(defined("SUBDIR")) include("../inc/config_forums.php");  
else include(
"inc/config.php"); 

//Now connecting to the adoptables database 
try{
  
$adopts = new Database(DBNAMEDBHOSTDBUSERDBPASSPREFIX);

On lines 6-12. Now, when trying to enter the ACP, here is what I am getting:
Could not connect to database, the following error has occurred:
SQLSTATE[HY000] [2005] Unknown MySQL server host 'DBHOST' (1)

---

Any clues as to what's wrong, and how to fix it?
__________________
My Mods Site (1.3.4, 2020 Mods)
Reply With Quote