Jump to content

Recommended Posts

Posted

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....

Posted

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
Something about an error on Line 29.

 

That's probably a PHP error.

Posted

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.

Posted

Are you trying to do a wordpress install or something? Did you make a MySQL database and edit config.php accordingly?

Guest Geoff
Posted

You're getting that error because

mysql_query("SELECT * FROM settings");

isn't working

Posted
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?

Guest Geoff
Posted

Does the table settings exist, and are there any entries in it?

Posted

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 :)

 

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...