tanyaC

Joined: 2004-07-31
Posts: 4
Posted: Sat, 2004-07-31 20:36

I am also getting the 5oo internal server error.

 
signe
signe's picture

Joined: 2003-07-27
Posts: 2322
Posted: Sat, 2004-07-31 20:41
 
tanyaC

Joined: 2004-07-31
Posts: 4
Posted: Sun, 2004-08-01 02:41

Ty, i tried to view the httpd.conf file, but could not find it and was not really sure where to look for it,so i took your other advice adn deleted .htt file from the setup directory but i still get the error

http://www.rejexusa.com/reviews

 
signe
signe's picture

Joined: 2003-07-27
Posts: 2322
Posted: Sun, 2004-08-01 02:44

Delete the .htaccess file in /gallery, as well, if one exists.

 
tanyaC

Joined: 2004-07-31
Posts: 4
Posted: Sun, 2004-08-01 02:47

wow that was a quick response. I dont feel so alone working on a Saturday night!

:wink:

I deleted it and it worked but now i get this error...shoudl i just reupload the .php files?

Warning: Cannot modify header information - headers already sent by (output started at /home/rejexus/public_html/reviews/config.php:12) in /home/rejexus/public_html/reviews/lib/lang.php on line 342

 
signe
signe's picture

Joined: 2003-07-27
Posts: 2322
Posted: Sun, 2004-08-01 03:58

That means that you have some blank lines somewhere in config.php (check line 12)

The only places that blank lines are allowed in in between the <?php and ?> tags. Anywhere outside of those tags will cause the error you're seeing.

 
tanyaC

Joined: 2004-07-31
Posts: 4
Posted: Sun, 2004-08-01 04:11

took teh space out, that elimated line 12 but still have the same error..
here is my config.php

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>

</body>
</html>

 
signe
signe's picture

Joined: 2003-07-27
Posts: 2322
Posted: Sun, 2004-08-01 04:19

Oh!

config.php is supposed to be a blank file... remove all of that content. The only things that should be in there are added during setup.