![]()  | 
	
| 
		 
			 
			#181  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			Ah, that sounds more right. xD I have such trouble with abrivations.
		 
		
		
		
		
		
		
			
				__________________ 
		
		
		
		
		 | 
| 
		 
			 
			#182  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			I probably asked this before, but: 
		
		
		
		
		
		
			
		
		
		
		
		I have this error: Could not connect to database, the following error has occurred: SQLSTATE[HY000] [1045] Access denied for user 'glorykat'@'localhost' (using password: YES) How do I solve this?  | 
| 
		 
			 
			#183  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 Quote: 
	
 After browsing around the web trying to find some help for troubleshooting, all I found was the following vague gems: 
 And whether you attempt this first or last, you can always try creating a new user in PHPMyAdmin, just to make sure you did it properly the first time.  | 
| 
		 
			 
			#184  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			Do you get this when logging in? I had the exact same issue. You need to make sure your database info for the site and forums are correct and match. 
		
		
		
		
		
		
		
		View this thread to see how to -hopefully- solve this issue: http://www.mysidiaadoptables.com/for...ead.php?t=4396  | 
| 
		 
			 
			#185  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			Thanks :3 
		
		
		
		
		
		
			
		
		
		
		
		I put in the wrong database password, so I couldn't get in.  | 
| 
		 
			 
			#186  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			another problem: 
		
		
		
		
		
		
			
		
		
		
		
		Warning: require(/home/foxmerev/public_html/inc/smarty/Smarty.class.php): failed to open stream: No such file or directory in /home/foxmerev/public_html/classes/class_mysidia.php on line 326 Fatal error: require(): Failed opening required '/home/foxmerev/public_html/inc/smarty/Smarty.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/foxmerev/public_html/classes/class_mysidia.php on line 326  | 
| 
		 
			 
			#187  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 Quote: 
	
  | 
| 
		 
			 
			#188  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			directory path?  
		
		
		
		
		
		
			
		
		
		
		
		
			how do i figure that out XD all that's in there is this: <?php //Mysidia Adoptables Site Configuration File define('DBHOST', 'localhost'); //DB Hostname define('DBUSER', 'foxmerev_gloryka'); //DB Username define('DBPASS', '***********'); //DB Password define('DBNAME', 'foxmerev_main'); //Your database name define('DOMAIN', 'foxmerevale.x10.mx'); //Your domain name (No http, www or . ) define('SCRIPTPATH', ''); //The folder you installed this script in define('PREFIX', 'adopts_prefix'); ?> went into classes and found this: } /** * The getTemplate method, will be added later once smarty or another template engine such as Twig is implemented. * @access public * @return Template */ public function getTemplate(){ $templateClass = "inc/smarty/Smarty.class.php"; require $this->path->getRoot().$templateClass; $this->template = new Template($this->path); Registry::set(new String("template"), $this->template, TRUE, TRUE); return $this->template; } which appears to be part of my problem because it cant call upon smarty (it's not there) okay i edited smarty and now this occurs: Warning: require(/home/foxmerev/public_html/lang/lang_global.php): failed to open stream: No such file or directory in /home/foxmerev/public_html/classes/class_language.php on line 78 Fatal error: require(): Failed opening required '/home/foxmerev/public_html/lang/lang_global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/foxmerev/public_html/classes/class_language.php on line 78 Last edited by gloryKAT; 04-10-2014 at 07:06 PM.  | 
| 
		 
			 
			#189  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			nevermind ^-^ i managed to fix it.
		 
		
		
		
		
		
		
			
		
		
		
		
		 | 
| 
		 
			 
			#190  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			I have a fatal error when clicking the - "You will need to log in to your installation of Mysidia Adoptables before you can access the ADMINCP. 
		
		
		
		
		
		
		
		This is what I get when I click Log In: Fatal error: Class 'AppController' not found in /home/a3397944/public_html/login.php on line 3 Everything has been installed .. I'm confused. Help. .matt  | 
![]()  | 
	
	
		
| Thread Tools | |
| Display Modes | |
		
  | 
	
		
  | 
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| installing help | Aur | Questions and Supports | 4 | 09-15-2025 02:23 PM | 
| Help Installing | Abronsyth | Questions and Supports | 2 | 07-01-2014 10:32 AM | 
| Installing forum | Cremuex Levier | Questions and Supports | 6 | 06-03-2013 08:59 AM | 
| Installing the Script help? | Clessidra | Questions and Supports | 2 | 12-07-2012 10:54 PM | 
| Help Installing! Almost done:/ | booksbooks098 | Questions and Supports | 11 | 11-30-2012 04:19 PM | 
						What's New? | 
					
						What's Hot? | 
					
						What's Popular? |