wilks3y Posted March 14, 2011 Posted March 14, 2011 Okay. One minute the problem is : Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@quickbux.heliohost.org and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Then, if it's not this as the problem its : Something about an error on Line 29. But I cant get it at the moment. Because my Cpanel will load nothink....
Byron Posted March 14, 2011 Posted March 14, 2011 The 500 error is due to high server load. It's usually worse in the mornings. We are in the process of purging a very large number of inactive accounts and this could take a couple of months. Until then you'll just have to wait until later in the afternoon to go to your cpanel.
Guest Geoff Posted March 14, 2011 Posted March 14, 2011 Something about an error on Line 29. That's probably a PHP error.
wilks3y Posted March 14, 2011 Author Posted March 14, 2011 Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home1/wilks3y/public_html/config.php on line 29 No database selected Thats the code on line 29: $q2 = mysql_query("SELECT * FROM settings"); while($r2=mysql_fetch_array($q2)) That is the second error.
Wizard Posted March 14, 2011 Posted March 14, 2011 Are you trying to do a wordpress install or something? Did you make a MySQL database and edit config.php accordingly?
Guest Geoff Posted March 14, 2011 Posted March 14, 2011 You're getting that error because mysql_query("SELECT * FROM settings"); isn't working
Wizard Posted March 14, 2011 Posted March 14, 2011 What can I do to fix it? You didn't answer my question. What are you installing and have you made a database for it?
wilks3y Posted March 14, 2011 Author Posted March 14, 2011 Yes I have made a database for it. And Im trying to make a bux.to sort of website.
Guest Geoff Posted March 15, 2011 Posted March 15, 2011 Does the table settings exist, and are there any entries in it?
wilks3y Posted March 15, 2011 Author Posted March 15, 2011 Hey, I'm new to this so you'll have to excuse me What is a table setting and how do I add entries? Thanks for your help so far
Guest Geoff Posted March 15, 2011 Posted March 15, 2011 What is a table setting I mean does the table 'settings' exist? how do I add entries? INSERT INTO settings (...) VALUES (...) see http://www.quackit.com/database/tutorial/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now