View Single Post
  #1  
Old 02-13-2009, 08:00 PM
Knight Knight is offline
Member
 
Join Date: Feb 2009
Posts: 5
Credits: 1,143
Knight
Default Trouble with /adm

I can't seem to get to the Admin CP part of my site to finish off the installation. The result is just a blank page with the 404 Error. I've been through all the steps-SQL queries, CHMOD, etc- but I think the error falls within the config file.

Config file changes:

Code:
$dbhost = 'mysql4.000webhost.com';      		
$dbuser = 'a6052437_adopt';				
$dbpass = '****';			
$dbname = 'a6052437_knight';    			
$dname = 'knight.net23.net';    	
$spath = ' ';				
$auser = 'a6052437';				
$apass = '****';
I'm not sure if I need anything under path as the folder is under public_html. But with or without public_html under path, the result is the same.

I can also add some screen shots if needed.
Reply With Quote