Click on "Free Image Hosting" in my sig... It started happening after installing wordpress.... I deleted wordpress, but it didn't fix anything. Any idea of what I can do to fix this? "Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'mujeresd_admin'@'localhost' (using password: YES) in /home/mujeresd/public_html/imglab.com/inc/config.php on line 7 Could not connect "
Your password is most likely wrong, or it could be the username. Check the config.php file against your information about your databases supplied by your host.
<? include("db.php"); $link = mysql_connect($db_server, $db_user, $db_password) or die("Could not connect"); mysql_select_db($db_name) or die("Could not select database"); $query = "SELECT * from config"; $result = mysql_query($query) or die("Query failed"); while ($row = mysql_fetch_assoc($result)) { $config[$row['soption']]=$row['svalue']; } Code (markup): I haven't touched this file... it's strange.
have you changed any of the following. DB name and password on your hosting db.php Remember it is case sensitive.