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

Quote:
Originally Posted by BMR777
Quote:
Originally Posted by Knight
I think I uploaded all the files correctly...here's an image of my adm folder if it helps:



Maybe there's something else I'm missing?
Well, from the screenshot your spath should be:

PHP Code:
$spath "/adoptables"
Your admin folder is at yoursite.com/adoptables/adm/index.php.

You uploaded the adoptables folder to the public_html, so it would be at /adoptables/adm. :)
Thanks! :D Got it to work..but now when I log in I get this warning on the main page:

PHP Code:
Warningmysql_connect() [function.mysql-connect]: Access denied for user 'a6052437_adopt'@'192.168.0.10' (using passwordYESin /home/a6052437/public_html/adoptables/adm/console.php on line 17

Cannot Connect to Database 
Reply With Quote