PDA

View Full Version : I need help with my layout cms.


Bellas_Graphics
August 29th, 2008, 05:33 PM
http://www.cutemyspace.net/layouts/

That is what it looks like so far. I cant figure out what to do next to fix this. Any help would be appreciated. :biggrin: You might need to explain it slowly too since this is my first attempt at doing this and the whole mysql thing. LOL

applebooty
August 29th, 2008, 05:34 PM
You might need to give a bitttt more information! ;)

Andrew2
August 29th, 2008, 05:37 PM
She wants to know what the mysql errors mean :P

SlickEddie
August 29th, 2008, 05:54 PM
the first error is the most relevant...all the other errors following are a result of the fact that you can't connect to your mysql db

<?php
phpinfo();
?>

place this in a .php file so we can see the configuration of your site

also, did you already create your database? Can you see this database from phpmyadmin?

Bellas_Graphics
August 29th, 2008, 06:31 PM
I added it to the index file of that layout area is that ok?