Hello Fento, Have you add the information about your Managment Node and Web Page URL to your secrets.php file.
Also Did you setup the Mysql? yum install mysql -y yum install mysql-server -y /sbin/chkconfig --level 345 mysqld on /sbin/service mysqld start Enter into mysql mysql Create a database in mysql named for use with VCL CREATE DATABASE vcl; create a user with SELECT, INSERT, UPDATE, and DELETE privileges on the database you just created GRANT SELECT,INSERT,UPDATE,DELETE ON vcl.* TO 'vcluser'@'localhost' IDENTIFIED BY 'YOUR VCL PASSWORD HERE'; Another Way is to manually type in Check and Make sure mysql -u vcldbuser2 -h localhost –p Log in and make sure your password will match your secrets file For the Secrets file vim secrets.php should be located vcl/.ht-inc/secrets.php mv secrets-default.php secrets.php You need to make changes to $vclhost, $vcldb, $vclusername, and $vclpassword to match your database setup Hope this is helpful. -Alex On Tue, Mar 1, 2011 at 8:23 AM, Frento Burton <fbur...@scs.howard.edu> wrote: > Do you think errors made in the modifications to the vcl/.ht-inc/secrets.php > file would cause the "Error connecting to name@localhost" message? Also, > were there any modifications that needed to be made to the index.php file? > -- Thanks, Alex Patterson User Support Services Operating System Analyst California State University, East Bay