Warning: mysql_connect()
Posted: Sun Sep 08, 2013 9:37 pm
I'm putting together a store for a client - I uploaded items about a few weeks ago, and everything was wonderful until I checked it out today ready to sort out the postage to find text on the page (hidden has been used to replace file names):
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'hidden'@'localhost' (using password: YES) in /home/hidden/public_html/bookshop/system/database/mysql.php on line 6
Notice: Error: Could not make a database link using hidden_ocar275@localhost in /home/hidden/public_html/bookshop/system/database/mysql.php on line 7
Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in /home/hidden/public_html/bookshop/system/database/mysql.php on line 10
Notice: Error: Could not connect to database hidden_ocar275 in /home/hidden/public_html/bookshop/system/database/mysql.php on line 11
Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/hidden/public_html/bookshop/system/database/mysql.php on line 14
Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/hidden/public_html/bookshop/system/database/mysql.php on line 15
Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/hidden/public_html/bookshop/system/database/mysql.php on line 16
Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/hidden/public_html/bookshop/system/database/mysql.php on line 17
Notice: Trying to get property of non-object in /home/hidden/public_html/bookshop/index.php on line 52
Notice: Trying to get property of non-object in /home/hidden/public_html/bookshop/index.php on line 61
Warning: Invalid argument supplied for foreach() in /home/hidden/public_html/bookshop/index.php on line 61
Notice: Trying to get property of non-object in /home/hidden/public_html/bookshop/index.php on line 69
Can you please tell me what I need to do?
With thanks
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'hidden'@'localhost' (using password: YES) in /home/hidden/public_html/bookshop/system/database/mysql.php on line 6
Notice: Error: Could not make a database link using hidden_ocar275@localhost in /home/hidden/public_html/bookshop/system/database/mysql.php on line 7
Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in /home/hidden/public_html/bookshop/system/database/mysql.php on line 10
Notice: Error: Could not connect to database hidden_ocar275 in /home/hidden/public_html/bookshop/system/database/mysql.php on line 11
Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/hidden/public_html/bookshop/system/database/mysql.php on line 14
Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/hidden/public_html/bookshop/system/database/mysql.php on line 15
Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/hidden/public_html/bookshop/system/database/mysql.php on line 16
Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/hidden/public_html/bookshop/system/database/mysql.php on line 17
Notice: Trying to get property of non-object in /home/hidden/public_html/bookshop/index.php on line 52
Notice: Trying to get property of non-object in /home/hidden/public_html/bookshop/index.php on line 61
Warning: Invalid argument supplied for foreach() in /home/hidden/public_html/bookshop/index.php on line 61
Notice: Trying to get property of non-object in /home/hidden/public_html/bookshop/index.php on line 69
Can you please tell me what I need to do?
With thanks