View Single Post
  #20  
Old 04-29-2009, 02:50 PM
cabjixx cabjixx is offline
Member
 
Join Date: Apr 2009
Posts: 13
Credits: 1,234
cabjixx
Default RE: Install page not working ?

Alright, I fixed those problems, got past that part of the installation, but now I get:

Quote:
Warning: mysql_connect(): Can't connect to MySQL server on 'http' (4) in /home/www/acanthaer.leadhoster.com/inc/functions.php on line 13
Error connecting to MySQL
On line 13 of inc/functions.php is:
Quote:
$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to MySQL');
Reply With Quote