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
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
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
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.
Posts: 2322
FAQ Gallery:c.1
Posts: 4
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
Posts: 2322
Delete the .htaccess file in /gallery, as well, if one exists.
Posts: 4
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
Posts: 2322
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.
Posts: 4
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>
Posts: 2322
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.