I just started a new site that requires me to install something for once (install.php) Im not very familiar with it. I get it open alright but once i try to install it I get this: Warning: fopen(/home/mfracek/public_html/adbux/include/payment_constants.php) [function.fopen]: failed to open stream: Permission denied in /home/mfracek/public_html/adbux/include/include_file.php on line 0 Warning: fputs(): supplied argument is not a valid stream resource in /home/mfracek/public_html/adbux/include/include_file.php on line 0 Warning: fclose(): supplied argument is not a valid stream resource in /home/mfracek/public_html/adbux/include/include_file.php on line 0 Text Ad Network Script Installation Setup Database Warning: mysql_connect() [function.mysql-connect]: Access denied for user ' mfracek_fracek'@'localhost' (using password: YES) in /home/mfracek/public_html/adbux/include/include_db.php on line 0 Could not connect to database [DROP TABLE IF EXISTS ADQUICK_ADMIN] - Access denied for user ' mfracek_fracek'@'localhost' (using password: YES) Lots of the errors I have no clue what they mean.. Can someone please help me resolve this? Thanks a lot guys.
Based on the errors, it appears you may not have the correct permissions set and the database error simply states that it cannot connect. Are you hosting with Godaddy.com? If so, the database host is not "localhost". Instead, it is in the format: h{MySQL version}mysql{instance}.secureserver.net. Log into your hosting control panel and check the database information, including the host, database name, username, and password. Let me know, I will help out if you are still confused and cannot resolve the problem.
chmod "/home/mfracek/public_html/adbux/include/include_file.php" to 777 and make sure the information for your MySQL database is correct.